Skip to content

Commit

Permalink
Remove bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuk committed Sep 2, 2022
1 parent d63d2ee commit 5cfbfd4
Show file tree
Hide file tree
Showing 36 changed files with 276 additions and 117 deletions.
69 changes: 0 additions & 69 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
},
"dependencies": {
"axios": "0.27.2",
"bootstrap": "5.2.0",
"bootstrap-icons": "1.9.1",
"mitt": "3.0.0",
"vue": "3.2.38",
"vue-router": "4.1.5"
Expand All @@ -45,7 +43,6 @@
"@prettier/plugin-xml": "2.2.0",
"@rushstack/eslint-patch": "1.1.4",
"@tikui/core": "2.2.0",
"@types/bootstrap": "5.2.3",
"@types/jest": "27.5.0",
"@types/sinon": "10.0.13",
"@typescript-eslint/parser": "5.36.1",
Expand Down
24 changes: 24 additions & 0 deletions src/main/glyph/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,30 @@
"width": 1000
},
"search": ["jhipster"]
},
{
"uid": "7034e4d22866af82bef811f52fb1ba46",
"css": "code",
"code": 61729,
"src": "fontawesome"
},
{
"uid": "9a76bc135eac17d2c8b8ad4a5774fc87",
"css": "download",
"code": 59397,
"src": "fontawesome"
},
{
"uid": "5717236f6134afe2d2a278a5c9b3927a",
"css": "play-circled",
"code": 61764,
"src": "fontawesome"
},
{
"uid": "5211af474d3a9848f67f945e2ccaf143",
"css": "cancel",
"code": 59398,
"src": "fontawesome"
}
]
}
12 changes: 12 additions & 0 deletions src/main/glyph/css/jhlite-icons-codes.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,27 @@
.jhlite-icon-jhipster:before {
content: '\e804';
} /* '' */
.jhlite-icon-download:before {
content: '\e805';
} /* '' */
.jhlite-icon-cancel:before {
content: '\e806';
} /* '' */
.jhlite-icon-twitter:before {
content: '\f099';
} /* '' */
.jhlite-icon-github-circled:before {
content: '\f09b';
} /* '' */
.jhlite-icon-code:before {
content: '\f121';
} /* '' */
.jhlite-icon-puzzle:before {
content: '\f12e';
} /* '' */
.jhlite-icon-play-circled:before {
content: '\f144';
} /* '' */
.jhlite-icon-binoculars:before {
content: '\f1e5';
} /* '' */
Expand Down
Loading

0 comments on commit 5cfbfd4

Please sign in to comment.