Commit Graph

416 Commits

Author SHA1 Message Date
Sándor Levcsák 35a4464461 Revert "refactor: separate data and view layers 3"
This reverts commit 547852927b.
2020-11-07 09:15:19 +02:00
mutoe 9b8e50814f
docs: update README.md 2020-11-07 13:38:20 +08:00
mutoe 7bc13fb097
fix: lint issue 2020-11-07 13:35:12 +08:00
mutoe 2b8a716978
chore: setup unit test
close #13
2020-11-07 13:35:12 +08:00
mutoe 002349c658
chore: upgrade dependencies 2020-11-07 13:29:41 +08:00
Sándor Levcsák 8367f89a99 chore: ignore .vscode folder 2020-11-07 06:34:18 +02:00
Sándor Levcsák f0222707c6 refactor: change profile type 2020-11-07 06:17:30 +02:00
Sándor Levcsák ffa4975a54 feat: add no articles text 2020-11-07 05:46:54 +02:00
Sándor Levcsák 547852927b refactor: separate data and view layers 3 2020-11-07 05:43:04 +02:00
plumrx 23369beec1 test: add testcases for like\follow\logout 2020-11-06 22:56:11 +08:00
mutoe 71a030834e
Merge pull request #26 from plumrx/master
add testcase for login and register
2020-11-06 20:32:16 +08:00
mutoe a839d1b2c9
Merge branch 'master' into master 2020-11-06 20:31:57 +08:00
plumrx 5484762579 test: abstract some test data 2020-11-06 20:28:09 +08:00
plumrx 2efb929a0b test: add test case for login and register 2020-11-05 23:16:31 +08:00
Sándor Levcsák 2a907f5259 fix: fix type error 2020-11-04 09:35:54 +02:00
Sándor Levcsák 6fadc8e1c7 feat: use harlem instead plain composition api methods for store 2020-11-04 09:14:58 +02:00
Sándor Levcsák ba374a7380 refactor: separate data and view layers 2 2020-11-04 08:10:13 +02:00
Sándor Levcsák 173f577b10 refactor: make code more readable 2020-11-04 03:42:53 +02:00
Sándor Levcsák f32fcde23a refactor: separate data and view layers 2020-11-04 03:42:53 +02:00
Sándor Levcsák 6ccc0cda66 test: add tests for map-checkable-response utils 2020-11-04 03:36:41 +02:00
Sándor Levcsák 33b776e594 fix: fix passing props to useProfile composable 2020-11-02 17:46:44 +02:00
Sándor Levcsák 09b90a3d17 refactor: respect components folder structure by vue style guide 2020-11-02 17:41:55 +02:00
mutoe b30f45b4dd fix: component path after rename 2020-11-02 16:51:41 +02:00
mutoe cd4beedf3a refactor: rename one-word component name 2020-11-02 16:51:41 +02:00
Sándor Levcsák e3a04416ea fix: fix reactivity bug in useProfile 2020-11-01 21:41:28 +02:00
plumrx 7fe7872852 add testcase for like and follow 2020-11-01 23:33:13 +08:00
plumrx 782d571221 add testcase for like and follow 2020-11-01 23:31:11 +08:00
mutoe 89ff285b20
Merge branch 'master' of https://github.com/plumrx/vue3-realworld-example-app into plumrx-master 2020-11-01 21:49:46 +08:00
Sándor Levcsák 5aa0f3308b test: add tests for new request methods 2020-11-01 21:43:43 +08:00
Sándor Levcsák 49d1814fbd feat: add error throwing if correct request failed 2020-11-01 21:43:43 +08:00
Sándor Levcsák e185917028 feat: add monad "either" for api calls 2020-11-01 21:43:43 +08:00
plumrx 2549db8811 add tag testcase 2020-11-01 21:40:44 +08:00
Sándor Levcsák d82c6bbc59 refactor: move all composable functions to dedicated folder 2020-11-01 05:05:42 +02:00
Sándor Levcsák 8d91039ab9 fix: change edit and follow display condition 2020-11-01 05:04:49 +02:00
Sándor Levcsák ad0361d2bf fix: change use follow props 2020-11-01 04:37:09 +02:00
Sándor Levcsák e250e22586 fix: show follow button on condition 2020-11-01 04:23:42 +02:00
Sándor Levcsák 7c7f5b0f5e fix: change redirect function name and use as promised 2020-11-01 04:21:15 +02:00
plumrx a3c64be006 test: delete only flag on testcase 2020-10-31 22:00:56 +08:00
Sándor Levcsák 75b15317b9 fix: change favorite article props 2020-10-31 08:17:33 +02:00
Sándor Levcsák a03cba047a fix: use redirect instead router.push 2020-10-31 07:53:49 +02:00
Sándor Levcsák 8b8b594ac2 Revert "chore: make user readonly"
This reverts commit 700a10bf74.
2020-10-31 01:59:29 +02:00
Sándor Levcsák 700a10bf74 chore: make user readonly 2020-10-30 04:10:06 +02:00
Sándor Levcsák 0c097e036f feat: add error handling for login and register 2020-10-30 03:39:40 +02:00
Sándor Levcsák a403ea37e8 chore: drop vuex and util: parse-storage-get 2020-10-30 00:53:58 +02:00
Sándor Levcsák 058b9c1929 test: add tests for util: storage 2020-10-30 00:40:40 +02:00
Sándor Levcsák 26ebd4fcf2 refactor: use new store 2020-10-29 23:39:39 +02:00
Sándor Levcsák 479812bf2d chore: drop unused logout 2020-10-29 23:35:27 +02:00
Sándor Levcsák bbcb1fa66e fix: fix reactivity bug with nav links 2020-10-29 23:34:03 +02:00
Sándor Levcsák 9484b26892 fix: fix disabled button condition 2020-10-29 23:32:02 +02:00
Sándor Levcsák e0dd861082 refactor: move profile form interface to service 2020-10-29 23:30:37 +02:00