aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card
Commit message (Collapse)AuthorAge
* 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
| | * migrate to v-slotHenry Jameson2021-04-07
| | |
| * | fix warningsHenry Jameson2021-05-31
| | |
| * | cleanup, fixesHenry Jameson2021-03-11
| | |
| * | Made Select component to make using styled selects easierHenry Jameson2021-03-11
| |/
* / migrate to v-slotHenry Jameson2021-04-25
|/
* Apply 1 suggestion(s) to 1 file(s)rinpatch2021-03-04
|
* Make it possible to localize user highlight optionsrinpatch2021-03-04
|
* separate screen_name and screen_name_ui with decoded punycodeShpuld Shpuldson2021-02-26
|
* User card: use general.role instead of card-specific rolesrinpatch2021-02-13
| | | | | Also removes admin_menu.roles from some localizations since it is not used anywhere
* Make bot label localizablerinpatch2021-02-12
|
* UserCard: Make user roles translateablerinpatch2021-01-20
| | | | | | I did not add a translation for my native language in this patch because I am not sure how weblate would react, but I did add it locally and it seems to work.
* Replace all use of <a> + href='#' with proper buttonsShpuld Shpuldson2020-11-24
|
* fix play-on-hover gifs issuesHenry Jameson2020-10-29
|
* Update and fix avatar shadow in user cardHenry Jameson2020-10-29
|
* improved the semantics for our icon scale, fixed preview, fixed navbar desktopHenry Jameson2020-10-28
|
* lintHenry Jameson2020-10-21
|
* more replacements + small renamesHenry Jameson2020-10-20
|
* More stuff. Buttons in user card's corner now have MUCH bigger hitboxesHenry Jameson2020-10-20
|
* more FA5 stuff with small related refactoringHenry Jameson2020-10-20
|