Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Leverage jsx transform to remove unnecessary react imports and update eslint ↵ | Paul Coroneos | 2024-11-19 | 1 | -1/+0 |
| | | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled | ||||
* | [ALF] Theme & palette cleanup (#4769) | Eric Bailey | 2024-07-11 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add copy to feeds page (#2852) | Hailey | 2024-02-13 | 1 | -0/+51 |
* move `IconCircle` to `components` for reuse * add copy to feeds page * start of a header * saveit * add lg size * add your feeds * don't show Your Feeds if you don't have any * Minor ui tweaks * cleanup * remove unused activity indicator --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> |