Qovery
OSS
console
Sign in / Sign up
Open main menu
console
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Failed
2751/merge
41f2d42b fix(ui): make InputToggle keyboard accessible The InputToggle used a hidden checkbox and onClick-only div handlers, so it was not reachable or operable via the keyboard. On the service port settings form this broke Tab navigation: keyboard users could reach the default fields (application port, protocol) but could not focus or toggle the 'Publicly exposed' switch that gates the advanced fields (e.g. port name). Expose the toggle as a focusable switch (role=switch, aria-checked, tabIndex) with Space/Enter activation and a visible focus outline, while keeping it non-focusable when disabled.
by Claude
C
Succeeded
2725/merge
5d4f0a05 fix(date-picker): prevent infinite update loop with defaultDates The defaultDates prop creates new Date objects on each render even when useMemo is used in the parent. The useEffect comparing by reference would trigger state updates that caused react-datepicker's infinite update loop. Now using a ref to track applied timestamps and only update when the actual date values change. https://claude.ai/code/session_01Qx9Qp1s2DLXDA5FfVeJkxF
by Claude
C
Succeeded
2725/merge
a3b7355c fix(date-picker): prevent crash when editing start time in logs view getCombinedDateTime can throw when parsing dates/times that pass validation but still produce invalid Date objects. Added try-catch in handleInputChange and getDateTimeInputErrors to gracefully handle these edge cases instead of crashing the frontend. https://claude.ai/code/session_01Qx9Qp1s2DLXDA5FfVeJkxF
by Claude
C
Succeeded
2724/merge
2317ca77 feat(ui): change brand color from violet to green Updated the console color scheme to use green (Italian flag inspired) for the brand/primary color instead of violet, in both light and dark themes. Slack: https://qovery.slack.com/archives/C0A4CDDJBRQ/p1780311859777419 https://claude.ai/code/session_01Bvvc4vztLq8i24BCjdqKHz
by Claude
C
Previous page
Previous
Next
Next page