aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* Merge branch 'tusooa/blocklist-loadmore' into 'develop'HJ2023-04-11
|\ | | | | | | | | | | | | Make block & mute lists able to load more Closes #1150, #1071, #1226, and #1041 See merge request pleroma/pleroma-fe!1790
| * Make block & mute lists able to load moretusooa2023-02-21
| |
* | Merge branch 'pleroma-akkoma-emoji-port' into 'develop'HJ2023-03-20
|\ \ | | | | | | | | | | | | Custom emoji reaction support See merge request pleroma/pleroma-fe!1792
| * | Generalize IntegerSetting into NumberSetting, add Integer/Float wrappersAlexander Tumin2023-03-18
| | |
| * | Allow custom emoji reactions: add option to scale reaction buttonsAlexander Tumin2023-03-17
| | |
| * | Hide custom emoji in reaction picker when BE does not advertise ↵Alexander Tumin2023-03-17
| | | | | | | | | | | | pleroma_custom_emoji_reactions
| * | Allow custom emoji reactionsAlexander Tumin2023-03-17
| | |
* | | Fix user-profile route crash on pinned favorites routeAlexander Tumin2023-03-17
|/ /
* | Fix display of theme checkboxestusooa2023-03-03
| |
* | Merge branch 'tusooa/1249-suggestor' into 'develop'HJ2023-03-03
|\ \ | | | | | | | | | | | | | | | | | | Make suggestor ignore users without valid names Closes #1249 See merge request pleroma/pleroma-fe!1794
| * | Make suggestor ignore users without valid namestusooa2023-03-02
| | | | | | | | | | | | | | | Otherwise it might have undefined issues. Resolves https://git.pleroma.social/pleroma/pleroma-fe/-/issues/1249
* | | Give tab switcher a roletusooa2023-03-02
|/ /
* | Remove @touchstart in post status buttontusooa2023-02-28
| |
* | Make it possible to auto-select the first candidate in autocompletetusooa2023-02-20
|/
* Fix poll interactiontusooa2023-02-18
|
* Fix registration error with email language selectedtusooa2023-02-12
|
* Use class to style screenreader-only texttusooa2023-02-09
|
* Make checkbox settings accessibletusooa2023-01-28
|
* Merge branch 'from/develop/tusooa/autocomplete-accessibility' into 'develop'HJ2023-01-28
|\ | | | | | | | | | | | | Autocomplete accessibility Closes #1219 See merge request pleroma/pleroma-fe!1771
| * Add some aria to post status formtusooa2023-01-21
| |
| * Make keys work as intended when there is no suggestionstusooa2023-01-21
| |
| * Make all emoji inputs screen-reader-friendlytusooa2023-01-21
| |
| * Make screenreaders read out autocomplete resultstusooa2023-01-21
| |
| * Make autocomplete items buttonstusooa2023-01-20
| |
* | Merge branch 'tusooa/anon-xact-acc' into 'develop'HJ2023-01-28
|\ \ | | | | | | | | | | | | Make interact buttons accessible for anonymous users See merge request pleroma/pleroma-fe!1773
| * | Make interact buttons accessible for anonymous usersTusooa Zhu2023-01-21
| |/
* | Merge branch 'tusooa/topbar-alttext' into 'develop'HJ2023-01-28
|\ \ | | | | | | | | | | | | Accessibility fixes for panel headers/top bar See merge request pleroma/pleroma-fe!1772
| * | Make quick settings menus more accessibletusooa2023-01-21
| | |
| * | Label buttons in top bartusooa2023-01-21
| |/
* | Fix stylelinttusooa2023-01-25
| |
* | Merge branch 'birthdays' into 'develop'HJ2023-01-25
|\ \ | | | | | | | | | | | | Birthdays See merge request pleroma/pleroma-fe!1432
| * | Make date picker aware of the birthday max valuetusooa2023-01-22
| | |
| * | Add birthday to registration formtusooa2023-01-22
| | |
| * | 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
| * | | | Fix mobile nav stylelinttusooa2023-01-22
| | | | |
| * | | | Add remove follower confirmationTusooa Zhu2023-01-22
| | | | |
| * | | | Fix confirm modal lintTusooa Zhu2023-01-20
| | | | |
| * | | | Auto close confirm dialog after approve/denyTusooa Zhu2023-01-20
| | | | |
| * | | | Add confirm dialogs for accept & deny follow requestsTusooa Zhu2023-01-20
| | | | |
| * | | | Add timed-mute functionalityTusooa Zhu2023-01-20
| | | | |
| * | | | Make confirm dialogs work with vue-i18n 9Tusooa Zhu2023-01-20
| | | | |
| * | | | Make page unscrollable when confirm modal is shownTusooa Zhu2023-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | Or we could scroll until the component is ... hidden due to virtual-scrolling, and the modal disappears!
| * | | | Make modal display over the top barTusooa Zhu2023-01-20
| | | | |
| * | | | Use vue3 teleport instead of portalTusooa Zhu2023-01-20
| | | | |
| * | | | Use portal for modalsTusooa Zhu2023-01-20
| | | | |
| * | | | Fix logout confirm dialog titleTusooa Zhu2023-01-20
| | | | |
| * | | | LintTusooa Zhu2023-01-20
| | | | |