aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card
Commit message (Collapse)AuthorAge
...
* | | 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
* | eslintHenry Jameson2019-09-25
| |
* | update status/user card to use same gradient mask fading effect instead ofHenry Jameson2019-09-15
|/ | | | background hack
* add zoom-in indication to avatartaehoon2019-07-28
|
* allow zooming avatar in profile panel headertaehoon2019-07-28
|
* use $route instead of $router.currentRoutetaehoon2019-07-28
|
* enlarge avatar in profile pagetaehoon2019-07-28
|
* fix moderation menu partially hidden by usercard boundarytaehoon2019-07-15
|
* migrate popper csstaehoon2019-07-15
|
* fix wrong eslint commentstaehoon2019-07-12
|
* add a todo commenttaehoon2019-07-12
|
* add bell-ringing icontaehoon2019-07-11
|
* eslint —fixtaehoon2019-07-10
|
* hide subscribe button unless followingtaehoon2019-07-10
|
* use normal bell for unsubscribed statetaehoon2019-07-10
|
* update copytaehoon2019-07-10
|
* improve uitaehoon2019-07-10
|
* change subscribe button to icon buttontaehoon2019-07-10
|
* clean up + add btn-group css classtaehoon2019-07-10
|
* clean up layouttaehoon2019-07-10
|
* clean up UserCard csstaehoon2019-07-10
|
* clean up UserCard templatetaehoon2019-07-10
|
* change subscribing to subscribedtaehoon2019-07-10
|
* update copytaehoon2019-07-10
|
* support i18ntaehoon2019-07-10
|
* show subscribe button only if user is logged intaehoon2019-07-10
|
* 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
|
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|
* npm eslint --fix .Henry Jameson2019-07-05
|
* make staff label visibletaehoon2019-05-19
|
* refactor csstaehoon2019-05-19
|
* make only screen name as linktaehoon2019-05-19
|
* add user reporting modaltaehoon2019-05-03
|
* add title and alt for avatars, fix console errors in avatarlistshpuld2019-05-01
|
* Merge branch 'change-pencil-to-wrentch' into 'develop'Shpuld Shpludson2019-04-22
|\ | | | | | | | | Change pencil icon to wrentch See merge request pleroma/pleroma-fe!764
| * replace pencil with wrench iconBrenden Bice2019-04-19
| | | | | | | | | | # Conflicts: # src/components/user_card/user_card.vue
* | user_card.vue: Fix .emoji to apply to imgHaelwenn (lanodan) Monnier2019-04-20
|/
* 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
|
* Merge branch 'mastoapi/user-stuff' into 'develop'HJ2019-03-15
|\ | | | | | | | | Transition to MastoAPI: user data See merge request pleroma/pleroma-fe!655
| * 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