-
Notifications
You must be signed in to change notification settings - Fork 57
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
redesign application ui #132
Open
icai
wants to merge
34
commits into
pilot51:main
Choose a base branch
from
icai:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 32 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
d8dac06
feat: change ui
icai 6e403ec
feat: i18n chinese
icai 0378562
feat: theme color extend
icai cb4b905
feat: change ui
icai ce85035
Merge remote-tracking branch 'fork/main'
icai 68868f3
fix
icai 8160369
feat: SystemBar
icai 2eabb32
feat: searchbar
icai 65c1f62
feat: change ui
icai ab1194d
feat: change ui
icai 112de66
feat: ListBox
icai b9cba7f
Merge remote-tracking branch 'fork/main'
icai 9d8e37e
fix
icai aada9f4
fix
icai c27fb0d
fix: containerColor
icai 05718af
feat: fun Modifier.bottomBorder
icai 44ca333
fix
icai 7a6f0a7
feat: Modifier fun
icai 2926dc2
feat: overScroll effect
icai 98d2390
feat: border style
icai b6714c6
feat: bottomBorder for list
icai e0138c2
feat: switch size
icai 06f26ed
Merge branch 'forkmain'
icai ff95ac0
fix: review improvement
icai 5522699
feat: add IndexedLazyColumn compose
icai 77a187b
feat: alphabet index compose
icai 49dfd14
fix
icai 56b57cc
feat: dialog background
icai aee59e1
revert: undo iconImage column
icai d38206f
fix: toke near zero shaking bug
icai a6709c7
feat: LazyAlphabetIndexRow compose
icai 22c483f
feat: LazyAlphabetIndexColumn bug
icai 10d5e43
fix: LazyAlphabetIndexRow bug
icai 8d479fa
fix: reset identityHash
icai 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
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.
Build error: This breaks
PreferenceDialogs.rememberTimePickerState()
becauseTimePickerState.Saver()
was removed inbeta02
. I suggest reverting tobeta01
and I'll handle the migration.