aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.vue
Commit message (Collapse)AuthorAge
* Fix whitespaces for multiple status mute reasons, display bot status reasonAlexander Tumin2024-10-07
|
* Merge branch 'quotes-count' into 'develop'HJ2024-05-22
|\ | | | | | | | | Display quotes count on posts and add quotes list page See merge request pleroma/pleroma-fe!1885
| * shouldDisplayFavsAndRepeatsmarcin mikołajczak2024-01-19
| | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
| * Display quotes count on posts and add quotes list pagemarcin mikołajczak2024-01-04
| | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | add explanation to why post is muted for sensitive mutingHenry Jameson2024-04-24
| |
* | Merge remote-tracking branch 'origin/develop' into themes3Henry Jameson2024-02-29
|\ \
| * | Implement indicator for groupstusooa2023-12-27
| |/
* | fix reply link being faint (didn't work before, no reason to keep itHenry Jameson2024-02-27
| | | | | | | | "faint" imo)
* | better virtual components and stuffHenry Jameson2024-01-31
|/
* Merge branch 'notifications-thru-sw' into 'develop'HJ2023-12-13
|\ | | | | | | | | Notifications improvements. See merge request pleroma/pleroma-fe!1873
| * add options for marking single notification as readHenry Jameson2023-11-13
| |
* | Remove <img> for faviconHJ2023-11-30
| |
* | Accommodate scrobble URLs when presentNEETzsche2023-11-30
|/
* fix layoutHenry Jameson2023-11-10
|
* Display the latest scrobble under a user's nameNEETzsche2023-11-10
|
* Handle recursive quotestusooa2023-07-17
|
* Implement showing quotestusooa2023-07-13
|
* Merge remote-tracking branch 'upstream/develop' into tusooa/stylelinttusooa2023-01-15
|\
| * Use bdi to isolate repeater nametusooa2023-01-14
| |
* | Use stylelinttusooa2023-01-09
|/
* Merge branch 'add/edit-status' into 'develop'tusooa2022-09-11
|\ | | | | | | | | Add edit status functionality See merge request pleroma/pleroma-fe!1537
| * Allow for template inside Timeago component that shows unless the time ↵Sean King2022-08-02
| | | | | | | | string is 'just now'
| * Fix lint errors and warningsSean King2022-08-01
| |
| * Fix merge conflictsSean King2022-08-01
| |\
| * | Do not show edited indicator in history itemsTusooa Zhu2022-06-22
| | |
| * | Add last edited at indicator in statusTusooa Zhu2022-06-22
| | |
* | | Use dedicated indicator for non-ascii domain namesTusooa Zhu2022-08-29
| |/ |/|
* | --fixHenry Jameson2022-07-31
| |
* | fix spacing in mentionslineHenry Jameson2022-07-20
| |
* | unify user popovers into a separate componentHenry Jameson2022-06-16
| |
* | user popovers WIPHenry Jameson2022-06-13
|/
* removing uselsess stuffHenry Jameson2022-03-29
|
* fix another spacing issueHenry Jameson2022-03-27
|
* fix all the spacings i could findHenry Jameson2022-03-23
|
* fix capitalization (and localization of tooltips for scope icon)Henry Jameson2022-03-22
|
* fix avatars not opening inline cardHenry Jameson2022-03-22
|
* Merge remote-tracking branch 'origin/develop' into vue3-againHenry Jameson2022-03-22
|\ | | | | | | | | | | | | | | | | | | * origin/develop: quick fix for alignment in avatars, juggling multiple branches is confusing fix even more issues with avatars Update dependency ora to v0.4.1 Update dependency mini-css-extract-plugin to v0.12.0 Update dependency karma-firefox-launcher to v1.3.0 fix avatars in mobile view
| * fix even more issues with avatarsHenry Jameson2022-03-22
| |
* | Merge remote-tracking branch 'origin/develop' into vue3-againHenry Jameson2022-03-21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: improve the looks of bot indicator fix bot indicator appearing on retweeter avatar Update dependency localforage to v1.10.0 Update dependency http-proxy-middleware to v0.21.0 Update dependency eslint-plugin-standard to v4.1.0 Update dependency eslint-plugin-import to v2.25.4 Update babel monorepo to v7.17.8 Update dependency iso-639-1 to v2.1.13 Update dependency express to v4.17.3 Update dependency eslint-plugin-promise to v4.3.1 Update dependency eslint-loader to v2.2.1
| * fix bot indicator appearing on retweeter avatarHenry Jameson2022-03-21
| |
* | fix some warningsHenry Jameson2022-03-17
| |
* | Merge remote-tracking branch 'origin/develop' into vue3-againHenry Jameson2022-03-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (475 commits) Apply 1 suggestion(s) to 1 file(s) Update dependency @ungap/event-target to v0.2.3 Update package.json fix broken icons after FA upgrade Update Font Awesome Update dependency webpack-dev-middleware to v3.7.3 Update dependency vuelidate to v0.7.7 Pin dependency @kazvmoe-infra/pinch-zoom-element to 1.2.0 lint Make media modal buttons larger Add English translation for hide tooltip Add hide button to media modal Lint Prevent hiding media viewer if swiped over SwipeClick Fix webkit image blurs Fix video in media modal not displaying properly Add changelog for https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1403 Remove image box-shadow in media modal Clean up debug code for image pinch zoom Bump @kazvmoe-infra/pinch-zoom-element to 1.2.0 on npm ...
| * Merge branch 'from/develop/tusooa/tree-threading' into 'develop'HJ2022-03-13
| |\ | | | | | | | | | | | | Add the option to display threads as trees See merge request pleroma/pleroma-fe!1407
| | * Add other replies count for reply list linkTusooa Zhu2022-03-07
| | |
| | * Do not display replies inside status as link if there are no other repliesTusooa Zhu2022-03-07
| | |
| | * Make position of other replies button a prefTusooa Zhu2022-03-07
| | |
| | * Add simple tree style navigationTusooa Zhu2022-03-07
| | |
| | * Add dive functionalityTusooa Zhu2022-03-07
| | |
| | * Support diving into one status in a conversationTusooa Zhu2022-03-07
| | |
| | * Make status display controlledTusooa Zhu2022-03-07
| | |