Skip to content

Commit e087c94

Browse files
authored
Merge pull request #25 from 0xJacky/frontend-next
Refactored fronted
2 parents c41a054 + 2a13103 commit e087c94

File tree

208 files changed

+5853
-27898
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+5853
-27898
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
6+
- '*'
67
paths:
78
- "**/*.js"
89
- "**/*.vue"
@@ -37,7 +38,7 @@ jobs:
3738
- name: Set up nodejs
3839
uses: actions/setup-node@v2
3940
with:
40-
node-version: '16.x'
41+
node-version: '18.x'
4142
cache: 'yarn'
4243
cache-dependency-path: 'frontend/yarn.lock'
4344

@@ -46,7 +47,7 @@ jobs:
4647
working-directory: frontend
4748

4849
- name: Update tranlations
49-
run: make translations
50+
run: yarn gettext:compile
5051
working-directory: frontend
5152

5253
- name: Build

frontend-next/.env.development

Lines changed: 0 additions & 2 deletions
This file was deleted.

frontend-next/.env.production

Lines changed: 0 additions & 2 deletions
This file was deleted.

frontend-next/.gitignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

frontend-next/.vscode/extensions.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

frontend-next/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

frontend-next/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

frontend-next/package.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

frontend-next/public/favicon.ico

-66.1 KB
Binary file not shown.

frontend-next/public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)