aboutsummaryrefslogtreecommitdiffstats
path: root/start-dev.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(dev): worker not started properly in helper start script (#1946)xuatz2025-09-141-14/+17
| | | | | * fix(dev): worker not started causing incomplete migration * apply pr comments
* feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz2025-07-171-2/+26
| | | | | | | | | | | | | | | | | * feat(mobile): add user setting for default bookmark view mode * regen db migration script * clean up implementation * Update docs/docs/07-Development/01-setup.md * Update GEMINI.md * use local setting instead of storing value in db * improve start-dev.sh to also handle for db migration * rename mobileBookmarkClickDefaultViewMode to defaultBookmarkView for consistency
* chore: add start-dev.sh for laziness (#1628)xuatz2025-06-211-0/+77
* chore: add start-dev.sh for laziness * include chrome in start-dev.sh