Commit Graph

416 Commits

Author SHA1 Message Date
mutoe d8e7e8d5c7
feat: implement favorite article 2020-10-21 23:09:25 +08:00
mutoe 31d3351315
refactor: reuse ArticlesNavigation 2020-10-20 23:49:04 +08:00
mutoe 740a4f0f4c
feat: fetch profile favorite articles 2020-10-20 23:42:28 +08:00
mutoe dff9afbe33
feat: fetch profile articles 2020-10-20 23:31:36 +08:00
mutoe c77f8e40d8
feat: add profile setting entry in profile page 2020-10-20 23:16:48 +08:00
mutoe 64d89284c6
fix: remove useless logout link 2020-10-20 23:05:38 +08:00
mutoe 47e44eed5f
feat: add settings page 2020-10-20 23:03:43 +08:00
mutoe e65e87ebba
refactor: remove useless file 2020-10-20 22:34:07 +08:00
mutoe 125c23d55a
feat: add create & edit article page 2020-10-20 22:33:50 +08:00
mutoe f7c4dbb3d5
refactor: replace "nbsp" to margin style 2020-10-20 22:08:40 +08:00
mutoe 82b1b97cc6
fix: invalid token are sent 2020-10-20 21:06:40 +08:00
mutoe c5e8081c31
docs: update README 2020-10-20 20:55:37 +08:00
Sándor Levcsák 64fce634c5 chore: improve fetch options type 2020-10-20 05:29:14 +03:00
Sándor Levcsák 3b0201a3cd fix: add deepmerge to package.json 2020-10-20 05:17:25 +03:00
mutoe 6bc058b8ed
Merge pull request #10 from levchak0910/improve-request
feat: improve request
2020-10-19 19:07:26 +08:00
mutoe fe45801e9d
Merge branch 'master' into improve-request 2020-10-19 19:04:49 +08:00
Sándor Levcsák 60ba28d4b5 refactor: use AppLink instead RouterLink 2020-10-19 19:00:38 +08:00
Sándor Levcsák d6047bd84f chore: give names for all routes 2020-10-19 19:00:38 +08:00
Sándor Levcsák 09c72be221 feat: add global component: AppLink 2020-10-19 19:00:38 +08:00
Sándor Levcsák 4aa8c63ef7 test(utils/request): refactor all tests for request 2020-10-15 06:23:45 +03:00
Sándor Levcsák 5ff8c9832c fix!: change final url generating schema 2020-10-15 06:22:26 +03:00
Sándor Levcsák 27535ca2f4 feat: add utils for request and test 2020-10-15 06:04:07 +03:00
Sándor Levcsák f9a93405ab fix(utils/request): fix options and drop unused copy-paste 2020-10-15 00:58:29 +03:00
Sándor Levcsák 6a76b4b06d feat(utils/request): add set and delete authorization token's methods 2020-10-15 00:19:13 +03:00
mutoe 1317654007 fix: fix profile path prefix 2020-10-13 22:58:24 +08:00
Sándor Levcsák 18af63745d feat: abstract articles navigation 2020-10-13 22:58:24 +08:00
Sándor Levcsák 815db166e9 feat: implement register logic 2020-10-13 22:53:05 +08:00
Sándor Levcsák fc30d4299a fix: update profile paths
Use path "/profile/:username" instead "@:username" as specified in FRONTEND_INSTRUCTIONS.md
2020-10-13 22:51:06 +08:00
Sándor Levcsák 85b2fd2a7c feat: add profile page 2020-10-13 22:51:06 +08:00
mutoe 0c93b0f2b1 feat: implement login logic 2020-10-07 23:00:09 +08:00
mutoe a99d3b40c4 fix: using leading at symbol in user profile path 2020-10-07 21:32:32 +08:00
mutoe f74df8a254 feat: add login and register page 2020-10-07 21:29:58 +08:00
mutoe cd88560355 refactor: abstract popular tags component 2020-10-07 19:16:37 +08:00
mutoe f18ea27a0d
Merge pull request #5 from levchak0910/add-tags
feat: fetch all tags
2020-10-07 12:26:52 +08:00
mutoe 11db47133e
Merge pull request #3 from levchak0910/respect-vue-eslint
refactor: respect vue eslint rules
2020-10-07 12:07:21 +08:00
mutoe 143b2c3219
Merge pull request #4 from levchak0910/add-article-slug-page
feat: add article's page
2020-10-07 11:56:32 +08:00
Sándor Levcsák e12553c035 chore: update yarn lock file 2020-10-07 02:48:34 +03:00
Sándor Levcsák e8fa391b26 feat: add article's page 2020-10-07 01:56:28 +03:00
Sándor Levcsák 02f9dbda9c feat: fetch all tags 2020-10-06 22:57:35 +03:00
Sándor Levcsák 06fec85e63 refactor: respect vue eslint rules 2020-10-06 21:48:35 +03:00
mutoe 7c9157384e refactor: abstract article preview 2020-10-06 23:30:58 +08:00
mutoe 5bdc6d8354 feat: add pagination 2020-10-06 23:00:58 +08:00
mutoe 76d2752479 refactor: flatten components 2020-10-06 21:52:20 +08:00
mutoe 5813c29448 chore: fix build public path 2020-10-06 20:40:39 +08:00
mutoe 985c508680 chore: fix relative path issue 2020-10-06 20:33:22 +08:00
mutoe c8f3d676f6 style: add cypress eslint rules 2020-10-06 20:31:55 +08:00
mutoe cd75016faa style: add standard eslint rules 2020-10-06 20:22:13 +08:00
mutoe fb14a4a9fc chore: add cypress example code 2020-10-06 20:06:59 +08:00
mutoe 7a2d57633e
Merge pull request #1 from levchak0910/levchak0910-add-navigation
chore: add app navigation
2020-10-06 19:23:57 +08:00
mutoe 74971215de
Merge branch 'master' into levchak0910-add-navigation 2020-10-06 19:23:39 +08:00