aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card/user_card.js
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.
* Add timed-mute functionalityTusooa Zhu2023-01-20
|
* Add confirmation for mutingTusooa Zhu2023-01-20
|
* 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
|
* 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)) ...
| * 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
| * | 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
|/
* Made Select component to make using styled selects easierHenry Jameson2021-03-11
|
* more FA5 stuff with small related refactoringHenry Jameson2020-10-20
|
* add back mute prediction, add getter for relationshipsShpuld Shpuldson2020-04-24
|
* make relationships separate from usersShpuld Shpuldson2020-04-21
|
* stop using customTheme in user card, instead use color slots. fix for opacityHenry Jameson2020-02-20
| | | | inheritance polluting inheritors
* move mention button right next to mute buttontaehoon2019-11-26
|
* show N/A when count is hiddentaehoon2019-11-12
|
* 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 ...
| * updated user_cardMaksim Pechnikov2019-10-08
| |
| * Revert "added acccount_actions component"Maksim Pechnikov2019-10-08
| | | | | | | | This reverts commit 188b6f56ed2f983d8f0fba4dc8f7327ebbee321d.
| * added acccount_actions componentMaksim Pechnikov2019-09-30
| |
| * Merge branch 'develop' into feature/following_reblogsMaksim Pechnikov2019-09-26
| |\
| * | use `repeats` intead `boosts`Maksim Pechnikov2019-09-22
| | |
| * | added support hide\show reblogs from a specific userMaksim Pechnikov2019-09-21
| | |
* | | Fix tests, more replacing with mergedConfigHenry Jameson2019-10-06
| | |
* | | created mergedConfig getter to avoid obnoxious checks for undefined everywhereHenry Jameson2019-09-29
| |/ |/|
* | Merge remote-tracking branch 'upstream/develop' into emoji-selector-updateHenry Jameson2019-09-25
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (42 commits) Fix formatting in oc.json avoid using global class fix logo moving bug when lightbox is open Reserve scrollbar gap when body scroll is locked setting display: initial makes trouble, instead, toggle display: none using classname lock body scroll add body-scroll-lock directive install body-scroll-lock wire up props with PostStatusModal rename component recover autofocusing behavior refactor MobilePostStatusModal using new PostStatusModal add new module and modal to post new status remove needless condition add mention button wire up user state with global store collapse fav/repeat notifications from muted users do not collapse thread muted posts in conversation detect thread-muted posts do not change word based muting logic ...
| * | add new module and modal to post new statustaehoon2019-09-20
| | |
| * | add mention buttontaehoon2019-09-20
| |/
| * Utilize `user.requested` to display follow request status on user cardrinpatch2019-09-05
| | | | | | | | Closes #635
* | update status/user card to use same gradient mask fading effect instead ofHenry Jameson2019-09-15
|/ | | | background hack
* allow zooming avatar in profile panel headertaehoon2019-07-28
|
* use $route instead of $router.currentRoutetaehoon2019-07-28
|
* enlarge avatar in profile pagetaehoon2019-07-28
|
* mutate updated relationship to the storetaehoon2019-07-10
|
* migrate SubscribeButton to the existing common componenttaehoon2019-07-10
|
* #482 - add subscribe buttonjared2019-07-10
|
* all the manual fixesHenry Jameson2019-07-07
|
* npm eslint --fix .Henry Jameson2019-07-05
|
* add user reporting modaltaehoon2019-05-03
|
* Added moderation menueugenijm2019-04-01
|