-
Notifications
You must be signed in to change notification settings - Fork 17
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
Upgrade to Bootstrap v5 #1028
base: main
Are you sure you want to change the base?
Upgrade to Bootstrap v5 #1028
Conversation
0b62df8
to
5b3c114
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1028 +/- ##
=======================================
Coverage 70.04% 70.04%
=======================================
Files 62 62
Lines 3996 3996
=======================================
Hits 2799 2799
Misses 1197 1197
|
datalab
|
Project |
datalab
|
Branch Review |
bc/update-bootstrap5
|
Run status |
|
Run duration | 06m 51s |
Commit |
|
Committer | Ben Charmes |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
471
|
View all changes introduced in this branch ↗︎ |
dfc981f
to
a09a084
Compare
48d928f
to
70ae51b
Compare
f4630f0
to
05f278f
Compare
d4dba9e
to
7a936d1
Compare
Update Bootstrap to v5 and update components Update components with new Bootstrap 5 class New badge class Update CreateItemModal with new classes Update CreateCollectionModal with new classes Update CreateEquipmentModal with new classes Update QRScannerModal with new classes Update CreateEquipmentModal with new classes Update BatchCreateItemModal with new classes Update EditAccountSettingsModal and Modal close btn More updates More updates More components updates More components updates Update cypress test Fix cypress e2e editPage Fix cypress e2e batchSample Fix modelValue warnings in console Update for better mobile support Update CompactConstituentTable for better mobile support Edit EditPage Navbar to better mobile support Edit DynamicDataTableButtons to better mobile support Fix FileList with Bootstrap5 Update CollectionInformation and CollectionPage for better mobile support Update bokeh_plots to fit on mobile Fix cypress tests
7a936d1
to
3c10d26
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've built and played around with the new version and only have a few minor comments of mine (and we can go through yours) -- just a comment below about the deps!
@@ -23,7 +23,8 @@ | |||
"@uppy/webcam": "^1.8.4", | |||
"@uppy/xhr-upload": "^1.6.10", | |||
"@vueuse/components": "^10.7.2", | |||
"bootstrap": "^4.5.3", | |||
"boostrap": "^2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"boostrap": "^2.0.0", |
👁️ think this one needs to be removed! Thankfully this is one where npm have sat on the name to prevent malicious use
Closes #32
For now:
<button />
class used to closeModal
ml-2
(doesn't exist in Bootstrap v5) bygap-2
(d-flex) forDynamicDataTableButtons
(could also useme-2
from bootstrap instead) (Bootstrap left and right replaced by start and end)color: black
to FormattedItemName becausebadge light
display text in white nowTo discuss:
To do:
Also start working on #620: