christin #9
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
FediSuite/FediSuite-Docker-Image!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "christin"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
forgejo-release@v2 only installs jq/curl itself when missing, via a hardcoded apt-get, which doesn't exist on this Alpine-based container ("apt-get: command not found"). Installing both ourselves makes its own "which jq curl" check pass so it skips that fallback.Fixes a Critical finding from the Task 7 re-review: the 2FA "send code by e-mail" button in Auth.tsx was missed by the previous token-styled rollout, leaving it subject to the legacy global button{...!important} gradient/white-text/800-weight rule in index.css instead of its own Tailwind classes.Account/period selector buttons and the shared summary/table accordion toggles (used by every widget) move off hardcoded cyan/violet hex onto the Phase 1 token system. Every touched button gets token-styled so the global button{!important} rule doesn't repaint it.The visible label now reads just "Einklappen"/"Collapse"/"Comprimi" via a new sidebar.collapseShort key; the aria-label stays fully descriptive ("Seitenleiste einklappen" etc.) since a shorter label there would hurt screen-reader clarity for no visual benefit -- only the on-screen text needed shortening.