aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal
Commit message (Collapse)AuthorAge
* lintHenry Jameson2023-03-17
|
* setting admin settings works now. also now we have draftable settingsHenry Jameson2023-03-16
|
* initial admin settings prototype (WIP)Henry Jameson2023-03-14
|
* lintHenry Jameson2023-03-12
|
* fixes for stuff i missedHenry Jameson2023-03-12
|
* minimize the rest of the sharedcomputedobjectHenry Jameson2023-03-12
|
* 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
|
* Use class to style screenreader-only texttusooa2023-02-09
|
* Merge branch 'from/develop/tusooa/autocomplete-accessibility' into 'develop'HJ2023-01-28
|\ | | | | | | | | | | | | Autocomplete accessibility Closes #1219 See merge request pleroma/pleroma-fe!1771
| * Make all emoji inputs screen-reader-friendlytusooa2023-01-21
| |
* | Merge branch 'birthdays' into 'develop'HJ2023-01-25
|\ \ | | | | | | | | | | | | Birthdays See merge request pleroma/pleroma-fe!1432
| * | Merge remote-tracking branch 'upstream/develop' into birthdaystusooa2023-01-22
| |\|
| * | Merge remote-tracking branch 'pleroma/develop' into birthdaysmarcin mikołajczak2022-08-05
| |\ \ | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
| * | | Birthdaysmarcin mikołajczak2022-02-13
| | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | | 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 setting entries for whether to show confirmation dialogsTusooa Zhu2023-01-20
| | |_|/ | |/| |
* | | | Merge branch 'from/develop/tusooa/multi-iface-lang' into 'develop'HJ2023-01-25
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Multiple interface languages support See merge request pleroma/pleroma-fe!1568
| * | | Add support for multiple interface languagesTusooa Zhu2022-12-23
| | | |
* | | | Merge remote-tracking branch 'upstream/develop' into tusooa/stylelinttusooa2023-01-15
|\ \ \ \
| * | | | Debounce mute word settingtusooa2023-01-14
| | | | |
| * | | | Use splice instead of deleteflxy2023-01-12
| | | | |
* | | | | Use stylelinttusooa2023-01-09
|/ / / /
* / / / Display detailed backup statetusooa2022-12-24
|/ / /
* | | Merge branch 'fix-excessive-reregistrations' into 'develop'HJ2022-12-22
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix rogue nested watcher triggering notifications registering too often Closes #1159 See merge request pleroma/pleroma-fe!1708
| * | | fix nested properties watcher being triggered far too oftenHenry Jameson2022-12-21
| | | |
* | | | more resistant code for color parsing errorXnuk Shuman2022-12-20
| | | |
* | | | Merge branch 'xnuk-develop-patch-08175' into 'develop'tusooa2022-12-09
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Untranslated text "Users" in mute settings See merge request pleroma/pleroma-fe!1691
| * | | | Untranslated text "Users" in mute settingsXnuk Shuman2022-12-08
| |/ / /
* / / / Fix not to show "Save changes" button in "Delete account" sectionXnuk Shuman2022-12-08
|/ / /
* | | Make emoji picker use grouped unicode emojisTusooa Zhu2022-09-18
| | |
* | | 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
|/ / /
* / / Lists implementationAlexander Tumin2022-08-06
|/ /
* | --fixHenry Jameson2022-07-31
| |
* | fix settings tooltipsHenry Jameson2022-07-30
| |
* | make user popover options expertHenry Jameson2022-07-27
| |
* | 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
| |
* | move tooltips settingHenry Jameson2022-06-27
| |
* | Merge remote-tracking branch 'origin/develop' into disjointed-popoversHenry Jameson2022-06-27
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: add SK (Slovak) translation ReactButton: Workaround for android composition mode EmojiPicker: Workaround to search immediately on mobile Fix top bar input text colour Show underlay for mobile Fix tests Add English translations for correctly i18nized time units Delegate relativeTime plural rules to vue-i18n restore notifications page, fix z-index issues Make lint happy Add English translations for backup UI Add backup UI Add English translation for list aliases error Log errors when listing aliases Add changelog Add Engilsh translation for migration Add frontend ui for aliases and migration Change translation key Explain better what delete does in moderation menu