aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card/user_card.js
Commit message (Collapse)AuthorAge
* 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
|
* Remove old muting logictaehoon2019-03-21
|
* Add mute/unmute featrue and mutes management tabtaehoon2019-03-21
|
* #444 - show `remote follow` button when logged outdave2019-03-19
|
* Partially transitioned user data to MastoAPI. Added support for fetchingHenry Jameson2019-03-08
| | | | | relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs
* Merge branch '420-redo-user-card-content' into 'develop'Shpuld Shpludson2019-03-07
|\ | | | | | | | | | | | | Re-do UserCardContent Component CSS Closes #420 See merge request pleroma/pleroma-fe!642
| * Revert modifier class notationtaehoon2019-03-05
| |
| * Rename UserCardContent to UserCardtaehoon2019-03-05
|/
* Remove UserCardtaehoon2019-02-28
|
* Take over branch and fix some issuesshpuld2019-02-17
|
* #332 - add follow/not follow button to follow listdave2019-02-09
|
* Migrate StillImage to UserAvatar for avatarstaehoon2019-02-02
|
* Treat reserved users like external users in the frontend.Lambda2018-12-26
|
* Merge remote-tracking branch 'upstream/develop' into user-profile-overhaultHenry Jameson2018-12-18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (24 commits) Feature/bigger icons for mobile / #211 Fix oauth url Make user profile page cleaner Redirect to /main/all Move userProfile link to methods Fix user profile test Add temporary redirects Add local profile test Implement user_profile.spec.js Use babel polyfill in karma Use 'userProfileLink' to generate user-profile link Rollback disableDotRule Use "-1" in indexOf Add generateProfileLink Use "~" as a route namespace symbol Disable dot rule Pass userName instead of userId Typo in tests Fix redirect paths Fix typo ...
| * Move userProfile link to methodsMaxim Filippov2018-12-17
| |
| * Merge branch 'develop' into feature/new-user-routesMaxim Filippov2018-12-17
| |\
| * | Use 'userProfileLink' to generate user-profile linkMaxim Filippov2018-12-13
| | |
* | | collateral fixes for user-card: use still-image, styles for custom emojiHenry Jameson2018-12-17
| |/ |/|
* | added condition to check for logined userValD2018-12-13
|/
* follow requests: refactor to properly leverage vuexWilliam Pitcock2018-06-07
|
* add follow requests UIWilliam Pitcock2018-06-07
|
* Add follower and following viewseal2017-08-23