feat: add username availability check API endpoint
feat: create user image retrieval API endpoint feat: enhance coin page with dynamic data fetching and improved UI feat: implement coin creation form with validation and submission logic feat: add user settings page with profile update functionality
This commit is contained in:
parent
9aa4ba157b
commit
16ad425bb5
48 changed files with 3030 additions and 326 deletions
1
website/drizzle/0001_last_selene.sql
Normal file
1
website/drizzle/0001_last_selene.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "coin" ADD COLUMN "icon" text;
|
||||
Reference in a new issue