aboutsummaryrefslogtreecommitdiff
path: root/src/components/status
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
| |/ |/|
* | deal with no-prototype-builtinsHenry Jameson2022-07-31
| |
* | --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
|/
* relative units in line-height + some cleanupHenry Jameson2022-04-20
|
* more em-sized fontsHenry Jameson2022-04-20
|
* fixed tons of stuff, at least it looks normalish on desktopHenry Jameson2022-04-04
|
* fix?Henry Jameson2022-03-29
|
* fix some issues with treesHenry Jameson2022-03-29
|
* removing uselsess stuffHenry Jameson2022-03-29
|
* fix production build's reply not working in tree modeHenry Jameson2022-03-29
|
* fix warningsHenry Jameson2022-03-28
|
* 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
| * quick fix for alignment in avatars, juggling multiple branches is confusingHenry Jameson2022-03-22
| |
| * Merge branch 'develop' into 'fix-avatars2'HJ2022-03-22
| |\ | | | | | | | | | # Conflicts: # src/components/status/status.scss
| | * Merge branch 'fix-mobile-avatars' into 'develop'HJ2022-03-22
| | |\ | | | | | | | | | | | | | | | | fix avatars in mobile view See merge request pleroma/pleroma-fe!1479
| | | * fix avatars in mobile viewHenry Jameson2022-03-22
| | | |
| * | | 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
| | * Make $status-margin fallback onlyTusooa Zhu2022-03-07
| | |
| | * Fix timeline jump when scrollingTusooa Zhu2022-03-07
| | | | | | | | | | | | Ref: tree-threading
| | * Make replying and mediaPlaying controlledTusooa Zhu2022-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | $refs is not a reliable way to deal with child components under tree threading as it is not reactive, but the children may change at any time. The only good way seems to be making these states aggregated on the conversation component. Ref: tree-threading
| | * 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
| | |
| | * Optimize thread displayTusooa 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
| | |
| * | Do not mute bot posts in notificationsAlexander Tumin2022-03-09
| | |
| * | Add bot indication to user icon on statusesAlexander Tumin2022-03-01
| | |
| * | Mute bot postsAlexander Tumin2022-02-28
| |/