Skip to content

Commit e051375

Browse files
feat(ui): divide admin.js into modules (#3137)
Signed-off-by: Gabriel Costa <gabrielcg@proton.me> Co-authored-by: Gabriel Costa <gabrielcg@proton.me>
1 parent d22fc6a commit e051375

180 files changed

Lines changed: 83843 additions & 55502 deletions

File tree

Some content is hidden

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

.github/workflows/playwright.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,21 @@ jobs:
6161
version: "0.9.2"
6262
python-version: "3.12"
6363

64+
- name: 🟢 Set up Node.js
65+
uses: actions/setup-node@v4
66+
with:
67+
node-version: "22"
68+
cache: "npm"
69+
6470
- name: 📦 Install gateway dependencies
6571
run: |
6672
make venv install
6773
74+
- name: 🏗️ Build admin UI bundle
75+
run: |
76+
npm ci
77+
npm run vite:build
78+
6879
- name: 🎭 Run make serve + CI smoke tests
6980
shell: bash
7081
run: |

0 commit comments

Comments
 (0)