-
Notifications
You must be signed in to change notification settings - Fork 46
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
navigation link between logs and minutes #712
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: freedisch <[email protected]>
I have access now to the logs, I will test my changes and check if there is anything else to fix |
Everything looks good, here is a full demo Screen.Recording.2024-04-28.at.23.52.01.mov |
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.
Looks reasonable at a quick glance.
@@ -133,6 +135,7 @@ def statfile(channame, cldrdate, meetname, typecont): | |||
timetext=meeting_title.group(3), | |||
typecont=typecont, | |||
meetcont=meetcont[1], | |||
url_type=url_type |
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.
Comma missing.
<span class="float-left"><i class="fas fa-link"></i></span> | ||
<span class="float-right"><a href="{{ url_type }}">Logs</a></span> | ||
</li> | ||
{% elif typecont == "Logs"%} |
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.
Space missing here before "%".
Description:
This pull request fix issue #684
This PR addresses a request of a more seamless navigation experience between the minutes summary and the full meeting logs of a particular meeting.
PS: the meetbot logs archive is not working link, I couldn't access to the page to make a demo.