aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.vue
Commit message (Collapse)AuthorAge
* 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
| | |
| | * Implement thread folding/expandingTusooa Zhu2022-03-07
| | |
| * | Add bot indication to user icon on statusesAlexander Tumin2022-03-01
| |/
| * fix alignment issuesHenry Jameson2022-02-03
| |
| * remove new options for style and separate line, now groups all chainedHenry Jameson2021-08-12
| | | | | | | | mentions on a mentionsline regardless of placement. fixes spacing
| * fix color of reply row, fix overflow in status-popoverHenry Jameson2021-06-12
| |
| * lint & cleanupHenry Jameson2021-06-11
| |
| * better handling of hellthreads with mentions at bottomHenry Jameson2021-06-11
| |
| * Hellthread(tm) CertifiedHenry Jameson2021-06-10
| |
| * don't hide mentions for OPsHenry Jameson2021-06-10
| |
| * mentions on same line as repliesHenry Jameson2021-06-10
| |
| * stylistic improvements for single-line mentionsHenry Jameson2021-06-10
| |
| * proper cachin of headTailLinks, show mentions in notificaitons alwaysHenry Jameson2021-06-10
| |
| * moved mentions onto reply line, replies moved below post bodyHenry Jameson2021-06-10
| |
| * Moved greentext to RichContent, improved how first mentions areHenry Jameson2021-06-10
| | | | | | | | restored, now shows mentions not uh, mention in post body
| * lintHenry Jameson2021-06-08
| |
| * fix console errorsHenry Jameson2021-06-08
| |
| * change defaultsHenry Jameson2021-06-08
| |
| * moved mentions into a separate component - MentionLine, added collapsingHenry Jameson2021-06-08
| | | | | | | | of mentions when there's too many of 'em
| * configurable mentions placementHenry Jameson2021-06-08
| |
| * moving mentions into separate rowHenry Jameson2021-06-08
| |