Files
BarangaySystem/ai-docs/todo-completed/todo-6eac088292c1.md
2026-06-06 18:43:00 +08:00

5 lines
502 B
Markdown

- [ ] Modify `resources/js/stores/ui.js` to ensure `refreshSettings` properly updates `lastSynced`.
- [ ] Update `resources/js/Pages/UltimateConsole.vue` to use `useUIStore` and trigger a sync/refresh after toggling page status.
- [ ] Adjust `resources/js/composables/Core/useNavigate.js` to use a much shorter cache threshold (e.g., 30s) or ensure it always uses the store's freshest state.
- [ ] Verify immediate page access after enabling in the admin console. Build and restart per standard rules.