Skip to content

Commit

Permalink
Merge pull request #51 from get-glu/ui-redo
Browse files Browse the repository at this point in the history
feat: redo ui to be per pipeline
  • Loading branch information
GeorgeMac authored Nov 21, 2024
2 parents fb0b210 + ebe567f commit 792fe22
Showing 31 changed files with 1,899 additions and 145 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@ name: Go Tests

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
test:
@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: "1.23"
check-latest: true

- name: Install dependencies
4 changes: 4 additions & 0 deletions ui/.parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": ["@parcel/config-default"],
"reporters": ["...", "parcel-reporter-static-files-copy"]
}
183 changes: 180 additions & 3 deletions ui/package-lock.json

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

11 changes: 11 additions & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -16,13 +16,15 @@
"@eslint/js": "^9.14.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"buffer": "^6.0.3",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.11.0",
"parcel": "^2.12.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
@@ -34,18 +36,27 @@
"@dagrejs/dagre": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@reduxjs/toolkit": "^2.3.0",
"@uidotdev/usehooks": "^2.4.1",
"@xyflow/react": "^12.3.4",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"lucide-react": "^0.454.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.28.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"staticFiles": {
"staticPath": "public"
}
}
Binary file added ui/public/favicon.ico
Binary file not shown.
Loading

0 comments on commit 792fe22

Please sign in to comment.