Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update templates for dark mode #74

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
3d70b34
Update vite.config.ts
cn42 Jan 4, 2024
7828bba
Update package.json
cn42 Jan 4, 2024
b41ff1d
Update tailwind.config.ts
cn42 Jan 4, 2024
48ad13b
Update build.ts
cn42 Jan 4, 2024
cfdc776
Update index.css
cn42 Jan 4, 2024
8bde49c
Update login-reset-password.ftl
cn42 Jan 4, 2024
a42198c
Update login-username.ftl
cn42 Jan 4, 2024
7db7cbb
Update login.ftl
cn42 Jan 4, 2024
6e56fb6
Update register.ftl
cn42 Jan 4, 2024
db761fa
Update register.ftl
cn42 Jan 4, 2024
af97646
Update template.ftl
cn42 Jan 4, 2024
2a2b82f
Update alert.ftl
cn42 Jan 4, 2024
28e4913
Update body.ftl
cn42 Jan 4, 2024
af9d0cf
Update button.ftl
cn42 Jan 4, 2024
ea93d8a
Update card.ftl
cn42 Jan 4, 2024
1c92515
Update card.ftl
cn42 Jan 4, 2024
c5f0751
Update checkbox.ftl
cn42 Jan 4, 2024
f3d0e15
Update heading.ftl
cn42 Jan 4, 2024
8bc9dc7
Update input.ftl
cn42 Jan 4, 2024
128003d
Update link.ftl
cn42 Jan 4, 2024
5cad70a
Update logo.ftl
cn42 Jan 4, 2024
027882d
Update radio.ftl
cn42 Jan 4, 2024
ae06320
Update identity-provider.ftl
cn42 Jan 4, 2024
c981e12
Update locale-provider.ftl
cn42 Jan 4, 2024
c662282
Update vite.config.ts
cn42 Jan 4, 2024
c5cf4b1
Update tailwind.config.ts
cn42 Jan 4, 2024
5f88b87
Update pom.xml
cn42 Jan 4, 2024
34fac8d
Update pnpm-lock.yaml
cn42 Jan 4, 2024
b4f950d
Update .gitignore
cn42 Jan 4, 2024
0352aac
Update index.css
cn42 Jan 4, 2024
36fb970
Update template.ftl
cn42 Jan 4, 2024
fb2dfba
Update logo.ftl
cn42 Jan 4, 2024
809bf58
Update heading.ftl
cn42 Jan 4, 2024
d8eb1d5
Update card.ftl
cn42 Jan 4, 2024
685b17c
Update alert.ftl
cn42 Jan 4, 2024
7476825
Update build.ts
cn42 Jan 10, 2024
77f3f22
Update build.ts
cn42 Jan 10, 2024
d8e38d0
Update .gitignore
cn42 Jan 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"test": "mvn test"
},
"dependencies": {
"alpinejs": "^3.13.0",
"rfc4648": "^1.5.2"
"alpinejs": "^3.13.5",
"rfc4648": "^1.5.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@types/alpinejs": "^3.13.2",
"@types/archiver": "^5.3.3",
"@types/node": "^20.6.5",
"@tailwindcss/forms": "^0.5.7",
"@types/alpinejs": "^3.13.5",
"@types/archiver": "^5.3.4",
"@types/node": "^20.10.6",
"archiver": "^6.0.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-node": "^0.34.5"
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vite-node": "^0.34.7"
}
}
Loading