Calendar nollning26 - #334
Merged
Merged
Conversation
…ntRead object from calendar (still reloads it in init); overall minor improvements
…eased banner resolution; event_banner and event_background now invert colors for dark themes; decorationimages now dynamically scale to available space (minor improvement, mostly just to be safe even if the user's screen is very thin
…subscribe; changed calendar chevrons to be colored by them (they weren't before on android)
…Page; minor improvements to centerslicing
Contributor
Author
|
Some conflicts occurred but I think they were resolved correctly |
Contributor
|
LGTM! I made a few minor changes to other parts of the code. |
Contributor
|
bfa7919 Fixed merge conflict in pubspec.yaml |
Co-authored-by: Georg Elgebäck <50551748+georgelgeback@users.noreply.github.com>
Contributor
|
LGTM 👍 🚀 |
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.
Calendar for nollning26. Nollning events have markers depending on alcohol type. They also have a banner in the event list and a background in the event detail page. Both the banner and background use 9-patch imaging (imageDecoration's centerSlice property) which has been a pain but should work now! Also added a link to the website to export calendar to. Also made the event page use the event object from calendar (reloads on initState though) to be smoother.