Commit Graph

396 Commits

Author SHA1 Message Date
AkiraFukushima fb64cd6614 fix: Handle error when lazy loading in notification 2018-04-14 21:57:21 +09:00
AkiraFukushima 09bd6f20ea fix: Handle error when lazy loading in home 2018-04-14 21:55:22 +09:00
AkiraFukushima 87801766f4 fix: Handle error when lazy loading in favourite 2018-04-14 21:53:17 +09:00
AkiraFukushima a791a70e41
Merge pull request #214 from h3poteto/iss-98
closes #98 Set theme color and setting theme in preferences
2018-04-14 19:17:14 +09:00
AkiraFukushima d9932286d1 refs #98 Set theme color in preferences 2018-04-14 19:07:47 +09:00
AkiraFukushima dcf9a6452e refs #98 Set color from theme color in preferences 2018-04-14 16:27:09 +09:00
AkiraFukushima e12b19815b refs #98 Set color of popover 2018-04-14 16:27:09 +09:00
AkiraFukushima b454cc1c69 refs #98 Set color from theme color in sidebar 2018-04-14 16:27:09 +09:00
AkiraFukushima 39136f8dc6 refs #98 Set color from theme color in lists 2018-04-14 16:25:43 +09:00
AkiraFukushima e7d008be36 refs #98 Set color from theme color in public 2018-04-14 16:25:43 +09:00
AkiraFukushima f7069e0738 refs #98 Set color from theme color in local 2018-04-14 16:25:43 +09:00
AkiraFukushima 649a5b1720 refs #98 Set color from theme color in favouruites 2018-04-14 16:25:43 +09:00
AkiraFukushima 5144eaa52d refs #98 Set color from theme color in notifications 2018-04-14 16:25:43 +09:00
AkiraFukushima 7de18166c3 refs #98 Set color from theme color in home 2018-04-14 16:25:43 +09:00
AkiraFukushima 79f336258b
Merge pull request #217 from danipozo/master
Fix label in side menu
2018-04-14 12:04:06 +09:00
Dani Pozo cca590957a Fix label in side menu 2018-04-13 20:17:21 +02:00
AkiraFukushima ed0abf2034
Merge pull request #216 from nasum/add-side-bar-transition-effect
add side bar transition effect
2018-04-13 22:14:14 +09:00
nasum 9f9b858435 add side bar transition effect 2018-04-13 18:01:19 +09:00
AkiraFukushima 00544d22b8
Merge pull request #213 from h3poteto/sideci
Add sideci.yml
2018-04-12 23:59:02 +09:00
AkiraFukushima db9f67558b feat: Add sideci.yml 2018-04-12 23:54:09 +09:00
AkiraFukushima 56daa0dd5c Bump to version 0.4.0 2018-04-12 22:06:44 +09:00
AkiraFukushima 6cd3f34a36
Merge pull request #212 from h3poteto/eslint-ci
Add circleci to run eslint
2018-04-12 21:43:23 +09:00
AkiraFukushima 0c4111751f Add circleci setting for eslint 2018-04-12 21:36:56 +09:00
AkiraFukushima 00ed3f4b3c
Merge pull request #206 from dollars0427/toot-menu
Fix: Allow user view toot detail at sidebar
2018-04-12 20:20:36 +09:00
Sardo f09552c91e Set cursor to pointer when toot menu item on hover 2018-04-12 10:11:17 +08:00
AkiraFukushima a4aff95307
Merge pull request #208 from h3poteto/block_toot
fix: Block toot when new toot modal is closed
2018-04-12 08:09:52 +09:00
AkiraFukushima 7fbf421dd4 fix: Block toot when new toot modal is closed 2018-04-12 00:32:59 +09:00
AkiraFukushima 8e4dfe8393
Merge pull request #207 from h3poteto/iss-199
closes #199 Change visibility level of toot
2018-04-11 23:35:48 +09:00
AkiraFukushima 01e62265bf refs #199 Post toot with visibility level 2018-04-11 23:19:25 +09:00
AkiraFukushima 51e6f891ac refs #199 Change visibility in new toot 2018-04-11 23:12:51 +09:00
AkiraFukushima 81e106d773 Update CHANGELOG 2018-04-11 21:03:05 +09:00
AkiraFukushima f4e3039e21 refs #199 Add button to change privacy levet of toot 2018-04-11 20:45:26 +09:00
Sardo 9d6edc2b8d Fix bug of toot detail do not fetch correctly 2018-04-11 14:53:19 +08:00
Sardo b7f3fd2e04 Allow user click on toot to view detail 2018-04-11 13:19:59 +08:00
Sardo af9ea04f7c Improve toot detail UI 2018-04-11 13:08:12 +08:00
Sardo e605f3aa07 Complete toot detail UI 2018-04-11 11:01:10 +08:00
AkiraFukushima 325c111efe
Merge pull request #204 from h3poteto/fix_focus
fix: Set focus in watch directive on newToot
2018-04-11 00:21:52 +09:00
AkiraFukushima 602c8e349d fix: Set focus in watch directive on newToot 2018-04-10 23:13:43 +09:00
Sardo 99a80fc9fa Can show Ancestors and Descendants now 2018-04-10 17:53:21 +08:00
Sardo 5d42f9c62f Fix the bug of display toot dropdown menu 2018-04-10 16:45:23 +08:00
Sardo bdeb77cccc Try to add toot detail display to sidebar 2018-04-10 16:10:40 +08:00
Sardo 7da9da32a5 Will not display toot detail with tool 2018-04-10 15:11:05 +08:00
Sardo c062afa138 Add toot modal ready for display toot detail 2018-04-10 13:18:39 +08:00
Sardo ca3aeb0fa9 Add dropdown menu to toot component 2018-04-10 12:19:20 +08:00
Sardo 9465d89933 Add menu button to toot.vue 2018-04-10 11:32:16 +08:00
AkiraFukushima 86951ecce2
Merge pull request #200 from h3poteto/iss-167
closes #167 Show lists menu
2018-04-10 00:33:57 +09:00
AkiraFukushima 32b8ab9190 refs #167 Streaming update in list timeline 2018-04-09 23:43:36 +09:00
AkiraFukushima abcef61a71 refs #167 Add lazyLoading in list timeline 2018-04-09 23:08:52 +09:00
AkiraFukushima b860ccca86 refs #167 Update toot when user favourite/reblog a toot in list timeline 2018-04-09 22:05:15 +09:00
AkiraFukushima b7f3e30a23 refs #167 Load list timeline 2018-04-09 21:10:25 +09:00