aboutsummaryrefslogtreecommitdiff
path: root/src/components/react_button
Commit message (Collapse)AuthorAge
* Add alt text for react and extra-buttons popuptusooa2023-11-12
|
* Fix custom emojis shown in selector if backend does not support ittusooa2023-05-12
|
* 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
|
* Merge remote-tracking branch 'upstream/develop' into tusooa/stylelinttusooa2023-01-15
|\
| * Pick a better query selectorflxy2023-01-11
| |
| * Adjust query selector to actually get the popover nowflxy2023-01-11
| |
* | Use stylelinttusooa2023-01-09
|/
* add new search to reaction picker and make hardcoded set... betterHenry Jameson2022-10-17
|
* Make emoji picker use grouped unicode emojisTusooa Zhu2022-09-18
|
* Fix react & extra buttons not styled on tab-focusTusooa Zhu2022-08-22
|
* Fix popover not popping upTusooa Zhu2022-08-22
| | | | | | | | Sometimes the "focus-marker" gets clicked. In this situation, it will trigger an open, and then a close, because the original focus-marker was removed from the dom, so $el.contains() no longer thinks the marker is part of the trigger! We replaced the v-if with v-show to resolve this problem.
* Fix styling on SafariTusooa Zhu2022-08-22
|
* Use :focus-visible instead of :focus for focus markersTusooa Zhu2022-08-22
| | | | | | | | | | | In this way, after the user clicked with a pointer and moved that pointer away, the focus marker will no longer show a focused style. As Safari remains the only major browser engine that does not support :focus-visible, a fallback to :focus is used if there is no browser support for :focus-visible. https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
* Add badges to status interacting buttonsTusooa Zhu2022-08-22
| | | | | | | | | | Now, the following badges will be added: 0: (+) sign to reply, favourite, repeat, react and extra buttons 1: (-) sign to unfavourite and unrepeat 2: (x) sign to close reply form, close react popover, and close extra buttons popover 3: Check mark to favourited and repeated statuses https://git.pleroma.social/pleroma/pleroma-fe/-/issues/1092
* --fixHenry Jameson2022-07-31
|
* 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
| * ReactButton: Workaround for android composition modeLain Soykaf2022-06-12
| |
* | remove duplicate buttons on post buttonsHenry Jameson2022-06-12
| |
* | experimental disjointed popupsHenry Jameson2022-05-20
|/
* relative units in line-height + some cleanupHenry Jameson2022-04-20
|
* migrate to v-slotHenry Jameson2021-04-07
|
* focus input in emoji picker and react pickerShpuld Shpuldson2021-02-25
|
* Cleanup ReactButton's CSS, fix hitboxes of reactbutton and extrabuttonsHenry Jameson2021-02-03
|
* change react button classnames for consistencyHenry Jameson2021-02-01
|
* fix recent mistakes in react buttonShpuld Shpuldson2020-12-06
|
* Merge branch 'fix/use-semantically-correct-buttons' into 'develop'Shpuld Shpludson2020-12-01
|\ | | | | | | | | | | | | Fix #1001 Accessibility: Use semantically correct buttons (almost) everywhere Closes #1001 See merge request pleroma/pleroma-fe!1293
| * fix wrong button style, add new option for popover to better deal with ↵Shpuld Shpuldson2020-11-25
| | | | | | | | different layouts
| * renames and removals of cursor: pointerShpuld Shpuldson2020-11-24
| |
| * more fixes, add fullwidthShpuld Shpuldson2020-11-24
| |
| * Replace all use of <a> + href='#' with proper buttonsShpuld Shpuldson2020-11-24
| |
* | add titles in react picker, support filtering by emoji itselfShpuld Shpuldson2020-11-28
|/
* wrap react button icon to a span to fix popover overflowShpuld Shpuldson2020-11-09
|
* lintHenry Jameson2020-11-01
|
* fix lain's issue in reaction pickerHenry Jameson2020-10-29
|
* improved the semantics for our icon scale, fixed preview, fixed navbar desktopHenry Jameson2020-10-28
|
* Some initial work on replacing icons with FA5Henry Jameson2020-10-20
|
* Merge branch 'feat/reorder-emojis-by-position-of-keyword' into 'develop'Shpuld Shpludson2020-10-13
|\ | | | | | | | | feat/reorder-emojis-by-position-of-keyword See merge request pleroma/pleroma-fe!1240
| * improved algorithm, possibly speed tooDym Sohin2020-09-21
| |
| * fix 8x spaces inside this parenDym Sohin2020-09-21
| |
| * feat/reorder-emojis-by-position-of-keywordDym Sohin2020-09-21
| |
* | Timeline virtual scrollingShpuld Shpludson2020-09-29
|/
* make reactions-search case-insensitiveDym Sohin2020-07-14
|
* ReactButton: Change the combined emoji (heart) to a simple one.lain2020-06-05
|
* fix gap when not logged inShpuld Shpuldson2020-05-08
|
* Fix/popover performanceShpuld Shpludson2020-02-28
|
* Emoji Reactions - fixes and improvementsShpuld Shpludson2020-02-11
|
* review changesShpuld Shpuldson2020-01-28
|
* remove favs count from react buttonShpuld Shpuldson2020-01-26
|
* clean up code, fix prediction bugShpuld Shpuldson2020-01-14
|