summaryrefslogtreecommitdiff
path: root/ui/lib/store/channels.svelte.js
Commit message (Collapse)AuthorAge
* npm run formatOwen Jacobson2025-01-11
|
* Rename and modify channels storeKit La Touche2024-11-29
I tried to have a custom class for Channel objects, but Svelte's automatic proxy logic works only on bare objects, as far as I could tell. So that broke everything. I resorted to a function that would build the bare objects, but we still lack methods that I think would make life easier ("touch last read" etc).