| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Allow adding bookmarks to folders | marcin mikołajczak | 2024-09-24 |
| | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | ||
| * | remove all "fallback variables" | Henry Jameson | 2024-03-04 |
| | | |||
| * | lint | Henry Jameson | 2024-02-22 |
| | | |||
| * | buttons look great now, including unstyled ones menu items work too | Henry Jameson | 2024-02-12 |
| | | |||
| * | Add aria-controls to extra-buttons trigger | tusooa | 2023-11-12 |
| | | |||
| * | Add alt text for react and extra-buttons popup | tusooa | 2023-11-12 |
| | | |||
| * | Use vue3 teleport instead of portal | Tusooa Zhu | 2023-01-20 |
| | | |||
| * | Use portal for modals | Tusooa Zhu | 2023-01-20 |
| | | |||
| * | Add delete status confirm modal | Tusooa Zhu | 2023-01-20 |
| | | |||
| * | Use stylelint | tusooa | 2023-01-09 |
| | | |||
| * | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵ | Sean King | 2022-08-22 |
| |\ | | | | | | | add/edit-status | ||
| | * | Fix react & extra buttons not styled on tab-focus | Tusooa Zhu | 2022-08-22 |
| | | | |||
| | * | Fix popover not popping up | Tusooa Zhu | 2022-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 Safari | Tusooa Zhu | 2022-08-22 |
| | | | |||
| | * | Use :focus-visible instead of :focus for focus markers | Tusooa Zhu | 2022-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 buttons | Tusooa Zhu | 2022-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 | ||
| * | | Fix merge conflicts | Sean King | 2022-08-01 |
| |\| | |||
| | * | --fix | Henry Jameson | 2022-07-31 |
| | | | |||
| | * | don't show bookmark button for anon visitors | Henry Jameson | 2022-06-21 |
| | | | |||
| | * | remove duplicate buttons on post buttons | Henry Jameson | 2022-06-12 |
| | | | |||
| * | | Add ability to detect whether backend supports editing | Sean King | 2022-06-21 |
| | | | |||
| * | | Add ability to view status history for edited statuses | Sean King | 2022-06-20 |
| | | | |||
| * | | Add edit status functionality | Sean King | 2022-06-07 |
| |/ | |||
| * | migrate to v-slot | Henry Jameson | 2021-04-07 |
| | | |||
| * | Cleanup ReactButton's CSS, fix hitboxes of reactbutton and extrabuttons | Henry Jameson | 2021-02-03 |
| | | |||
| * | Add report button to status ellipsis menu | Shpuld Shpuldson | 2021-01-12 |
| | | |||
| * | move external source button to extra buttons, make expand button easier to ↵ | Shpuld Shpuldson | 2020-12-03 |
| | | | | | click and highlight on hover | ||
| * | fix wrong button style, add new option for popover to better deal with ↵ | Shpuld Shpuldson | 2020-11-25 |
| | | | | | different layouts | ||
| * | renames and removals of cursor: pointer | Shpuld Shpuldson | 2020-11-24 |
| | | |||
| * | more fixes, add fullwidth | Shpuld Shpuldson | 2020-11-24 |
| | | |||
| * | Replace all use of <a> + href='#' with proper buttons | Shpuld Shpuldson | 2020-11-24 |
| | | |||
| * | remove 'md' size that doesn't exist | Shpuld Shpuldson | 2020-11-01 |
| | | |||
| * | improved the semantics for our icon scale, fixed preview, fixed navbar desktop | Henry Jameson | 2020-10-28 |
| | | |||
| * | lint | Henry Jameson | 2020-10-21 |
| | | |||
| * | more FA5 stuff with small related refactoring | Henry Jameson | 2020-10-20 |
| | | |||
| * | Some initial work on replacing icons with FA5 | Henry Jameson | 2020-10-20 |
| | | |||
| * | Add bookmarks | Eugenij | 2020-07-03 |
| | | | | | Co-authored-by: jared <jaredrmain@gmail.com> | ||
| * | fix popovers cutting off in notifications, port popover changes from chats mr | Shpuld Shpuldson | 2020-06-16 |
| | | |||
| * | fix popover not closing on pressing the buttons | Shpuld Shpuldson | 2020-05-08 |
| | | |||
| * | Add button in 3dot menu to copy status link to clipboard | Mark Felder | 2020-03-30 |
| | | |||
| * | Fix/popover performance | Shpuld Shpludson | 2020-02-28 |
| | | |||
| * | set different trigger event in desktop and mobile by default | taehoon | 2019-10-24 |
| | | |||
| * | Set thread_muted for all statuses with the same conversation id on | rinpatch | 2019-09-04 |
| | | | | | status mute/unmute | ||
| * | show three dot button only if needed | taehoon | 2019-08-20 |
| | | |||
| * | hide mute conversation button to guests | taehoon | 2019-08-20 |
| | | |||
| * | fix extra buttons merge bug | shpuld | 2019-08-08 |
| | | |||
| * | Merge branch 'develop' into 'feat/conversation-muting' | Shpuld Shpludson | 2019-07-26 |
| |\ | | | | | | | | | # Conflicts: # src/components/extra_buttons/extra_buttons.js # src/components/extra_buttons/extra_buttons.vue | ||
| | * | fix eslint warnings | taehoon | 2019-07-15 |
| | | | |||
| | * | migrate popper css | taehoon | 2019-07-15 |
| | | | |||
| | * | make popover position for status action dropdow relative to parent node | taehoon | 2019-07-15 |
| | | | |||
