-
Notifications
You must be signed in to change notification settings - Fork 26
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
Line calendar #174
Merged
Merged
Line calendar #174
Changes from 44 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
18aaa5f
First draft
Daviiddoo 7a8b228
fixed build issues
Daviiddoo ffb1889
styling done
Daviiddoo c7e5579
Update line_calendar.dart
Daviiddoo c46c04a
Ready for clean up and testing code
Daviiddoo 7985653
Ready for review?
Daviiddoo e5f3c22
updated some documentations
Daviiddoo 7b1e043
Commit from GitHub Actions (Forui Presubmit)
Daviiddoo efab2ba
Update line_calendar.dart
Daviiddoo b8aef00
Fixed some PR issues
Daviiddoo 02ae910
Commit from GitHub Actions (Forui Presubmit)
Daviiddoo 0383b1f
Fixed more pr issues
Daviiddoo d821272
Update installation guide (#197)
Pante bc7c786
Change button color when hovered over (#198)
Pante 1ae4164
Testing new controller
Daviiddoo 5c45be8
Commit from GitHub Actions (Forui Presubmit)
Daviiddoo 90bc4c7
Commit from GitHub Actions (Forui Presubmit)
Daviiddoo 3da742f
added controller
Daviiddoo 3e18db8
fixed rebase issues
Daviiddoo 251c6c2
Added lineCalendarController
Daviiddoo 2ccb022
new lineCalendarController with scrollController
Daviiddoo 15d0fb2
reverted to scroll controller with FCalendarController
Daviiddoo e43eb94
controller limited to FCalendarController.date
Daviiddoo 472d8df
Need to complete Tests, FLineCalendarController removed
Daviiddoo 3976d26
Fixed rebase issues
Daviiddoo e69f77d
Tests fixed
Daviiddoo cebf4f1
fixed dart analyser issues
Daviiddoo b648877
Commit from GitHub Actions (Forui Presubmit)
Daviiddoo 86f50e2
Update theme_data.dart
Daviiddoo 35c4370
Commit from GitHub Actions (Forui Presubmit)
Daviiddoo f53e623
Update theme_data.dart
Daviiddoo d12bfc0
Commit from GitHub Actions (Forui Presubmit)
Daviiddoo 4841ed8
fixing rebase issues
Daviiddoo 7f47e31
Commit from GitHub Actions (Forui Presubmit)
Daviiddoo 8484992
Update sandbox.dart
Daviiddoo 5e39e8f
Merge branch 'feature/line_calendar' of https://github.com/forus-labs…
Daviiddoo 534bb3b
Update forui/lib/src/widgets/line_calendar/line_calendar.dart
Daviiddoo 75f4e50
Update forui/lib/src/widgets/line_calendar/line_calendar.dart
Daviiddoo 8c84d0c
Apply suggestions from code review
Daviiddoo a3a36bb
Update forui/lib/src/widgets/line_calendar/line_calendar.dart
Daviiddoo 9d8e0bd
Made some changes
Daviiddoo 59f3976
Commit from GitHub Actions (Forui Presubmit)
Daviiddoo 5143268
fixed PR issues
Daviiddoo f588d19
Commit from GitHub Actions (Forui Presubmit)
Daviiddoo 089dc5b
Update line_calendar.dart
Daviiddoo 750f70c
Merge branch 'main' into feature/line_calendar
Daviiddoo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Huh, would this be an issue if we release 0.7.0 and the line calendar field is left in? @kawaijoe