Conversation
Contributor
|
Hi @yuhattor , do we need the timezone detection? |
dellagustin-sap
pushed a commit
to dellagustin-sap/innersourcecommons.org
that referenced
this pull request
Jul 9, 2025
Removed the hardcoded timezone on google calendar (`ctz` url parameter). As per my tests, without the `ctz` paramenter, the calendar is shown at my own timezone, so I assume there is some automatic detection feature in it. Was added with a15e770. Related comment: - InnerSourceCommons#1010 (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.
JavaScript functionality updates:
assets/js/script.js: Added a preloader that fades out when the window loads, dynamically embedded a Google Calendar iframe based on the user's timezone, and implemented accordion behavior for collapsible elements. Additionally, a slider was added for better content presentation, and a citation link toggle was implemented.Content updates:
content/en/calendar/_index.md: Added a new section with a welcome message and a container for the calendar to enhance the calendar page's content and structure.