-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix some UI issues #97
Conversation
Put the number of instruments in each category in a bracket and place it after the category name
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.
Just a few questions, but looks good otherwise!
I am not sure I understand #96 , so at least @yinanazhou should review that too.
localStorage.setItem("hideInstrumentBadge", true); | ||
updateInstrumentBadge(); | ||
}); | ||
// // Instrument badge settings |
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.
Is there a reason you comment instead of delete?
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.
These are Yinan's codes, and these changes are for #96 . If she thinks these changes are okay, I will delete them.
{{ active_language.autonym|title }} | ||
<span id="instrument-language-badge" | ||
{% comment %} <span id="instrument-language-badge" |
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.
Same question here...
@@ -196,4 +210,8 @@ <h4 class="ms-3 me-2 my-auto"><small>INSTRUMENT LIST</small></h4> | |||
<script src="https://unpkg.com/imagesloaded@5/imagesloaded.pkgd.min.js"></script> | |||
<script src="{% static "instruments/js/DisplaySettings.js" %}"></script> | |||
<script src="{% static "instruments/js/PaginationTools.js" %}"></script> | |||
<script> |
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.
Can this go in one of our static .js
files?
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.
Sure, I'll fix this today.
Also just make sure to link the relevant issues or close them when this merges :) |
Fix issues #92 #93 #95 #96.
For #94, The configuration of sending emails has not been completed yet, the UI part has been completed.