-
Notifications
You must be signed in to change notification settings - Fork 1
Progress cards #300
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
Progress cards #300
Changes from 10 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
3b45a24
feat: add pending suggestion types
jvsena42 ce5b469
feat: handle pending suggestion types WIP
jvsena42 112a2eb
chore: lint
jvsena42 d9d6ba8
chore: lint
jvsena42 594157d
chore: lint
jvsena42 22d46da
feat: in progress transfer cache logic
jvsena42 c68e983
feat: in progress transfer cache logic
jvsena42 10dc3fd
feat: cache in progress transfers
jvsena42 d8928cd
feat: cache in progress transfers
jvsena42 c2b9ce3
feat: update in progress transfers
jvsena42 2727791
feat: collect TO_SPENDING event
jvsena42 b3766ad
Merge branch 'master' into feat/card-pending-transactions
jvsena42 7066512
feat: collect transfer events and update suggestion list
jvsena42 a60e6d7
Merge branch 'master' into feat/card-pending-transactions
jvsena42 f66bbef
feat: add duration
jvsena42 c3763db
refactor: bg color
jvsena42 d233497
feat: glow effect
jvsena42 a9bd3cc
refactor: dismissable parameter
jvsena42 d857fa0
feat: handle duration
jvsena42 9bd0445
refactor: simplify glow effect
jvsena42 0207706
refactor: rename gradient modifier
jvsena42 7822bf2
feat: remove intermediary gradient colors
jvsena42 cd2273b
Merge branch 'master' into feat/card-pending-transactions
jvsena42 0c669fd
feat: radial card border
jvsena42 389100e
feat: disable glow
jvsena42 db6e253
feat: update shop card colors
jvsena42 1bbfd18
feat: animation time
jvsena42 eb410c0
feat: card gradient colors
jvsena42 5686b7e
chore: add todo
jvsena42 096f18d
feat: display LIGHTNING_READY card
jvsena42 d4a02a0
fix: existing item validation
jvsena42 615377d
refactor: remove duration
jvsena42 4ff454f
chore: remove logs
jvsena42 399b58d
chore: remove comment
jvsena42 3179d5d
chore: add TODO
jvsena42 d98cd54
chore: remove comment
jvsena42 5d6f680
chore: lint
jvsena42 756b8ed
chore: lint
jvsena42 876e050
chore: comment
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| package to.bitkit.data.dto | ||
|
|
||
| import kotlinx.serialization.Serializable | ||
|
|
||
| @Serializable | ||
| data class InProgressTransfer( | ||
| val activityId: String, | ||
| val type: TransferType, | ||
| ) |
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,8 @@ | ||
| package to.bitkit.data.dto | ||
|
|
||
| enum class TransferType { | ||
| TO_SPENDING, | ||
| TO_SAVINGS, | ||
| FORCE_CLOSE, | ||
| COOP_CLOSE, | ||
| } |
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
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.