Julien Calixte 9f75e7971d fix(layout): cache pageWidth in localStorage to avoid render glitch
The page width from .remanso.json was only applied after an async
PouchDB + network fetch, so notes briefly rendered at the default
500px before snapping to the configured value. Persist pageWidth
alongside the existing font cache (key renamed to remanso:layout:*),
so it is read synchronously during setUserRepo and applied before
the first render. Also always reset --note-width with a default
fallback to prevent stale values leaking across repo navigation.
2026-04-26 13:44:10 +02:00
2025-03-01 23:04:09 +01:00
2023-08-15 01:07:50 +02:00
2026-03-28 09:34:04 +01:00
2021-03-09 22:00:10 +01:00
2026-02-14 12:18:23 +01:00
2026-03-28 20:24:08 +01:00
2026-02-15 08:00:11 +01:00
2026-03-28 09:38:55 +01:00
2026-03-28 09:34:04 +01:00
2026-03-28 09:38:55 +01:00
2026-03-21 09:04:58 +01:00
2026-03-28 09:34:04 +01:00
2026-03-21 09:04:58 +01:00
2026-03-28 09:38:55 +01:00
2026-03-28 09:38:55 +01:00
2026-03-17 01:02:24 +01:00
2026-03-28 09:34:04 +01:00
2026-03-28 20:24:08 +01:00
2026-03-28 09:34:04 +01:00
Description
No description provided
Readme 6.6 MiB
Languages
Vue 53.8%
TypeScript 42%
JavaScript 1.8%
CSS 1.7%
HTML 0.5%
Other 0.2%