-
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
Draft
BenjaminCharmes
wants to merge
1
commit into
main
Choose a base branch
from
bc/update-bootstrap5
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Upgrade to Bootstrap v5 #1028
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BenjaminCharmes
force-pushed
the
bc/update-bootstrap5
branch
from
December 3, 2024 12:12
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 Run #2885
Run Properties:
|
Project |
datalab
|
Branch Review |
bc/update-bootstrap5
|
Run status |
Passed #2885
|
Run duration | 06m 58s |
Commit |
425da75c7f ℹ️: Merge 7a936d12f531d93d54c855607068ff002bba6854 into 7e63cdd881e18e08c30fff6e1332...
|
Committer | Ben Charmes |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
471
|
View all changes introduced in this branch ↗︎ |
BenjaminCharmes
force-pushed
the
bc/update-bootstrap5
branch
from
December 3, 2024 16:58
dfc981f
to
a09a084
Compare
BenjaminCharmes
force-pushed
the
bc/update-bootstrap5
branch
from
December 4, 2024 15:51
48d928f
to
70ae51b
Compare
BenjaminCharmes
added
webapp
For issues/PRs pertaining to the web interface
dependency_updates
For issues/PRs that update the dependencies of the package
labels
Dec 10, 2024
BenjaminCharmes
force-pushed
the
bc/update-bootstrap5
branch
from
December 18, 2024 13:15
f4630f0
to
05f278f
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
BenjaminCharmes
force-pushed
the
bc/update-bootstrap5
branch
from
January 6, 2025 16:49
d4dba9e
to
7a936d1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependency_updates
For issues/PRs that update the dependencies of the package
webapp
For issues/PRs pertaining to the web interface
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: