aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* clean uptaehoon2019-04-17
|
* refactor selectable-list using list componenttaehoon2019-04-17
|
* add border-bottom style to the list component as welltaehoon2019-04-17
|
* move border-bottom style to the listtaehoon2019-04-17
|
* add some styling to the selectable-list componenttaehoon2019-04-17
|
* use key properlytaehoon2019-04-17
|
* save selected items to the statetaehoon2019-04-17
|
* use SelectableList for blocks/mutes listtaehoon2019-04-17
|
* rename selectable_row to selectable_listtaehoon2019-04-17
|
* remove unused yarn packagetaehoon2019-04-17
|
* remove withList hoctaehoon2019-04-17
|
* refactor using List componenttaehoon2019-04-17
|
* use reusable List vue component instead of withList hoctaehoon2019-04-17
| | | | Using slot is the preferred way in vue
* add SelectableRow componenttaehoon2019-04-17
|
* add checkbox componenttaehoon2019-04-17
|
* Merge branch '494' into 'develop'Shpuld Shpludson2019-04-17
|\ | | | | | | | | | | | | Fix UserProfile showing wrong user card in the header Closes #498 and #494 See merge request pleroma/pleroma-fe!757
| * fix mess in UserProfile componenttaehoon2019-04-15
|/
* Merge branch '489' into 'develop'Shpuld Shpludson2019-04-15
|\ | | | | | | | | | | | | Fix Blocked status inconsistency between Blocks setting tab and Following profile tab Closes #489 See merge request pleroma/pleroma-fe!751
| * store friends/followers in the global user repositorytaehoon2019-04-14
| |
* | Merge branch '227-quick-add' into 'develop'Shpuld Shpludson2019-04-15
|\ \ | |/ |/| | | | | Support user searching to mute/block directly in the mutes/blocks tab See merge request pleroma/pleroma-fe!727
| * clean uptaehoon2019-04-14
| |
| * support i18ntaehoon2019-04-14
| |
| * add muted user to the mutes list in real timetaehoon2019-04-14
| |
| * add search to the mutes tab as welltaehoon2019-04-14
| |
| * rename Autosuggest componenttaehoon2019-04-14
| |
| * make more generictaehoon2019-04-14
| |
| * make more generictaehoon2019-04-14
| |
| * make UserAutoSuggest component more generictaehoon2019-04-14
| |
| * add blocked user to the blocked list on real timetaehoon2019-04-14
| |
| * remove blocked one from the results on real timetaehoon2019-04-14
| |
| * improve uitaehoon2019-04-14
| |
| * filter out blocked user or me from the resultstaehoon2019-04-14
| |
| * make blocking functional in the search resultstaehoon2019-04-14
| |
| * improve uitaehoon2019-04-14
| |
| * hide results on outside clicktaehoon2019-04-14
| |
| * remove needless dependencytaehoon2019-04-14
| |
| * rename css classestaehoon2019-04-14
| |
| * rewrite USerAutoSuggest without any dependencytaehoon2019-04-14
| |
| * add user autosuggest componenttaehoon2019-04-14
| |
| * setup vue-autosuggesttaehoon2019-04-14
|/
* Merge branch 'issues/pleroma-fe-496-following-follower-error' into 'develop'Shpuld Shpludson2019-04-14
|\ | | | | | | | | | | | | Fix error message on no more data fetched Closes #496 See merge request pleroma/pleroma-fe!756
| * display no message on empty data fetched from apiBrenden Bice2019-04-12
| |
| * remove error message on no more followingBrenden Bice2019-04-12
|/
* Merge branch 'fix-notif-user' into 'develop'HJ2019-04-12
|\ | | | | | | | | | | | | Fix wrong usercard notification Closes #493 See merge request pleroma/pleroma-fe!755
| * Fix wrong usercard notificationHenry Jameson2019-04-12
|/
* Merge branch '480-replies' into 'develop'HJ2019-04-11
|\ | | | | | | | | | | | | Display replies to statuses in real time Closes #480 See merge request pleroma/pleroma-fe!737
| * maintain conversationsObject storagetaehoon2019-04-11
| |
| * remove unused importingtaehoon2019-04-11
| |
| * get statuses in a conversation from the global repository instead of local statetaehoon2019-04-11
|/
* Merge branch 'restore-yarnlock' into 'develop'HJ2019-04-10
|\ | | | | | | | | restore yarnlock See merge request pleroma/pleroma-fe!749