aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* Allow to change bookmark folder emojimarcin mikołajczak2024-09-26
| | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* Bookmark folder editingmarcin mikołajczak2024-09-26
| | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* Allow adding bookmarks to foldersmarcin mikołajczak2024-09-24
| | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* Bookmark foldersmarcin mikołajczak2024-09-23
| | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* Support displaying time in absolute formattusooa2024-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 wildHenry Jameson2024-07-25
|
* Merge branch 'appearance-tab' into 'develop'HJ2024-07-24
|\ | | | | | | | | Themes 3: Intermission: Appearance Tab and fixes See merge request pleroma/pleroma-fe!1920
| * remove unused filesHenry Jameson2024-07-21
| |
| * fix font selector losing list of local fonts when selecting oneHenry Jameson2024-07-21
| |
| * font overrides + fixes for font componentHenry Jameson2024-07-21
| |
| * cleanup console logsHenry Jameson2024-07-21
| |
| * fix themes v2 editor for anon users and people who never touched themesHenry Jameson2024-07-17
| |
| * new theme selector, RCHenry Jameson2024-07-17
| |
| * optimizations, WIP theme selectorHenry Jameson2024-07-17
| |
| * add ability to override underlay color/opacity regardless of themeHenry Jameson2024-07-16
| |
| * use separate action for setting Theme V2Henry Jameson2024-07-12
| |
| * don't recompile if cache existsHenry Jameson2024-07-12
| |
| * cleanupHenry Jameson2024-07-12
| |
| * move theme application to interface moduleHenry Jameson2024-07-12
| |
| * MASSIVELY streamlined theme setting process, now EVERYTHING happens in a ↵Henry Jameson2024-07-10
| | | | | | | | vuex action "setTheme" instead of several different applyTheme()s scattered around
| * fields for user font overridesHenry Jameson2024-06-27
| |
| * Massively simplify and improve font input componentHenry Jameson2024-06-27
| |
| * font selector with proper styles and functionality + local font selectorHenry Jameson2024-06-26
| |
| * made theme debug easier by making it an actual optionHenry Jameson2024-06-21
| |
| * forced roundness tweak configHenry Jameson2024-06-21
| |
| * better defaults, fonts scale with panel scaleHenry Jameson2024-06-19
| |
| * more scaling optionsHenry Jameson2024-06-13
| |
| * initial Appearance Tab implementation, added text size/UI scale optionHenry Jameson2024-05-22
| |
* | Support `status` notification typemarcin mikołajczak2024-05-25
|/ | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* Merge branch 'scrobbles-age' into 'develop'HJ2024-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'HJ2024-04-28
| |\ | | | | | | | | | # Conflicts: # src/i18n/en.json
| * | scrobbles age settingHenry Jameson2024-03-25
| | |
* | | Merge branch 'quotes-count' into 'develop'HJ2024-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łajczak2024-01-14
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # src/services/api/api.service.js
| * | | | Display quotes count on posts and add quotes list pagemarcin mikołajczak2024-01-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | | | Merge branch 'themes3-cache' into 'develop'HJ2024-05-22
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | implement a simple caching system for themes 3 See merge request pleroma/pleroma-fe!1911
| * | | | implement a simple caching system for themes 3Henry Jameson2024-04-22
| | | | |
* | | | | Allow muting sensitive posts in public timelinesAlexander Tumin2024-04-24
|/ / / /
* | | / only show interface after theme has been appliedHenry Jameson2024-04-03
| |_|/ |/| |
* | | Merge branch 'tusooa/group-actor' into 'develop'tusooa2024-01-24
|\ \ \ | |_|/ |/| | | | | | | | Support group actors See merge request pleroma/pleroma-fe!1882
| * | Allow user to mark account as grouptusooa2023-12-27
| |/
* / Show a dedicated registration notice page when further action is required ↵tusooa2024-01-13
|/ | | | after registering
* Merge branch 'notifications-thru-sw' into 'develop'HJ2023-12-13
|\ | | | | | | | | Notifications improvements. See merge request pleroma/pleroma-fe!1873
| * cleanup stray console logsHenry Jameson2023-12-14
| |
| * add setting to always show push notificationsHenry Jameson2023-12-13
| |
| * rearrange notification visibility page a bit.Henry Jameson2023-11-19
| |
| * added some settings for notificationsHenry Jameson2023-11-19
| |
| * consistentcy and bugfixHenry Jameson2023-11-19
| |
| * use dispatch instead of commmit, fix bad copypastaHenry Jameson2023-11-16
| |
| * fix typoHenry Jameson2023-11-16
| |