Skip to content
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

Merged
merged 7 commits into from
Dec 14, 2023
Merged

Fix some UI issues #97

merged 7 commits into from
Dec 14, 2023

Conversation

kunfang98927
Copy link
Contributor

Fix issues #92 #93 #95 #96.

For #94, The configuration of sending emails has not been completed yet, the UI part has been completed.

Copy link
Contributor

@dchiller dchiller left a 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
Copy link
Contributor

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?

Copy link
Contributor Author

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"
Copy link
Contributor

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>
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@dchiller
Copy link
Contributor

dchiller commented Dec 4, 2023

Also just make sure to link the relevant issues or close them when this merges :)

@kunfang98927 kunfang98927 merged commit 27dc99d into develop Dec 14, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants