aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card
Commit message (Collapse)AuthorAge
* 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
| | |
| * | Move old routes to /p, use /nickname for user profilesMaxim Filippov2018-12-06
| | |
* | | collateral fixes for user-card: use still-image, styles for custom emojiHenry Jameson2018-12-17
| |/ |/|
* | added condition to check for logined userValD2018-12-13
|/
* Route user to the correct profile URLMaxim Filippov2018-11-28
|
* small fixHenry Jameson2018-08-31
|
* Use serverside html rendering in usernames and bios if available.eal2018-08-09
|
* follow requests: refactor to properly leverage vuexWilliam Pitcock2018-06-07
|
* add follow requests UIWilliam Pitcock2018-06-07
|
* some more improvements. changed the way user-card is layout, but should look theHenry Jameson2018-04-08
| | | | same, except that longer user names should be properly ellipsis-ed.
* indentsHenry Jameson2018-04-07
|
* border-radii moved to variables, made rgbo colors use theme data, customizableHenry Jameson2018-04-07
| | | | from settings screen.
* cleanup. added fallback mechanism for IE11 and unsupported browsers.Henry Jameson2018-04-07
|
* getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
|
* Fixed width usercards in follow lists.eal2017-12-07
|
* Fix padding at user card bottom, mismatching border-radii. Sneak in fixes ↵shpuld2017-11-21
| | | | for attachment previews.
* Unhide completions, strengthen shadows a bit, force the 0.1 shade to always ↵shpuld2017-11-20
| | | | span the full height, make usercard use correct borders.
* Prepare for i18n.Roger Braun2017-11-07
|
* Round the edge of the user profile user card, make sure 'follows you' stays ↵Shpuld Shpuldson2017-08-23
| | | | in the right, fix avatar class conflict.
* Add follower and following viewseal2017-08-23