8 Commits

Author SHA1 Message Date
vchikalkin
21b2e983eb do not open keyboard on page load 2025-01-15 18:38:24 +03:00
vchikalkin
d987c98b30 profile: add call feature 2025-01-15 18:20:56 +03:00
vchikalkin
53c74d565f profile: add button "message to telegram" 2025-01-15 18:15:04 +03:00
vchikalkin
2b1a499167 add page 'profile/[telegramId]' 2025-01-15 18:03:31 +03:00
vchikalkin
7652ca9bb4 move updateRole closer to profile-card 2025-01-15 17:13:22 +03:00
vchikalkin
0a49f8dc7d refactor updateRole function 2025-01-15 17:00:50 +03:00
vchikalkin
248fdd0e41 profile: use react-query 2025-01-15 15:19:58 +03:00
Vlad Chikalkin
b936a79c2b
feature/profile-page (#8)
* add basic profile page

* apps/web: detect telegram/browser
support browser (dev only)

* apps/web: add dark mode

* apps/web: support dark theme in tma

* apps/web: add loading spinner
remove dev info from page

* apps\web\app\(auth)\page.tsx: remove useState

* app/web: handle update profile name

* move debounce functional to hook

* add role checkbox
2025-01-10 11:51:14 +03:00