User Details
- User Since
- May 28 2015, 07:46 (563 w, 6 d)
- Availability
- Available
Thu, Mar 12
Removed hardcoded admin token (thanks to @dereckson)
Tue, Mar 10
This revision cannot be accepted.
An attempt by @Chenani-MohamedAmine was made on D3992.
I am abandoning this revision.
Mon, Mar 9
This code was submitted with an obvious syntax error that would prevent the application from even running. The Vue compiler immediately fails with:
Thu, Mar 5
I do not think this is an industry-standard solution. There's gap that's visually visible... Do more research.
Wed, Mar 4
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.
Tue, Mar 3
The implementation uses a boolean dark class. Since tools have many themes these days and flexibility is important, consider implementing this as a theme-based system instead of binary dark/light. This would allow adding more themes in the future (e.g., high contrast, brand themes) without architectural changes.
I just noticed that IncidentHistory.test.js tests a view but is in components/__tests__/.
Move the file to views/__tests__/ for consistency.
Sat, Feb 28
"Past Incidents" section in StatusPage.vue shows 5 most recent. Add a "View all" link to /incidents when incidents are more than 5.
Fri, Feb 27
Wed, Feb 25
Tue, Feb 24
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.
I've reviewed your changes. I noticed you created a new differential (D3977) instead of updating the original one for the same task.
Fri, Feb 20
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.
Tue, Feb 17
That's a good idea, you can add it as low priority in Frontend and assign it to @Chenani-MohamedAmine