1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-25 18:56:52 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
avele
4ee6f72ea3 Removed excess props from category's child components 2019-10-30 16:53:45 +04:00
avele
0336942072
Frontend E2E tests (#404)
Frontend E2E tests
2019-10-29 00:54:54 +04:00
avele
fd84ab7480
config fix for production build (#401) 2019-10-22 22:33:50 +04:00
avele
aeb9445613
Handling api requests errors, error toasts, server side rendering 404 page (#397)
* Error toasts, server side rendering 404 page

* Removed autohide from error toasts

* Correct response status  from server in case of error

* Api request error toast message changed

* Deepscan fixes
2019-09-14 19:40:16 +04:00
avele
9e4146b5bc
Front/chore/migrate to vuetify 2.0 (#348)
* Vuetify updated

* Correct component creation in dialog mixins

* Vuetify 2.0 migration

* Conflict dialog content style fixed

* Removed duplicate attribute
2019-08-03 06:18:26 +04:00
Avele
ece8584c18 Correct pass of url to vue-template compiler rendering function; fixes #324 2019-07-12 14:52:18 +04:00
Avele
bccfa3a4df front: code formatting and some todos resolved 2019-05-28 18:36:40 +04:00
avele
d2a6db2423
404 page (#293) 2019-05-20 23:19:38 +04:00
avele
d3c2eaa7fe
Whitespace configured (#292) 2019-05-18 19:54:39 +04:00
Avele
734cf3512f Front build errors resolved 2019-04-20 14:34:46 +04:00
avele
469b5b5790
Front/structure refactor and building reconfigure (#277)
* DefferedPromise refactor

* Moved defferedPromise to utils folder

* Base url moved to app file

* Store modules states rewrittten according to vue doc recommendations

* Deffered promise usage moved

* removed unused packages in entries

* Structure refactor, easier building, prod building configured, tsconfig reconfigure removed useless packages

* Update front/index.html

Co-Authored-By: avele <34437766+avele@users.noreply.github.com>

* Update front/postcss.config.js

Co-Authored-By: avele <34437766+avele@users.noreply.github.com>

* Comment rewritten
2019-04-18 01:52:43 +04:00
zeot
5e3c129400 removed unused pug loader 2019-01-14 12:47:46 +04:00
zeot
7d53a04290 css and stylus loaders moved to base webpack confing 2019-01-05 16:36:34 +04:00
zeot
94680c19e6 removed unused alias from webpack config 2018-12-18 19:45:42 +04:00
zeot
e252dc55e7 Added tslint plugin for webpack 2018-11-18 14:37:47 +03:00
zeot
741b6d2f7d SSR asyncData loading logic is rewritten, vue-server-renderer package replaced to forked one 2018-10-03 00:07:01 +03:00
zeot
06c9855adb Added fontawesome 2018-09-13 23:27:15 +03:00
zeot
e904a023f8 Added alias to client webpack config, small changes to tsconfig.json 2018-09-11 21:28:19 +03:00
zeot
bd33eedf23 Fixed executing asyncData function on server on component resolving 2018-09-08 16:09:57 +03:00
zeot
a3f5980331 Small changes in webpack config 2018-09-08 15:59:49 +03:00
zeot
201dac779a changed app name 2018-09-02 23:38:25 +03:00
zeot
b7ae82762c Fully replaced frontend part. Now everything written in typescript. 2018-09-02 23:26:15 +03:00
zeot
f1e18a97b4 Vue frontend initial 2018-09-02 16:04:44 +03:00