This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 674
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AccountTab: Show/Hide Account Functionality Added
- Loading branch information
1 parent
bee9dda
commit a44df3d
Showing
33 changed files
with
997 additions
and
101 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
screen/accounts/src/main/java/com/ivy/accounts/AccountsEvent.kt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
package com.ivy.accounts | ||
|
||
import com.ivy.data.model.Account | ||
|
||
sealed interface AccountsEvent { | ||
data class OnReorder(val reorderedList: List<com.ivy.legacy.data.model.AccountData>) : | ||
AccountsEvent | ||
data class OnReorderModalVisible(val reorderVisible: Boolean) : AccountsEvent | ||
data class OnVisibilityChange(val updatedList: List<com.ivy.legacy.data.model.AccountData>) : | ||
data class OnVisibilityUpdate(val updatedList: List<Account>) : | ||
AccountsEvent | ||
data class OnHideModalVisible(val hideVisible: Boolean) : AccountsEvent | ||
} |
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
Binary file modified
BIN
+1.16 KB
(100%)
...ounts_AccountsTabPaparazziTest_snapshot accountTab compact composable[Dark].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.01 KB
(100%)
...unts_AccountsTabPaparazziTest_snapshot accountTab compact composable[Light].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.12 KB
(100%)
...ts_AccountsTabPaparazziTest_snapshot accountTab nonCompact composable[Dark].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+997 Bytes
(100%)
...s_AccountsTabPaparazziTest_snapshot accountTab nonCompact composable[Light].png
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 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.