aboutsummaryrefslogtreecommitdiff
path: root/src/modules/config.js
Commit message (Collapse)AuthorAge
* 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
|
* Merge remote-tracking branch 'origin/develop' into notifications-thru-swHenry Jameson2023-11-13
|\
| * Display the latest scrobble under a user's nameNEETzsche2023-11-10
| |
| * Make extra notification display customizabletusooa2023-08-18
| |
* | add initial structure for notification settingsHenry Jameson2023-11-09
|/
* Merge remote-tracking branch 'origin/develop' into improve_settings_reusabilityHenry Jameson2023-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 buttonsAlexander Tumin2023-03-17
| |
* | move websocket connection logic into moduleHenry Jameson2023-03-12
| |
* | serverSideConfig renamed into profileSettingConfig to avoid confusionHenry Jameson2023-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 autocompletetusooa2023-02-20
|
* Merge branch 'from/develop/tusooa/confirm-dialogs' into 'develop'HJ2023-01-25
|\ | | | | | | | | Confirmation dialogs See merge request pleroma/pleroma-fe!1431
| * Add remove follower confirmationTusooa Zhu2023-01-22
| |
| * Add confirm dialogs for accept & deny follow requestsTusooa Zhu2023-01-20
| |
| * Add delete status confirm modalTusooa Zhu2023-01-20
| |
* | Add support for multiple interface languagesTusooa Zhu2022-12-23
|/
* make better defaults for user popovers, closer to OG behaviorHenry Jameson2022-11-21
|
* Load unicode emoji annotationsTusooa Zhu2022-09-20
|
* Merge remote-tracking branch 'origin/develop' into navigation-updateHenry Jameson2022-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'HJ2022-08-22
| |\ | | | | | | | | | # Conflicts: # src/components/settings_modal/tabs/general_tab.vue
| * | Allow opening profile: multiChoiceProprties record, anonymous accessAlexander Tumin2022-08-09
| | |
| * | Allow opening profile when clicking an avatar inside of user popoverAlexander Tumin2022-08-08
| | |
* | | Merge remote-tracking branch 'origin/develop' into navigation-updateHenry Jameson2022-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 columnsAlexander Tumin2022-08-17
| | |
| * | Allow column width configurationAlexander Tumin2022-08-11
| | | | | | | | | | | | | | | Group column configuration in settings Column width configuration: do not act on defaults
* | | ability to pin items in navigation menu, initial draft versionHenry Jameson2022-08-11
|/ /
* | Merge branch 'feat/report-notification' into 'develop'HJ2022-08-09
|\ \ | | | | | | | | | | | | #949 Feat/report notification See merge request pleroma/pleroma-fe!1322
| * | Fix merge conflictsSean King2022-08-06
| |\|
| * | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-07-18
| |\ \ | | | | | | | | | | | | feat/report-notification
| * \ \ Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-03-20
| |\ \ \ | | | | | | | | | | | | | | | feat/report-notification
| * \ \ \ Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-02-26
| |\ \ \ \ | | | | | | | | | | | | | | | | | | feat/report-notification
| * | | | | somewhat workign version still with fixtureShpuld Shpuldson2021-01-06
| | | | | |
* | | | | | Lists implementationAlexander Tumin2022-08-06
| |_|_|_|/ |/| | | |
* | | | | --fixHenry Jameson2022-07-31
| | | | |
* | | | | fix avatar not closing, add option to put popovers next to avatarHenry Jameson2022-07-19
| | | | | | | | | | | | | | | | | | | | instead of over it
* | | | | close on avatar click again, add zooming as optionHenry Jameson2022-06-27
| |_|_|/ |/| | |
* | | | Merge branch 'threecolumn' into 'develop'HJ2022-05-31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Layout refactoring + Three column mode See merge request pleroma/pleroma-fe!1503
| * | | | unified layout-setting code and made an option to control or disableHenry Jameson2022-04-12
| | | | | | | | | | | | | | | | | | | | third column behavior
| * | | | options to enable scrollbars and disable sticky headersHenry Jameson2022-04-07
| | | | |
* | | | | Revert "Merge branch 'revert-a88abc7e' into 'develop'"HJ2022-05-22
| | | | | | | | | | | | | | | This reverts merge request !1526
* | | | | Revert "Merge branch 'from/develop/tusooa/lang-opts' into 'develop'"HJ2022-05-22
| | | | | | | | | | | | | | | This reverts merge request !1494
* | | | | Merge branch 'from/develop/tusooa/lang-opts' into 'develop'HJ2022-05-22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add language options See merge request pleroma/pleroma-fe!1494
| * | | | | Make lint happyTusooa Zhu2022-04-29
| | | | | |
| * | | | | Set userLanguage cookie when setting interface languageTusooa Zhu2022-04-29
| |/ / / /
* / / / / Add settings for filtering end-of-poll notificationsTusooa Zhu2022-05-20
|/ / / / | | | | | | | | | | | | Ref: poll-notif
* | | | Merge remote-tracking branch 'origin/develop' into vue3-againHenry Jameson2022-03-16
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (475 commits) Apply 1 suggestion(s) to 1 file(s) Update dependency @ungap/event-target to v0.2.3 Update package.json fix broken icons after FA upgrade Update Font Awesome Update dependency webpack-dev-middleware to v3.7.3 Update dependency vuelidate to v0.7.7 Pin dependency @kazvmoe-infra/pinch-zoom-element to 1.2.0 lint Make media modal buttons larger Add English translation for hide tooltip Add hide button to media modal Lint Prevent hiding media viewer if swiped over SwipeClick Fix webkit image blurs Fix video in media modal not displaying properly Add changelog for https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1403 Remove image box-shadow in media modal Clean up debug code for image pinch zoom Bump @kazvmoe-infra/pinch-zoom-element to 1.2.0 on npm ...
| * | | Merge remote-tracking branch 'origin/develop' into ↵Henry Jameson2022-03-14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expert-settings-and-serverside * origin/develop: (83 commits) Make media modal buttons larger Add English translation for hide tooltip Add hide button to media modal Lint Prevent hiding media viewer if swiped over SwipeClick Fix webkit image blurs Fix video in media modal not displaying properly Add changelog for https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1403 Remove image box-shadow in media modal Clean up debug code for image pinch zoom Bump @kazvmoe-infra/pinch-zoom-element to 1.2.0 on npm Bump pinch-zoom-element version Clean up Check whether we swiped only for mouse pointer Scale swipe threshold with viewport width Update pinch-zoom-element Allow pinch-zoom to fill the whole screen Use native click for hiding overlay Reset position on swipe end even if we cannot navigate Make lint happy ...
| | * \ \ Merge branch 'from/develop/tusooa/tree-threading' into 'develop'HJ2022-03-13
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add the option to display threads as trees See merge request pleroma/pleroma-fe!1407
| | | * | | Make maxDepthInThread instance-defaultTusooa Zhu2022-03-07
| | | | | |