aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card
Commit message (Collapse)AuthorAge
* 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
|/
* 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
|
* fix avatar overwrite classes in usercardShpuld Shpuldson2020-08-25
|
* fixed some issues related to user avatarHenry Jameson2020-08-18
|
* add title to user card account name tooShpuld Shpuldson2020-07-16
|
* Use more correct class name for user badgesSergey Suprunenko2020-06-21
|
* Show a 'bot' badge on the service account pageSergey Suprunenko2020-06-21
|
* Merge remote-tracking branch 'origin/develop' into settings-modalHenry Jameson2020-05-25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (95 commits) Translated using Weblate (Italian) Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Russian) Translated using Weblate (Polish) Translated using Weblate (Dutch) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) ...
| * add back mute prediction, add getter for relationshipsShpuld Shpuldson2020-04-24
| |
| * fix mistakesShpuld Shpuldson2020-04-21
| |
| * make relationships separate from usersShpuld Shpuldson2020-04-21
| |
* | moved stuff from settings, cleaned up naming for tabs, added close and peekHenry Jameson2020-05-10
|/
* stop using customTheme in user card, instead use color slots. fix for opacityHenry Jameson2020-02-20
| | | | inheritance polluting inheritors
* removed one color TODOHenry Jameson2020-01-28
|
* Kenomo (see: #624) theme. Ability to define link color for post contents. FixesHenry Jameson2020-01-28
|
* tabs & toggled (ex pressed) buttonsHenry Jameson2020-01-13
|
* move mention button right next to mute buttontaehoon2019-11-26
|
* change N/A to Hiddentaehoon2019-11-12
|
* add a translationtaehoon2019-11-12
|
* show N/A when count is hiddentaehoon2019-11-12
|
* profile-banner rounding css, fixes #690DYM2019-10-30
|
* Merge remote-tracking branch 'upstream/develop' into settings-refactorHenry Jameson2019-10-29
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (89 commits) remove needless ref show preview popover when hover numbered replies refactor conditions do not make too many nested div add fetchStatus action refactor status loading logic split status preview popover into a separate component uninstall mobile-detect library listen both events minor css fix restrict distance at top side only set different trigger event in desktop and mobile by default fix eslint warnings fix popper go behind the top bar migrate Popper to v-popover fix popper go behind the top bar fix eslint warnings reset font-size to normal text size using rem use top placement by default hide status preview popper when hover popper content ...