| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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 |
| | | | |||
| | * | font overrides + fixes for font component | Henry Jameson | 2024-07-21 |
| | | | |||
| | * | new theme selector, RC | 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 | ||
| | * | fields for user font overrides | Henry Jameson | 2024-06-27 |
| | | | |||
| | * | made theme debug easier by making it an actual option | Henry Jameson | 2024-06-21 |
| | | | |||
| | * | forced roundness tweak config | Henry Jameson | 2024-06-21 |
| | | | |||
| | * | 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 '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 |
| |/ | |||
| * | 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 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into notifications-thru-sw | Henry Jameson | 2023-11-13 |
| |\ | |||
| | * | Display the latest scrobble under a user's name | NEETzsche | 2023-11-10 |
| | | | |||
| | * | Make extra notification display customizable | tusooa | 2023-08-18 |
| | | | |||
| * | | add initial structure for notification settings | Henry Jameson | 2023-11-09 |
| |/ | |||
| * | Merge remote-tracking branch 'origin/develop' into improve_settings_reusability | Henry Jameson | 2023-03-20 |
| |\ | | | | | | | | | | | | | | | | | | | * origin/develop: Translated using Weblate (Chinese (Simplified)) Generalize IntegerSetting into NumberSetting, add Integer/Float wrappers Allow custom emoji reactions: add option to scale reaction buttons Fix user-profile route crash on pinned favorites route Hide custom emoji in reaction picker when BE does not advertise pleroma_custom_emoji_reactions Allow custom emoji reactions | ||
| | * | Allow custom emoji reactions: add option to scale reaction buttons | Alexander Tumin | 2023-03-17 |
| | | | |||
| * | | move websocket connection logic into module | Henry Jameson | 2023-03-12 |
| | | | |||
| * | | serverSideConfig renamed into profileSettingConfig to avoid confusion | Henry Jameson | 2023-03-12 |
| |/ | | | | | | with serverSideStorage, reduced overall need for SharedComputedObject in settings tabs, moved copypaste code of "setting" type of helpers into a separate file. | ||
| * | Make it possible to auto-select the first candidate in autocomplete | tusooa | 2023-02-20 |
| | | |||
| * | Merge branch 'from/develop/tusooa/confirm-dialogs' into 'develop' | HJ | 2023-01-25 |
| |\ | | | | | | | | | Confirmation dialogs See merge request pleroma/pleroma-fe!1431 | ||
| | * | Add remove follower confirmation | Tusooa Zhu | 2023-01-22 |
| | | | |||
| | * | Add confirm dialogs for accept & deny follow requests | Tusooa Zhu | 2023-01-20 |
| | | | |||
| | * | Add delete status confirm modal | Tusooa Zhu | 2023-01-20 |
| | | | |||
| * | | Add support for multiple interface languages | Tusooa Zhu | 2022-12-23 |
| |/ | |||
| * | make better defaults for user popovers, closer to OG behavior | Henry Jameson | 2022-11-21 |
| | | |||
| * | Load unicode emoji annotations | Tusooa Zhu | 2022-09-20 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into navigation-update | Henry Jameson | 2022-08-23 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Update dependency opn to v5 fix notices being under the navbar, also change offset to use variable fix modals not having proper z index reduce indexes to be below 9999 so that develop error messages appear above Do not allow to find by name in findUser() Use lookup endpoint to obtain users by nickname Use $ for id UserProfile routes Allow opening profile: multiChoiceProprties record, anonymous access Allow opening profile when clicking an avatar inside of user popover | ||
| | * | Merge branch 'develop' into 'allow-opening-profile-in-user-popover' | HJ | 2022-08-22 |
| | |\ | | | | | | | | | | # Conflicts: # src/components/settings_modal/tabs/general_tab.vue | ||
| | * | | Allow opening profile: multiChoiceProprties record, anonymous access | Alexander Tumin | 2022-08-09 |
| | | | | |||
| | * | | Allow opening profile when clicking an avatar inside of user popover | Alexander Tumin | 2022-08-08 |
| | | | | |||
| * | | | Merge remote-tracking branch 'origin/develop' into navigation-update | Henry Jameson | 2022-08-23 |
| |\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (49 commits) Fix react & extra buttons not styled on tab-focus Fix popover not popping up Fix styling on Safari Use :focus-visible instead of :focus for focus markers Optimize Reply badge position Add badges to status interacting buttons Update dependency nightwatch to v2 Update dependency eslint-plugin-n to v15.2.5 Update dependency mocha to v10 Update dependency karma-coverage to v2 Update dependency sass to v1.54.5 Update dependency karma-firefox-launcher to v2 Update dependency vue-template-compiler to v2.7.9 Pin dependencies Refresh yarn.lock Allow column width configuration: allow stretching navbar with columns Remove legacy code for chunksSortMode Add FIXME comment about html-webpack-plugin-after-emit Use exact webpack version in package.json Reintroduce css minimizer ... | ||
| | * | | Allow column width configuration: allow stretching navbar with columns | Alexander Tumin | 2022-08-17 |
| | | | | |||
| | * | | Allow column width configuration | Alexander Tumin | 2022-08-11 |
| | | | | | | | | | | | | | | | | Group column configuration in settings Column width configuration: do not act on defaults | ||
| * | | | ability to pin items in navigation menu, initial draft version | Henry Jameson | 2022-08-11 |
| |/ / | |||
| * | | Merge branch 'feat/report-notification' into 'develop' | HJ | 2022-08-09 |
| |\ \ | | | | | | | | | | | | | #949 Feat/report notification See merge request pleroma/pleroma-fe!1322 | ||
| | * | | Fix merge conflicts | Sean King | 2022-08-06 |
| | |\| | |||
| | * | | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵ | Ilja | 2022-07-18 |
| | |\ \ | | | | | | | | | | | | | feat/report-notification | ||
| | * \ \ | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵ | Ilja | 2022-03-20 |
| | |\ \ \ | | | | | | | | | | | | | | | | feat/report-notification | ||
