-
Notifications
You must be signed in to change notification settings - Fork 2
feat: v61 in-app widgets (sheets + grid) #573
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
Merged
Merged
Changes from 56 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
ec634a5
feat: data model
jvsena42 35b2079
feat: sheet infrastructure
jvsena42 4680fe1
feat: add widget list grid
jvsena42 2dd0bcc
feat: unified preview sheet
jvsena42 12a05cc
feat: edit sheet shell
jvsena42 ff016ae
feat: widgets grid
jvsena42 82f888a
fix: update when dropped on a cell gap
jvsena42 d50bf63
feat: intro screen
jvsena42 000f4fe
chore: code cleanup
jvsena42 474d134
fix: set sheet solid background color
jvsena42 c98ee88
fix: replace grab release strategy with instant update
jvsena42 2e9377c
feat: implement calculator in-app compact mode and simplify Calculat…
jvsena42 e030602
feat: disabled widgets flow
jvsena42 9eb3cb3
feat: display suggestions in widgets preview sheet
jvsena42 a1648bf
feat: update default widgets set
jvsena42 74497e4
feat: display widgets page from drawer view
jvsena42 db2a508
fix: limit bloks wide max height
jvsena42 afed092
fix: calculator compact content vertical alignment
jvsena42 5ff3739
fix: add widget icon
jvsena42 99dccd2
chore: tidy up comment
jvsena42 af82b80
chore: tidy up comment
jvsena42 a452363
refactor: remove dead code
jvsena42 dd80f9a
feat: add reorder animation
jvsena42 73ffd83
Merge remote-tracking branch 'origin/master' into feat/in-app-v61
jvsena42 8c8219f
refactor: comments cleanup
jvsena42 df36e63
fix: holt draft options in an independent variable
jvsena42 f7cc36e
refactor: reuse widgetCardChrome
jvsena42 71127dd
test: make grid logic more testable and add unit tests
jvsena42 01d44ef
fix: blocks content
jvsena42 6701436
feat: set 4 card suggestions for preview mode
jvsena42 e6509b0
fix: compact widget height for list sheet
jvsena42 881dbe9
fix: backup widgets size
jvsena42 7170e17
test: adjust test ids
piotr-iohk ff41b27
fix: widget title style
jvsena42 6f54347
Merge branch 'master' into feat/in-app-v61
jvsena42 3f7d11a
fix: recompute calculator widget fiat in compact previews
jvsena42 89c590a
fix: wallet navigation from drawer
jvsena42 e57423f
fix: remove drag stale state and swap per-cell dropEntered reorder fo…
jvsena42 7e6aff9
fix: disable widget content hit-testing while editing
jvsena42 5151b51
fix: re-target slot when returning to initial position
jvsena42 e6bcbf3
fix: intro screen spacing
jvsena42 2bf3320
fix: add fix frame height to blocks and nres widget on list screen
jvsena42 fa32752
fix: add black backdrop to suggestion cards
jvsena42 4718b89
fix: icon alignment
jvsena42 75d705a
fix: vstack nested in grid causing intermitent horizontal scrooling
jvsena42 b77ce63
fix: always set compact mode top align
jvsena42 8ac0841
fix: add blur on edit mode
jvsena42 db403f3
fix: disable settings button for suggestions, facts and calculator
jvsena42 21f19f8
fix: action buttons spacing and size
jvsena42 19a1d54
fix: reorder icon
jvsena42 b4ae78d
Merge branch 'master' into feat/in-app-v61
jvsena42 6d379c6
fix: extent TabView edge-to-edge
jvsena42 44d0d22
fix: hide bottom gradient scrim when calculator keyboard is visible
jvsena42 5f8ef9a
fix: dots padding
jvsena42 2be4e01
fix: pin the content to the viewport width so it can't scroll horizon…
jvsena42 0c3db14
fix: make the content scroll behind the drag handle
jvsena42 d667f15
fix: devensive check of small widgets support
jvsena42 049454c
fix: apply bg color also on preview screen
jvsena42 7141a03
refactor: reuse code
jvsena42 ac781e3
fix: only reset navigation after add widget
jvsena42 fdc89dc
fix: edit polishing and code cleanup
jvsena42 ee639f4
fix: edit polishing and code cleanup
jvsena42 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
15 changes: 15 additions & 0 deletions
15
Bitkit/Assets.xcassets/icons/arrows-out-cardinal.imageset/Contents.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "images" : [ | ||
| { | ||
| "filename" : "arrows-out-cardinal.svg", | ||
| "idiom" : "universal" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "author" : "xcode", | ||
| "version" : 1 | ||
| }, | ||
| "properties" : { | ||
| "template-rendering-intent" : "template" | ||
| } | ||
| } |
12 changes: 12 additions & 0 deletions
12
Bitkit/Assets.xcassets/icons/arrows-out-cardinal.imageset/arrows-out-cardinal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.