Skip to content

Commit

Permalink
Multiple frontend changes:
Browse files Browse the repository at this point in the history
- Added layouts
- Added vuex
- Pony disable option (!)
- Extracted table styles
- Add lint frontend action to makefile
- Minor refactoring
  • Loading branch information
pomo-mondreganto committed Jun 29, 2021
1 parent 4646833 commit b3c4ee8
Show file tree
Hide file tree
Showing 67 changed files with 613 additions and 855 deletions.
11 changes: 9 additions & 2 deletions Makefile
@@ -1,7 +1,14 @@
.PHONY: lint
lint:
.PHONY: lint-backend
lint-backend:
flake8 --config .flake8

.PHONY: lint-frontend:
lint-frontend:
cd front && npx eslint .

.PHONY: lint
lint: lint-backend lint-frontend

.PHONY: clean
clean:
./control.py reset || :
Expand Down
1 change: 0 additions & 1 deletion front/dist/css/app.c07e7655.css

This file was deleted.

1 change: 1 addition & 0 deletions front/dist/css/app~d0ae3f07.7626323e.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions front/dist/css/chunk-00533f42.bd2ab6e0.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions front/dist/css/chunk-021e05bd.27828a15.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions front/dist/css/chunk-276f3cec.215f1269.css
@@ -0,0 +1 @@
.error-message[data-v-c74ac9a2]{color:red}
1 change: 1 addition & 0 deletions front/dist/css/chunk-2840293a.215f1269.css
@@ -0,0 +1 @@
.error-message[data-v-c74ac9a2]{color:red}
1 change: 1 addition & 0 deletions front/dist/css/chunk-3d3fd650.b175ea01.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions front/dist/css/chunk-5192e821.20287046.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3c4ee8

Please sign in to comment.