Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Boolean filter improvement alternative: TS upgrade (#4840) | Dmitrii Kartashev | 2024-07-26 | 1 | -1/+3 |
| | | | | | * upgrade typescript and use new feature * fix: typing error | ||||
* | [ALF] Theme & palette cleanup (#4769) | Eric Bailey | 2024-07-11 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Invert primary scale * Invert negative palette * Replace theme specific styles in Toggle * Remove theme specific colors from Button, improves secondary solid on dark mode * TextField * Remove from MessageItem * Threadgate editor * IconCircle * Muted words * Generate themes from hues * Cleanup * Deprecate more values, fix circular import * Invert positive too, hardly use * Button tweaks, some theme diffs * Match disabled state for negative button * Fix unread noty bg | ||||
* | Fix typo in ThreadgateEditor.tsx (#4636) | surfdude29 | 2024-06-25 | 1 | -1/+1 |
| | |||||
* | Composer - replace threadgate modal with alf dialog (#4329) | Samuel Newman | 2024-06-24 | 1 | -0/+218 |
* replace threadgate modal with alf dialog * add accessibility to selectable * add aria * hide spinner once fetched * add `hasOpenDialogs` value to context * remove state * Rm loading state * Update the threadgate dialog button theming * Factor out the threadgate editor and add editing to post views * Mark messages for localization * Use colors from mute dialog * Remove unnecessary effect * Reset state on dialog dismiss * Clearer CTA * Fix bugs * Scope keyboard fix * Rm getAreDialogsActive (no longer needed) --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> |