You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/web
Johnny 1f755f74a4 fix(web): make login screen theme selector reactive
This fixes an issue where the theme selector on the login screen would not update its display value after selection because the component was not re-rendering. Added local state to track the current theme. Validated that this pattern is unique to the unauthenticated context.
5 months ago
..
docs refactor(react-query): optimize config, add error boundary, and remove JSDoc 5 months ago
public
src fix(web): make login screen theme selector reactive 5 months ago
.gitignore
biome.json refactor: remove MemoContentContext and integrate MemoViewContext 5 months ago
components.json
index.html chore: prevent sensitive data caching 5 months ago
package.json fix: KaTeX math rendering with underscores (#5438) 5 months ago
pnpm-lock.yaml fix: KaTeX math rendering with underscores (#5438) 5 months ago
tsconfig.json chore: clean up unused imports and parameters across components 5 months ago
vite.config.mts