Skip to content

Commit

Permalink
Upgrade to bootstrap 5.x
Browse files Browse the repository at this point in the history
- Some colors changed to have a better contrast
- Box on bigger screens (>1440) are now larger
- Bump pizzareader ui to 1.1.0
- Graphical fixes
May need more testing
  • Loading branch information
FedericoHeichou committed Sep 1, 2024
1 parent b5656fb commit ea7354d
Show file tree
Hide file tree
Showing 57 changed files with 470 additions and 495 deletions.
23 changes: 17 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pizzareader",
"version": "1.0.4",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "npm run development",
Expand All @@ -15,7 +15,7 @@
"@vue/compat": "^3.1.0",
"@vue/compiler-sfc": "^3.1.0",
"axios": "^1.6.0",
"bootstrap": "^4.0.0",
"bootstrap": "^5.0.0",
"cross-env": "^7.0.3",
"jquery": "^3.7.0",
"laravel-mix": "^6.0.49",
Expand Down
2 changes: 1 addition & 1 deletion public/css/admin.css

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

7 changes: 3 additions & 4 deletions public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/app.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/reader.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Bootstrap v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/bootstrap.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/bootstrap.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Bootstrap v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

Expand Down
2 changes: 1 addition & 1 deletion public/js/bootstrap.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit ea7354d

Please sign in to comment.