Some UX improvements

This commit is contained in:
David Schärer 2024-07-19 02:29:18 +02:00
parent 48c0067076
commit 8c81237501
81 changed files with 791 additions and 151 deletions

View file

@ -5,6 +5,7 @@
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.4",
"@popperjs/core": "^2.11.8",
"@rails/actiontext": "^7.1.3-4",
"autoprefixer": "^10.4.19",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
@ -12,7 +13,8 @@
"nodemon": "^3.1.4",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"sass": "^1.77.8"
"sass": "^1.77.8",
"trix": "^2.1.3"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets",
@ -24,4 +26,4 @@
"browserslist": [
"defaults"
]
}
}