Expanded UCL page to multiple pages for easier attendee information#98
Merged
Conversation
- Updated the event listing logic in `layouts/events/list.html` to include both regular pages and section pages with start and end dates. - Modified the condition for displaying past events to ensure only events with defined start and end dates are considered. - Updated various dependencies in `package-lock.json` to their latest versions, including: - Upgraded `@tabler/icons` from 3.40.0 to 3.41.1 - Upgraded `adm-zip` from 0.5.16 to 0.5.17 - Upgraded `autoprefixer` from 10.4.27 to 10.5.0 - Upgraded `baseline-browser-mapping` from 2.10.9 to 2.10.24 - Upgraded `brace-expansion` from 1.1.12 to 1.1.14 - Upgraded `caniuse-lite` from 1.0.30001780 to 1.0.30001791 - Upgraded `cliui` from 7.0.4 to 8.0.1 - Upgraded `electron-to-chromium` from 1.5.321 to 1.5.344 - Upgraded `jsonfile` from 6.2.0 to 6.2.1 - Upgraded `postcss` from 8.5.8 to 8.5.12 - Upgraded `yargs` from 17.5.1 to 17.7.2 Signed-off-by: Alex Lovell-Troy <alex@lovelltroy.org>
Signed-off-by: Alex Lovell-Troy <alex@lovelltroy.org>
…er Updates timings Signed-off-by: Alex Lovell-Troy <alex@lovelltroy.org>
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.
layouts/events/list.htmlto include both regular pages and section pages with start and end dates.package-lock.jsonto their latest versions