-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: minor UI fixes and add mypy compliance
Description of this commit: - This commit brings some fixes to minor UI issues which were identified in the UX testing. These include the changes to the carousel buttons not working when hovered over mini-sidebar. - It also covers and patches over the mypy issues resolving them without disabling the error codes explictly. Signed-off-by: Akshay Mestry <[email protected]>
- Loading branch information
Showing
8 changed files
with
32 additions
and
40 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Coeus Sphinx Theme Contributors Template | |
Author: Akshay Mestry <[email protected]> | ||
Created on: Tuesday, October 29 2024 | ||
Last updated on: Wednesday, October 30 2024 | ||
Last updated on: Wednesday, November 20 2024 | ||
--> | ||
{% block contributors_metadata %} | ||
{%- if people %} | ||
|
@@ -46,11 +46,12 @@ Last updated on: Wednesday, October 30 2024 | |
{% endif %} | ||
<div class="project-socials"> | ||
{% for key, value in socials | dictsort %} | ||
<a class="{{ value[1]|e }}" href="{{ value[0]|e }}" {% if value[0]|e !='#' %}target="_blank" {% endif | ||
%}aria-label="Share this article via {{ key|title }} (opens a new tab)"></a> | ||
<a class="{{ value[1]|e }}" href="{{ value[0]|d('#') }}" target="_blank" | ||
aria-label="Share this article via {{ key|title }} (opens a new tab)" | ||
rel="noopener noreferrer"></a> | ||
{% endfor %} | ||
<a class="fa-brands fa-github" href="{{ github }}" {% if github !='#' %}target="_blank" {% endif | ||
%}aria-label="Check out source on GitHub"></a> | ||
<a class="fa-brands fa-github" href="{{ github|d('#') }}" target="_blank" | ||
aria-label="Check out source on GitHub" rel="noopener noreferrer"></a> | ||
<a class="fa-solid fa-envelope" href="mailto:{{ email }}?subject={{ subject }}" | ||
aria-label="Ask team via email" style="font-weight: 900;"></a> | ||
</div> | ||
|
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
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
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
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
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
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