| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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. | ||
| * | fix some broken themes found in wild | Henry Jameson | 2024-07-25 |
| | | |||
| * | Merge branch 'appearance-tab' into 'develop' | HJ | 2024-07-24 |
| |\ | | | | | | | | | Themes 3: Intermission: Appearance Tab and fixes See merge request pleroma/pleroma-fe!1920 | ||
| | * | remove unused files | Henry Jameson | 2024-07-21 |
| | | | |||
| | * | fix font selector losing list of local fonts when selecting one | Henry Jameson | 2024-07-21 |
| | | | |||
| | * | font overrides + fixes for font component | Henry Jameson | 2024-07-21 |
| | | | |||
| | * | cleanup console logs | Henry Jameson | 2024-07-21 |
| | | | |||
| | * | fix themes v2 editor for anon users and people who never touched themes | Henry Jameson | 2024-07-17 |
| | | | |||
| | * | new theme selector, RC | 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 |
| | | | |||
| | * | don't recompile if cache exists | Henry Jameson | 2024-07-12 |
| | | | |||
| | * | cleanup | Henry Jameson | 2024-07-12 |
| | | | |||
| | * | move theme application to interface module | 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 | ||
| | * | fields for user font overrides | Henry Jameson | 2024-06-27 |
| | | | |||
| | * | Massively simplify and improve font input component | 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 | ||
| | * | | scrobbles age setting | Henry Jameson | 2024-03-25 |
| | | | | |||
| * | | | Merge branch 'quotes-count' into 'develop' | HJ | 2024-05-22 |
| |\ \ \ | | | | | | | | | | | | | | | | | Display quotes count on posts and add quotes list page See merge request pleroma/pleroma-fe!1885 | ||
| | * \ \ | Merge branch 'develop' into 'quotes-count' | marcin mikołajczak | 2024-01-14 |
| | |\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # src/services/api/api.service.js | ||
| | * | | | | Display quotes count on posts and add quotes list page | marcin mikołajczak | 2024-01-04 |
| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | ||
| * | | | | | 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 |
| |/ / / / | |||
| * | | / | only show interface after theme has been applied | Henry Jameson | 2024-04-03 |
| | |_|/ |/| | | |||
| * | | | Merge branch 'tusooa/group-actor' into 'develop' | tusooa | 2024-01-24 |
| |\ \ \ | |_|/ |/| | | | | | | | | Support group actors See merge request pleroma/pleroma-fe!1882 | ||
| | * | | Allow user to mark account as group | tusooa | 2023-12-27 |
| | |/ | |||
| * / | Show a dedicated registration notice page when further action is required ↵ | tusooa | 2024-01-13 |
| |/ | | | | after registering | ||
| * | Merge branch 'notifications-thru-sw' into 'develop' | HJ | 2023-12-13 |
| |\ | | | | | | | | | Notifications improvements. See merge request pleroma/pleroma-fe!1873 | ||
| | * | cleanup stray console logs | Henry Jameson | 2023-12-14 |
| | | | |||
| | * | add setting to always show push notifications | Henry Jameson | 2023-12-13 |
| | | | |||
| | * | rearrange notification visibility page a bit. | Henry Jameson | 2023-11-19 |
| | | | |||
| | * | added some settings for notifications | Henry Jameson | 2023-11-19 |
| | | | |||
| | * | consistentcy and bugfix | Henry Jameson | 2023-11-19 |
| | | | |||
| | * | use dispatch instead of commmit, fix bad copypasta | Henry Jameson | 2023-11-16 |
| | | | |||
| | * | fix typo | Henry Jameson | 2023-11-16 |
| | | | |||
| | * | remove deletion (sic) stuff since we do the .deleted stuff nowadays | Henry Jameson | 2023-11-16 |
| | | | |||
| | * | handle desktop notifications clicks | Henry Jameson | 2023-11-16 |
| | | | |||
| | * | continue refactor | Henry Jameson | 2023-11-16 |
| | | | |||
| | * | refactored notifications into their own module separate from statuses (WIP) | Henry Jameson | 2023-11-16 |
| | | | |||
