- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Thu, Mar 12
Removed hardcoded admin token (thanks to @dereckson)
Mar 10 2026
This revision cannot be accepted.
An attempt by @Chenani-MohamedAmine was made on D3992.
I am abandoning this revision.
Mar 9 2026
This code was submitted with an obvious syntax error that would prevent the application from even running. The Vue compiler immediately fails with:
Mar 5 2026
I do not think this is an industry-standard solution. There's gap that's visually visible... Do more research.
Mar 4 2026
In D3989#62108, @Chenani-MohamedAmine wrote:Added theme configuration in admin Settings tab (mode selector + toggleable checkbox) as requested.
This is out of scope and uses the wrong approach. Please rollback all changes and start over. I've renamed the differential for better clarity.
In D3992#61982, @dereckson wrote:Per https://cbea.ms/git-commit/ titles of your commit messages should be much shorter.
You can consider a global title then use current info as summary:
[New shorter title] Add fade transition on route changes. Fix scrollbar layout shift on IncidentHistory loading state.
In D3989#61878, @ieli wrote:The implementation uses a boolean dark class on the <html> element. For better flexibility, consider using a data-theme attribute instead of a boolean class. This allows each theme to define its own dark/light variants. Additionally, the toggle button should be hidden for mono themes (themes with only one palette). The useDarkMode composable should expose whether the theme is "toggleable", and the navbar should conditionally render the button based on this. Finally, theme configuration should be available in the admin side - the Settings tab in AdminDashboard.vue would be the appropriate place to add theme selection.
Mar 3 2026
In D3989#61933, @Chenani-MohamedAmine wrote:"Ref T2246"
The implementation uses a boolean dark class on the <html> element. For better flexibility, consider using a data-theme attribute instead of a boolean class. This allows each theme to define its own dark/light variants. Additionally, the toggle button should be hidden for mono themes (themes with only one palette). The useDarkMode composable should expose whether the theme is "toggleable", and the navbar should conditionally render the button based on this. Finally, theme configuration should be available in the admin side - the Settings tab in AdminDashboard.vue would be the appropriate place to add theme selection.
I just noticed that IncidentHistory.test.js tests a view but is in components/__tests__/.
Move the file to views/__tests__/ for consistency.
In D3980#61784, @ieli wrote:"Past Incidents" section in StatusPage.vue shows 5 most recent. Add a "View all" link to /incidents when incidents are more than 5.
Feb 28 2026
"Past Incidents" section in StatusPage.vue shows 5 most recent. Add a "View all" link to /incidents when incidents are more than 5.
Feb 27 2026
Feb 25 2026
Feb 24 2026
I mentioned in D3971 that the requested changes are implemented there.
@Chenani-MohamedAmine I appreciate the effort you’ve put into these logo drafts, but I want to reiterate that I had explicitly asked not to move forward with logo work at this stage. Any design work on the branding or logo requires broader discussion with other members of Nasqueron before proceeding.
Feb 20 2026
This revision should only contain the NotFound.vue page and its catch-all route — that's the task. Please strip out the unrelated changes (navbar logo rework, SubscribeForm restyling, logo.svg replacement, package-lock.json removals) into their own separate revisions. See inline comments for specific fixes needed on indentation and missing newlines.
Feb 17 2026
That's a good idea, you can add it as low priority in Frontend and assign it to @Chenani-MohamedAmine