You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whats the best way to manage themes for my tauri app. I have darkmode and lightmode, but user definable themes would be interesting addition. https://github.com/edgeleap/omni-app
Your app already has an excellent foundation for theming in src/styles/tokens/colors.css with CSS custom properties mapped through Tailwind. Here's how to extend it for user-definable themes.
Recommended Architecture
1. Create a Theme Store
Add a dedicated theme store using Zustand (which you already use) to manage theme state and persist user preferences:
does tauri has such info: context: Have you considered Tauri apps? Electron apps are always 500mb because they ember chrome. Tauri is like Bun Is to NPM. Faster, Better, Stronger. And apps are super tiny, 10mb+++ Because they use native browser engines. TBH. Having used Tauri for a week now. Super impressed. It also has auto updates, so i recon its possible to pipe into somehow? Or just check app version with release tag in github or smth. Might be worth looking into. Curious, how do you know if electron apps are outdated or not?