aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* 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
|
* 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
| |
| * remove deletion (sic) stuff since we do the .deleted stuff nowadaysHenry Jameson2023-11-16
| |
| * handle desktop notifications clicksHenry Jameson2023-11-16
| |
| * continue refactorHenry Jameson2023-11-16
| |
| * refactored notifications into their own module separate from statuses (WIP)Henry Jameson2023-11-16
| |
| * add options for marking single notification as readHenry Jameson2023-11-13
| |
| * Merge remote-tracking branch 'origin/develop' into notifications-thru-swHenry Jameson2023-11-13
| |\
| * | add initial structure for notification settingsHenry Jameson2023-11-09
| | |
| * | initial work on showing notifications through serviceworkersHenry Jameson2023-10-25
| | |