feat: Upgrade bootstrap to 5.3.0 and enable dark mode - #5509
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## feat/dark-mode #5509 +/- ##
=================================================
Coverage ? 88.74%
=================================================
Files ? 285
Lines ? 39853
Branches ? 0
=================================================
Hits ? 35366
Misses ? 4487
Partials ? 0 |
Try again with Django 3.2
Patch no longer applies. Needed until Django 4.2.1, so bring it back if we deploy something earlier than that to production.
This reverts commit 2cf2a3d.
Relying on Meta.ordering to order querysets involving GROUP BY queries is deprecated and will be dropped in Django 3.1.
Not sure why, but if I change the DeprecationWarning filter to "error", I get a SyntaxError from the \[ because it is an invalid escape sequence. Not sure why that change triggers it, but "\[" and "\\[" are the same, so this is a no-op.
chore: Upgrade to Django 3.0
chore: merge main into feat/django4
* test: Remove ScheduleEditTests.testUnschedule Has been disabled under Django 2. Simple refactoring does not make it functional under Django 3. Probably because we know that Selenium does not handle HTML5 drag-and-drop well. Discarding until we move to a better JS testing framework. * test: Remove unused imports
…ls#5726) * fix: Return NomComs, not Groups, from active_nomcoms filter * fix: deduplicate and order nomcoms in active_nomcoms filter
Collaborator
Author
I made that change (also to other logos).
Thanks!
Maybe. It'd make it pretty busy.
Odd. Do you maybe have previous data in localstorage? I just tried in private browsing mode and it comes up in "auto". |
…etf-tools#5730) * fix: Accept a Path as source for a PlaintextDraft * fix: Guard against failure to extract PlaintextDraft title * fix: Ignore failure to extract text draft title unless it is needed
* fix: Extract document creation date from XML draft * test: Fix test
Merge pull request ietf-tools#5698 from ietf-tools/main
chore: Merge main into feat/django4
chore: Use permissive cross-origin-opener-policy setting
feat!: django4
larseggert
force-pushed
the
feat-dark-mode
branch
from
June 2, 2023 08:46
0c92ef8 to
7497143
Compare
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes #3365