Open
Conversation
Collaborator
Something I saw after I deleted the files manually: The script has an |
This comment was marked as duplicate.
This comment was marked as duplicate.
SilvanVerhoeven
requested changes
Jul 29, 2024
| @@ -9,7 +9,7 @@ <h5 class="text-break">{{ result.title }}</h5> | |||
| {{ result.specific.date|date:"SHORT_DATE_FORMAT" }} | |||
Collaborator
There was a problem hiding this comment.
| @@ -9,7 +9,7 @@ <h5 class="text-break">{{ result.title }}</h5> | |||
| {{ result.specific.date|date:"SHORT_DATE_FORMAT" }} | |||
| </time> | |||
Collaborator
| @@ -9,7 +9,7 @@ <h5 class="text-break">{{ result.title }}</h5> | |||
| {{ result.specific.date|date:"SHORT_DATE_FORMAT" }} | |||
| </time> | |||
| </hgroup> | |||
Collaborator
| </hgroup> | ||
| <span class="text-dark"> | ||
| <span class="search-preview"> | ||
| {% if result.search_description %} |
Collaborator
| <span class="text-dark"> | ||
| <span class="search-preview"> | ||
| {% if result.search_description %} | ||
| {{ result.search_description }} |
Collaborator
| .footer-myhpi { | ||
| background-color: var(--bs-gray-700); | ||
| background-color: var(--bs-gray-800); | ||
|
|
Collaborator
| background-color: var(--bs-gray-700); | ||
| background-color: var(--bs-gray-800); | ||
|
|
||
| .page-content { |
Collaborator
| background-color: var(--bs-gray-800); | ||
|
|
||
| .page-content { | ||
| padding-top: 1.5rem; |
Collaborator
| @@ -5,20 +5,25 @@ | |||
| $primary: #F5631E; | |||
Collaborator
| @@ -5,20 +5,25 @@ | |||
| $primary: #F5631E; | |||
| $secondary: #F5631E; | |||
Collaborator
There was a problem hiding this comment.
In [myhpi/core/templates/core/sidebar.html](https://github.com/fsr-de/myHPI/pull/525/files/bc3f7996429831f3857afe63e7b344cfd023d219#diff-8c66ac3d840d267494b184c335c50d73e56b70724f454183f3af2b86242632a7), there is the following comment:
<!-- Bootstrap 5.2 supports responsive offcanvas. This duplication is a workaround and should be removed after the upgrade -->
Could be addressed now, since we updated to 5.3
| $gray-700: #777; | ||
| $gray-800: #555; | ||
| $gray-900: #333; | ||
|
|
Collaborator
There was a problem hiding this comment.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

















Keep in mind to update bootstrap (you may need to manually delete some files so that the install works).
Closes #502
Changes small parts of the light theme: