Clean up some variable references in the Svelte code

Created on 6 February 2025, about 2 months ago

Problem/Motivation

The Svelte app's ProjectBrowser component uses certain reactive writables in somewhat messy ways -- it alternates between setting values directly and calling set() on the writable, it sometimes passes variables around unnecessarily, and it pointlessly saves pageSize in localStorage, which is somewhat meaningless since the persistence layer was removed.

Proposed resolution

It's not a big deal, but we should clean these things up.

πŸ“Œ Task
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States phenaproxima Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024