| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | [vnil] point FE git url to our own | Tianhao Wang | 2024-10-17 |
| | | |||
| * | [vnil] allow users to change emoji reaction scale | Tianhao Wang | 2024-10-17 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into shadow-control-2.0 | Henry Jameson | 2024-09-26 |
| |\ | |||
| | * | Support displaying time in absolute format | tusooa | 2024-09-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds two config items: useAbsoluteTimeFormat (boolean) and absoluteTimeFormatMinAge (string, number + unit ('d'|'h'|'m'|'s')). When `useAbsoluteTimeFormat` is true, the Timeago component will display absolute time if the time is at least `absoluteTimeFormatMinAge` from now. If `longFormat` prop is true, the fully formatted time is displayed. Otherwise, the format is determined by the `time` prop: (1) if `time` is on the same day of now, display hour and minute; (2) if `time` is in the same month of now, display day and hour; (3) if `time` is in the same year of now, display month and day; (4) otherwise, display year and month. If it should display relative time, the format is the same as before. | ||
| * | | fixed shadow preview, added more safeguards for spread on separateInset shadows | Henry Jameson | 2024-09-16 |
| | | | |||
| * | | Updated shadow control to be able to handle "absolute null" situation | Henry Jameson | 2024-09-12 |
| | | | |||
| * | | lint | Henry Jameson | 2024-09-12 |
| | | | |||
| * | | Massively upgraded shadow control, added sorting by specificity in themes3, ↵ | Henry Jameson | 2024-09-12 |
| |/ | | | | added/fixed disabled inputs | ||
| * | fix missing zoom in appearance tab | Henry Jameson | 2024-07-26 |
| | | |||
| * | fix theme preview styles being applied to post preview | Henry Jameson | 2024-07-25 |
| | | |||
| * | fix language switcher | Henry Jameson | 2024-07-25 |
| | | |||
| * | Merge branch 'fix-nonexistent-setting' into 'develop' | HJ | 2024-07-24 |
| |\ | | | | | | | | | remove nonexistent setting (probably comatose contribution?) See merge request pleroma/pleroma-fe!1923 | ||
| | * | remove nonexistent setting (probably comatose contribution?) | Henry Jameson | 2024-07-24 |
| | | | |||
| * | | Merge branch 'appearance-tab' into 'develop' | HJ | 2024-07-24 |
| |\ \ | |/ |/| | | | | | Themes 3: Intermission: Appearance Tab and fixes See merge request pleroma/pleroma-fe!1920 | ||
| | * | rearrange tabs | Henry Jameson | 2024-07-24 |
| | | | |||
| | * | spacing for number setting as well | Henry Jameson | 2024-07-23 |
| | | | |||
| | * | elaboration and spacing | Henry Jameson | 2024-07-23 |
| | | | |||
| | * | fix huge previews on firefox | Henry Jameson | 2024-07-23 |
| | | | |||
| | * | update icon | Henry Jameson | 2024-07-21 |
| | | | |||
| | * | fix step not working in unit input | Henry Jameson | 2024-07-21 |
| | | | |||
| | * | font overrides + fixes for font component | Henry Jameson | 2024-07-21 |
| | | | |||
| | * | new theme selector, RC | Henry Jameson | 2024-07-17 |
| | | | |||
| | * | theme selector new | Henry Jameson | 2024-07-17 |
| | | | |||
| | * | fix checkbox in preview | Henry Jameson | 2024-07-17 |
| | | | |||
| | * | optimizations, WIP theme selector | Henry Jameson | 2024-07-17 |
| | | | |||
| | * | add ability to override underlay color/opacity regardless of theme | Henry Jameson | 2024-07-16 |
| | | | |||
| | * | use separate action for setting Theme V2 | Henry Jameson | 2024-07-12 |
| | | | |||
| | * | MASSIVELY streamlined theme setting process, now EVERYTHING happens in a ↵ | Henry Jameson | 2024-07-10 |
| | | | | | | | | | vuex action "setTheme" instead of several different applyTheme()s scattered around | ||
| | * | "fix" theme preview | Henry Jameson | 2024-07-04 |
| | | | |||
| | * | fields for user font overrides | Henry Jameson | 2024-06-27 |
| | | | |||
| | * | font selector with proper styles and functionality + local font selector | Henry Jameson | 2024-06-26 |
| | | | |||
| | * | made theme debug easier by making it an actual option | Henry Jameson | 2024-06-21 |
| | | | |||
| | * | forced roundness tweak config | Henry Jameson | 2024-06-21 |
| | | | |||
| | * | better defaults, fonts scale with panel scale | Henry Jameson | 2024-06-19 |
| | | | |||
| | * | more scaling options | Henry Jameson | 2024-06-13 |
| | | | |||
| | * | initial Appearance Tab implementation, added text size/UI scale option | Henry Jameson | 2024-05-22 |
| | | | |||
| * | | Support `status` notification type | marcin mikołajczak | 2024-05-25 |
| |/ | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | ||
| * | Merge branch 'scrobbles-age' into 'develop' | HJ | 2024-05-22 |
| |\ | | | | | | | | | Add setting to only show scrobbles newer than certain age. See merge request pleroma/pleroma-fe!1904 | ||
| | * | Merge branch 'develop' into 'scrobbles-age' | HJ | 2024-04-28 |
| | |\ | | | | | | | | | | # Conflicts: # src/i18n/en.json | ||
| | * | | refactor sizesetting into unitsetting allowing more unit types with i18n support | Henry Jameson | 2024-04-24 |
| | | | | |||
| | * | | scrobbles age setting | Henry Jameson | 2024-03-25 |
| | | | | |||
| * | | | Merge branch 'themes3-cache' into 'develop' | HJ | 2024-05-22 |
| |\ \ \ | |_|/ |/| | | | | | | | | implement a simple caching system for themes 3 See merge request pleroma/pleroma-fe!1911 | ||
| | * | | implement a simple caching system for themes 3 | Henry Jameson | 2024-04-22 |
| | | | | |||
| * | | | Allow muting sensitive posts in public timelines | Alexander Tumin | 2024-04-24 |
| |/ / | |||
| * | | lint | Henry Jameson | 2024-03-07 |
| | | | |||
| * | | emoji management fixes for themes3 | Henry Jameson | 2024-03-06 |
| | | | |||
| * | | Merge remote-tracking branch 'origin/develop' into themes3 | Henry Jameson | 2024-03-06 |
| |\| | |||
| | * | Merge branch 'admin-emoji-settings' into 'develop' | HJ | 2024-03-05 |
| | |\ | | | | | | | | | | | | | Admin emoji pack settings See merge request pleroma/pleroma-fe!1886 | ||
| | | * | Address the save and delete button bugs | Ekaterina Vaartis | 2024-01-28 |
| | | | | |||
| | | * | Fix typo, add warning on replacing local pack | Ekaterina Vaartis | 2024-01-22 |
| | | | | |||
