aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card
Commit message (Collapse)AuthorAge
* Fix profile mentions causing a 422 errorMark Felder2024-06-07
| | | | The Pleroma backend now reports an error when trying to reply to a status it cannot resolve we assume it is deleted or nonexistent. PleromaFE was in_reply_to_id: true as an internal method to trigger populating the post status form with the username of the profile being viewed and this was being submitted to the API as a result.
* force user profile links in summary to be text colored... for now.Henry Jameson2024-04-04
|
* remove all "fallback variables"Henry Jameson2024-03-04
|
* panels/statuses are looking really good now even with transparencyHenry Jameson2024-03-04
|
* Merge remote-tracking branch 'origin/develop' into themes3Henry Jameson2024-02-29
|\
| * Make user card group-awaretusooa2023-12-27
| |
* | user cards looking nicer nowHenry Jameson2024-02-28
| |
* | make dynamic directives have a typeHenry Jameson2024-02-19
| |
* | fixed oot selectors not working, added support for (webkit) scrollbarsHenry Jameson2024-02-18
| |
* | add roundness, fix inputsHenry Jameson2024-02-13
| |
* | buttons look great now, including unstyled ones menu items work tooHenry Jameson2024-02-12
| |
* | add .input class to all inputsHenry Jameson2024-02-07
|/
* Add timed-mute functionalityTusooa Zhu2023-01-20
|
* Make confirm dialogs work with vue-i18n 9Tusooa Zhu2023-01-20
|
* Use vue3 teleport instead of portalTusooa Zhu2023-01-20
|
* Use portal for modalsTusooa Zhu2023-01-20
|
* Add confirmation for mutingTusooa Zhu2023-01-20
|
* Disable no-shorthand for certain props for better readabilitytusooa2023-01-13
|
* Use stylelinttusooa2023-01-09
|
* Make notes editable only on user profileTusooa Zhu2022-12-21
|
* Test if server supports noteTusooa Zhu2022-12-21
|
* Add ui for note editingTusooa Zhu2022-12-21
|
* Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-09-24
|\ | | | | | | fine_grained_moderation_privileges
| * Use dedicated indicator for non-ascii domain namesTusooa Zhu2022-08-29
| |
* | Show moderation drop down menu and items based on privilegesIlja2022-08-06
|/ | | | | | | | | There's a seperator between certain blocks of items. I show/hide the seperator together with the block under it. When a block with a seperator is at the top, the seperator doesn't show, keeping a consistent look with seperators only between blocks. I also hide granting roles for deactivated accounts because that doesn't make much sense to me. For the rest the items are hidden when you're not privileged. When there's no privileges that show items, the menu isn't shown either.
* --fixHenry Jameson2022-07-31
|
* fix avatar not closing, add option to put popovers next to avatarHenry Jameson2022-07-19
| | | | instead of over it
* close on avatar click again, add zooming as optionHenry Jameson2022-06-27
|
* popover controls for user-cardHenry Jameson2022-06-16
|
* relative units in line-height + some cleanupHenry Jameson2022-04-20
|
* more em-sized fontsHenry Jameson2022-04-20
|
* i forgorHenry Jameson2022-04-20
|
* tons of fixes mainly aimed at panel headingsHenry Jameson2022-04-20
|
* wide mode initial implementation + cleanupHenry Jameson2022-04-05
|
* fixed tons of stuff, at least it looks normalish on desktopHenry Jameson2022-04-04
|
* fix all the spacings i could findHenry Jameson2022-03-23
|
* shit boots yoHenry Jameson2022-03-16
|
* 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 'fix-mentions-new-bugs' into 'develop'HJ2022-02-20
| |\ | | | | | | | | | | | | Fix newfound bugs with rich mentions + user suggestions See merge request pleroma/pleroma-fe!1430
| | * enable link handling in user bios to fix links not having _blankHenry Jameson2022-02-19
| | |
| * | Merge remote-tracking branch 'origin/develop' into proper-attachmentsHenry Jameson2022-01-24
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (81 commits) Improve the user card for deactivated users Update CHANGELOG.md Update CHANGELOG.md Allow canceling a follow request Simple policy reasons for instance specific policies entity_normalizer: Escape name when parsing user Translated using Weblate (Spanish) Translated using Weblate (Catalan) Translated using Weblate (Korean) Translated using Weblate (Japanese (ja_PEDANTIC)) Translated using Weblate (Indonesian) Translated using Weblate (Esperanto) Translated using Weblate (Vietnamese) Translated using Weblate (Italian) Translated using Weblate (Vietnamese) Translated using Weblate (Indonesian) Translated using Weblate (Italian) Translated using Weblate (Vietnamese) Translated using Weblate (Indonesian) Translated using Weblate (Chinese (Simplified)) ...
| | * Improve the user card for deactivated usersIlja2022-01-19
| | |
| | * Merge branch 'better-still-emoji' into 'develop'HJ2021-09-07
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Status HTML parsing - better emoji and mentions rendering Closes #935 See merge request pleroma/pleroma-fe!1392
| | * | fix ext profile bugHenry Jameson2021-08-16
| | | |
| | * | Don't show profile edit button in sidebarEris2021-06-17
| | | |
| | * | Add edit profile buttonEris2021-06-17
| | | |
| * | | Merge branch 'better-still-emoji' into proper-attachmentsHenry Jameson2021-08-15
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * better-still-emoji: fix tests prevent infinite update loops remove obsolete tests removed useless code, review change, fixed bug with tall statuses fixed mentions line again remove old emoji added, everything emoji-bearing uses RichContent now richcontent support in polls, user cards and user profiles support richcontent in polls fix tests, add performance test (skipped, doesn't assert anything), tweak max mentions count made the code responsible for showing unwritten mentions actually work remove new options for style and separate line, now groups all chained mentions on a mentionsline regardless of placement. fixes spacing fix tests
| | * | richcontent support in polls, user cards and user profilesHenry Jameson2021-08-13
| | |/
| * / gallery now supports flash, fixes for flash component. refactored media modalHenry Jameson2021-06-18
| |/
| * Merge branch 'v-slot-upgrade' into 'develop'HJ2021-05-31
| |\ | | | | | | | | | | | | Change old slot syntax (removed in vue3) to new one See merge request pleroma/pleroma-fe!1379