aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* Merge branch 'tae-hoon/pleroma-fe-323-improve-image-lightbox' into developshpuld2019-02-19
|\
| * Clean up CSS a bitshpuld2019-02-19
| |
| * Use correct syntax for pseudoelementtaehoon2019-02-11
| |
| * Add translation stringstaehoon2019-02-10
| |
| * Support lightbox gallery navigation via arrow buttons and keyboardtaehoon2019-02-10
| |
* | Merge branch '256-avatar-crop-popup' into 'develop'Shpuld Shpludson2019-02-19
|\ \ | | | | | | | | | | | | | | | | | | Add avatar cropper Closes #256 See merge request pleroma/pleroma-fe!547
| * | Fix lint errorstaehoon2019-02-15
| | |
| * | Better error handlingtaehoon2019-02-15
| | |
| * | Remove cropped image size restrictiontaehoon2019-02-15
| | |
| * | Remove modal componenttaehoon2019-02-15
| | |
| * | Make embedded image croppertaehoon2019-02-15
| | |
| * | Revert eslintrc changestaehoon2019-02-15
| | |
| * | Check if variable exists before usingtaehoon2019-02-15
| | |
| * | Remove event listeners when destory ImageCroppertaehoon2019-02-15
| | |
| * | Localization of ImageCropper componenttaehoon2019-02-15
| | |
| * | Remove event listener when modal is destroyedtaehoon2019-02-15
| | |
| * | Crop avatar image using minWidth/minHeighttaehoon2019-02-15
| | |
| * | Add avatar crop popuptaehoon2019-02-15
| | |
* | | Merge branch 'edijs/pleroma-fe-fix/followers-ui' into 'develop'Shpuld Shpludson2019-02-19
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix followers/follows UI, fix #343 fix #340 Closes #340 and #343 See merge request pleroma/pleroma-fe!590
| * | | Take over branch and fix some issuesshpuld2019-02-17
| | | |
| * | | Fix stylingEdijs2019-02-12
| | | |
| * | | Fix typoEdijs2019-02-11
| | | |
| * | | Fix UI of followers listEdijs2019-02-11
| | | |
* | | | Rename: instanceSpecificPanelPresentEdijs2019-02-17
| | | |
* | | | Hide isp option if instance has panel disabledEdijs2019-02-17
| |/ / |/| |
* | | Fix console error - maximum call stack size exceededjasper2019-02-15
| | |
* | | Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'"HJ2019-02-14
| | | | | | | | | This reverts merge request !551
* | | Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'"HJ2019-02-14
| | | | | | | | | This reverts merge request !573
* | | Revert "Merge branch 'hotfix/issues-in-autocomplete' into 'develop'"HJ2019-02-14
| | | | | | | | | This reverts merge request !574
* | | Merge branch 'hotfix/issues-in-autocomplete' into 'develop'Shpuld Shpludson2019-02-14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | #355 hotfix/issues in autocomplete Closes #355 See merge request pleroma/pleroma-fe!574
| * | | resolve focus issue in the auto-complete for name fieldXiaofeng An2019-02-13
| | | |
| * | | resolve issue related to event handlerXiaofeng An2019-02-13
| | | |
| * | | resolve issue in prop bindingXiaofeng An2019-02-13
| | | |
* | | | fix convosHenry Jameson2019-02-14
|/ / /
* | | this fixes #350 - v-model binding issueXiaofeng An2019-02-12
| | |
* | | Merge branch 'issue-341-repeat-auto-scroll' into 'develop'Shpuld Shpludson2019-02-12
|\ \ \ | | | | | | | | | | | | | | | | #341 - automatic scroll with repeats/reports See merge request pleroma/pleroma-fe!568
| * | | #341 - fix namingdave2019-02-12
| | | |
| * | | #341 - automatic scroll with repeats/reportsdave2019-02-12
| | | |
* | | | Merge branch 'fix/profile-banner-preview-width' into 'develop'Shpuld Shpludson2019-02-12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | #333 Fix max-width of profile banner in setting See merge request pleroma/pleroma-fe!560
| * | | | Fix max-width of profile banner in settingjasper2019-02-11
| | | | |
* | | | | Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'Shpuld Shpludson2019-02-12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | #255 - implement autocomplete in non post forms See merge request pleroma/pleroma-fe!551
| * | | | | fix auto-complete field not taking the whole parent width in flexXiaofeng An2019-02-08
| | | | | |
| * | | | | fix namingXiaofeng An2019-02-08
| | | | | |
| * | | | | select either textarea or inputXiaofeng An2019-02-08
| | | | | |
| * | | | | remove rows attribute from inputXiaofeng An2019-02-08
| | | | | |
| * | | | | move styles for AutoCompleteInputXiaofeng An2019-02-08
| | | | | |
| * | | | | add id & placeholder props to AutoCompleteInput componentXiaofeng An2019-02-08
| | | | | |
| * | | | | make name field auto-completeXiaofeng An2019-02-08
| | | | | |
| * | | | | make bio field auto-completeXiaofeng An2019-02-08
| | | | | |
| * | | | | #255 - make AutoCompleteInput componentXiaofeng An2019-02-08
| | | | | |