Commit Graph

306 Commits

Author SHA1 Message Date
mutoe 00e9ef0f15
refactor: upgrade vue and vue-tsc 2022-06-08 22:32:59 +08:00
mutoe 838cd87b29
chore: upgrade dependencies 2022-06-07 22:59:49 +08:00
Sajad Hashemian 1ca0e8794b chore: fallthrough attributes on AppLink 2022-03-04 18:44:56 +08:00
Sajad Hashemian 1f0a9a4435 chore: explicitly type reactive properties without generic argument 2022-03-04 18:44:56 +08:00
Sajad Hashemian 109b2e5557 chore: rename getArticlesMeta to useArticleMeta 2022-03-04 18:44:56 +08:00
Sajad Hashemian 457877a49c chore: improve fetchArticles conditions 2022-03-04 18:44:56 +08:00
Sajad Hashemian 81632dca6d chore: remove suspense default template tag 2022-03-04 18:44:56 +08:00
Sajad Hashemian 34aa39b01f chore: reset login/register form errors before submit 2022-03-04 18:39:45 +08:00
Sajad Hashemian aeb56e4ce5 fix: mapValidationResponse not handling 403 error 2022-03-04 18:39:45 +08:00
Sajad Hashemian c08135c652 fix: navigation guards for login and register 2022-03-04 18:39:45 +08:00
Sajad Hashemian e2e0b45ee4 fix: putProfile payload missing user key 2022-02-27 02:24:29 +08:00
Sajad Hashemian 569f47c65e fix: lint script not working on Windows 2022-02-27 01:36:12 +08:00
mutoe 0f13a6a78f
chore: upgrade dependencies 2022-02-09 00:32:28 +08:00
Dongsen 56fd7ed258
Merge pull request #83 from mutoe/script-setup
Update to SFC <script setup> style
2021-12-21 00:10:25 +08:00
mutoe 969dd430bd
chore: update domain for fixture and FRONTEND_INSTRUCTIONS 2021-12-17 20:09:45 +08:00
mutoe 8e4b90260c
docs: update README 2021-12-10 22:35:12 +08:00
mutoe b5536478f2
fix: fix async component tests 2021-12-10 22:19:28 +08:00
mutoe 88c65af2d4
refactor: upgrade to script setup sugar 2021-12-10 21:33:59 +08:00
mutoe 59a444d2d4
chore: setup CI node version to 16 2021-12-06 23:20:54 +08:00
mutoe 8ef6d0e184
chore: upgrade harlem and marks 2021-12-06 23:12:42 +08:00
mutoe faa8677c13
chore: upgrade cypress 2021-12-06 22:58:07 +08:00
mutoe 2289b68410
chore: upgrade test dependencies 2021-12-06 22:54:31 +08:00
mutoe 930be3ddc3
chore: upgrade vue and typescript 2021-12-06 22:54:30 +08:00
mutoe 971db937d6
chore: upgrade build tools 2021-12-06 22:50:27 +08:00
Dongsen 68be19202d
chore: udpate domain 2021-12-06 18:30:55 +08:00
Dongsen b360009984 chore: update API domain (#75) 2021-12-06 18:25:16 +08:00
mutoe e5452ed9a9
chore: increment e2e test timeout 2021-08-15 19:11:48 +08:00
mutoe 0ba543f924
test: implement some tests 2021-08-15 18:56:02 +08:00
mutoe 785cfb94ee
refactor: change vue-unit-test to testing-library 2021-08-15 18:42:35 +08:00
mutoe f1fb875695
docs: update support plan 2021-08-15 18:29:39 +08:00
mutoe 1747d93281
fix: upgrade to vue3.2 (setup & ref sugar) 2021-08-15 18:28:03 +08:00
mutoe dd5a938b44
Merge branch 'master' into script-setup 2021-08-15 16:28:15 +08:00
mutoe e28ea2b233
test: supplement params2query test 2021-08-15 16:06:59 +08:00
mutoe f6fc64e12d
chore: upgrade dependencies 2021-08-15 15:56:45 +08:00
dependabot[bot] 2e48d2d516 chore(deps): bump vue-router from 4.0.6 to 4.0.8
Bumps [vue-router](https://github.com/vuejs/vue-router) from 4.0.6 to 4.0.8.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 13:19:53 +08:00
dependabot[bot] c2c7eef96b chore(deps): bump marked from 2.0.3 to 2.0.6
Bumps [marked](https://github.com/markedjs/marked) from 2.0.3 to 2.0.6.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v2.0.3...v2.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 13:19:15 +08:00
mutoe 840279a0f3
Merge branch 'master' into script-setup 2021-04-24 23:03:55 +08:00
mutoe 0d89f7d969
refactor: make storage util more safety 2021-04-24 23:02:44 +08:00
mutoe 899b596354
docs: update ref sugar in README 2021-04-24 22:38:37 +08:00
mutoe 121155b9de
refactor: implement ref sugar syntax 2021-04-24 22:33:44 +08:00
mutoe 6bb66be2af
refactor: fix lint issues 2021-04-24 20:33:55 +08:00
mutoe ae4539d679
Merge branch 'master' into script-setup 2021-04-24 18:08:34 +08:00
mutoe 1853d7a5fc
chore: using vue-tsc for typecheck 2021-04-24 17:51:11 +08:00
mutoe be618c8106
docs: update sponsor 2021-04-24 17:09:16 +08:00
mutoe 6429b6486f
chore(deps): upgrade dependencies 2021-04-24 15:35:07 +08:00
Dongsen 06aafb50c2
Create LICENSE 2021-04-22 22:30:49 +08:00
mutoe 04b6195bd4
chore(deps): upgrade dependencies 2021-04-17 13:40:58 +08:00
mutoe b927c7a347
Merge branch 'master' into script-setup 2021-04-05 14:02:35 +08:00
mutoe 9152a0dd83
chore(deps): upgrade dependencies 2021-04-05 14:02:04 +08:00
mutoe 30bb1ba575
docs: update demo link 2021-04-05 13:56:28 +08:00