Skip to content

Commit 1ede363

Browse files
committed
Refactor wallet management functionality and UI components
- Updated wallet management page to improve user experience with enhanced balance fetching and loading states. - Introduced new components for better display of wallet information and error handling. - Refactored existing components to integrate new features and ensure accurate information presentation.
1 parent 1b3afb5 commit 1ede363

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- This migration was applied to the database but the migration file was not found locally.
2+
-- The migration failed and has been marked as rolled back.
3+
-- If you need to recreate this migration, please check the database schema or git history.
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- This migration was applied to the database but the migration file was not found locally.
2+
-- The migration has been marked as applied in the database.
3+
-- If you need to recreate this migration, please check the database schema or git history.
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- This migration was applied to the database but the migration file was not found locally.
2+
-- The migration has been marked as applied in the database.
3+
-- If you need to recreate this migration, please check the database schema or git history.
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- This migration was applied to the database but the migration file was not found locally.
2+
-- The migration has been marked as applied in the database.
3+
-- If you need to recreate this migration, please check the database schema or git history.
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- This migration was applied to the database but the migration file was not found locally.
2+
-- The migration has been marked as applied in the database.
3+
-- If you need to recreate this migration, please check the database schema or git history.
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- This migration was applied to the database but the migration file was not found locally.
2+
-- The migration has been marked as applied in the database.
3+
-- If you need to recreate this migration, please check the database schema or git history.
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- AlterTable
2+
ALTER TABLE "Ballot" ADD COLUMN "anchorUrls" TEXT[],
3+
ADD COLUMN "anchorHashes" TEXT[];
4+

0 commit comments

Comments
 (0)