aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons
Commit message (Collapse)AuthorAge
* Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-09-24
|\ | | | | | | fine_grained_moderation_privileges
| * Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵Sean King2022-08-22
| |\ | | | | | | | | | add/edit-status
| | * 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
| * | Fix merge conflictsSean King2022-08-01
| |\|
| * | Refactor to delete the properties for originalStatus in showStatusHistory in ↵Sean King2022-06-26
| | | | | | | | | | | | a better way
| * | Use a better way to clone the original statusSean King2022-06-26
| | |
| * | Add ability to detect whether backend supports editingSean King2022-06-21
| | |
| * | Add ability to view status history for edited statusesSean King2022-06-20
| | |
| * | Don't pollute the original timeline when new media attachment is addedSean King2022-06-11
| | |
| * | Add edit status functionalitySean King2022-06-07
| | |
* | | Option to delete a post is shown when privileged with messages_deleteIlja2022-08-06
| |/ |/|
* | --fixHenry Jameson2022-07-31
| |
* | don't show bookmark button for anon visitorsHenry Jameson2022-06-21
| |
* | remove duplicate buttons on post buttonsHenry Jameson2022-06-12
|/
* migrate to v-slotHenry Jameson2021-04-07
|
* Cleanup ReactButton's CSS, fix hitboxes of reactbutton and extrabuttonsHenry Jameson2021-02-03
|
* Add report button to status ellipsis menuShpuld Shpuldson2021-01-12
|
* move external source button to extra buttons, make expand button easier to ↵Shpuld Shpuldson2020-12-03
| | | | click and highlight on hover
* 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
|
* remove 'md' size that doesn't existShpuld Shpuldson2020-11-01
|
* improved the semantics for our icon scale, fixed preview, fixed navbar desktopHenry Jameson2020-10-28
|
* lintHenry Jameson2020-10-21
|
* more FA5 stuff with small related refactoringHenry Jameson2020-10-20
|
* Some initial work on replacing icons with FA5Henry Jameson2020-10-20
|
* Add bookmarksEugenij2020-07-03
| | | | Co-authored-by: jared <jaredrmain@gmail.com>
* fix popovers cutting off in notifications, port popover changes from chats mrShpuld Shpuldson2020-06-16
|
* fix popover not closing on pressing the buttonsShpuld Shpuldson2020-05-08
|
* Correctly resolve the URI of the serverMark Felder2020-05-07
|
* Add button in 3dot menu to copy status link to clipboardMark Felder2020-03-30
|
* Fix/popover performanceShpuld Shpludson2020-02-28
|
* set different trigger event in desktop and mobile by defaulttaehoon2019-10-24
|
* Set thread_muted for all statuses with the same conversation id onrinpatch2019-09-04
| | | | status mute/unmute
* show three dot button only if neededtaehoon2019-08-20
|
* hide mute conversation button to gueststaehoon2019-08-20
|
* fix js error on muteshpuld2019-08-10
|
* fix extra buttons merge bugshpuld2019-08-08
|
* Merge branch 'develop' into 'feat/conversation-muting'Shpuld Shpludson2019-07-26
|\ | | | | | | | | # Conflicts: # src/components/extra_buttons/extra_buttons.js # src/components/extra_buttons/extra_buttons.vue
| * fix eslint warningstaehoon2019-07-15
| |
| * migrate popper csstaehoon2019-07-15
| |
| * make popover position for status action dropdow relative to parent nodetaehoon2019-07-15
| |
| * rewrite ExtraButtons using v-tooltiptaehoon2019-07-15
| |
* | Add thread muting to context menu of statusshpuld2019-07-07
|/
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|