aboutsummaryrefslogtreecommitdiff
path: root/src/components/retweet_button/retweet_button.vue
Commit message (Collapse)AuthorAge
* remove all "fallback variables"Henry Jameson2024-03-04
|
* 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
| |
* | Use vue3 teleport instead of portalTusooa Zhu2023-01-20
| |
* | Use portal for modalsTusooa Zhu2023-01-20
| |
* | Add confirmation for repeatingTusooa Zhu2023-01-20
|/
* Use stylelinttusooa2023-01-09
|
* Merge branch 'from/develop/tusooa/remote-xact' into 'develop'HJ2022-11-21
|\ | | | | | | | | Remote interaction with posts: frontend part See merge request pleroma/pleroma-fe!1419
| * Enable anonymous users to interact with statuses remotelyTusooa Zhu2022-07-01
| |
* | 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
|/
* fix alternative icons having wrong offsetsShpuld Shpuldson2020-11-26
|
* fix retweet event handler, fix text being selectable for status action countersShpuld Shpuldson2020-11-26
|
* Replace all use of <a> + href='#' with proper buttonsShpuld Shpuldson2020-11-24
|
* improved the semantics for our icon scale, fixed preview, fixed navbar desktopHenry Jameson2020-10-28
|
* lintHenry Jameson2020-10-21
|
* Some initial work on replacing icons with FA5Henry Jameson2020-10-20
|
* created mergedConfig getter to avoid obnoxious checks for undefined everywhereHenry Jameson2019-09-29
|
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|
* Feature/bigger icons for mobile / #211Shpuld Shpludson2018-12-18
|
* added tooltipValD2018-12-04
|
* fixes vimium not giving retweet button a hintHenry Jameson2018-12-02
|
* Add option for hiding post statistics (e.g. repeats, favs)scarlett2018-09-04
|
* Show lock icon instead of hiding repeat button, tusky-style. Added hintHenry Jameson2018-08-28
| | | | | explaining what's going on. Fixes favorite button jumping left and right depending on post visibility
* Update retweet_button.vueToromino2018-08-09
|
* indentsHenry Jameson2018-04-07
|
* cleanup. added fallback mechanism for IE11 and unsupported browsers.Henry Jameson2018-04-07
|
* getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
|
* Show fav/RT counts even if not logged in.eal2018-02-02
|
* Add specifity to active classes to make them override theme colors.shpuld2017-11-24
|
* Update icons to use base09 where appropriate, calculate base09 by averaging ↵shpuld2017-11-22
| | | | bg and text colors.
* fix cursor stylexj92017-03-08
|
* add a spin animation to favorite and boost actionsxj92017-03-08
|
* Refactor cssJiayi Zheng2016-11-13
| | | | Apply different styles to reply, retweet and favorite buttons
* Implement retweet actionJiayi Zheng2016-11-13
|
* Add retweet button componentJiayi Zheng2016-11-13
Expand API service for retweet