Commit Graph

68 Commits

Author SHA1 Message Date
sBubshait
bad06d34f4 feat: iOS from receiving triple notificaitons to double only 2025-08-07 11:53:17 +03:00
sBubshait
f4abfec73b feat: temporarily allow the game to be open until 8pm 2025-08-07 11:16:33 +03:00
sBubshait
5e5c6c7346 fix: unintended changes in the leaderboard JSON model 2025-08-07 11:15:33 +03:00
sBubshait
e4781c0aa2 feat: lock the puzzles page outside of 9AM-11AM 2025-08-07 09:51:21 +03:00
sBubshait
3b50c997fa feat: invitations to show the real phone number after accepting the invitation 2025-08-07 04:25:15 +03:00
sBubshait
766a2d8f28 feat: updated baseURL of API to production 2025-08-07 04:16:30 +03:00
sBubshait
a637ea6501 feat: updated endpoints in UI 2025-08-07 04:15:36 +03:00
sBubshait
f580d51f0f feat: updated endpoints 2025-08-07 04:15:10 +03:00
sBubshait
fbc8b8b9d4 feat: creating new invitation codes from Settings for admins 2025-08-07 04:07:09 +03:00
sBubshait
e85a3bebb8 feat: registration using invitation codes in UI 2025-08-07 03:50:04 +03:00
sBubshait
a74a6a3741 feat: singin using phone number backend 2025-08-07 03:20:09 +03:00
sBubshait
fa3548f5bf feat: connect puzzles with backend, save game status in device 2025-08-06 13:03:48 +03:00
sBubshait
28fbdfba07 feat: show avatar of user in the profile page 2025-08-06 09:40:12 +03:00
sBubshait
2a05a9f8df feat: display and crop the user avatar correctly 2025-08-06 00:00:06 +03:00
sBubshait
2e43ea0dea feat: display images within posts in UI 2025-08-05 23:51:14 +03:00
sBubshait
38214bd1e9 feat: better icons for the puzzles page 2025-08-05 12:06:35 +03:00
Saleh Bubshait
f2713c4bd3
Merge pull request #15 from sBubshait/feature/puzzles
Feature/puzzles
2025-08-05 11:24:14 +03:00
sBubshait
cf5a15fa8c fix: typo in the base API URL 2025-08-05 11:20:06 +03:00
sBubshait
339f7e1762 feat: restructure the settings page 2025-08-05 11:12:03 +03:00
sBubshait
4cda9f8b59 feat: allow customising notifications preferences in settings 2025-08-05 11:04:56 +03:00
sBubshait
04e2aed4af feat: puzzles UI page 2025-08-05 10:29:31 +03:00
sBubshait
ab80afdc71 feat: add an invitaiton URL with 2025-08-03 13:57:50 +03:00
sBubshait
251bb79f0a feat: wordle animation on guess 2025-08-03 13:15:07 +03:00
sBubshait
2b64d4ad50 feat: add a puzzle new page 2025-08-03 12:52:59 +03:00
sBubshait
8d730c7c15 feat: simple wordle UI without animation 2025-08-03 12:50:06 +03:00
sBubshait
121395481e feat: main loading page while Flutter JS loads 2025-08-03 10:54:36 +03:00
sBubshait
d6a0e78031 feat: signin page keyboard on IOS 2025-08-03 10:51:20 +03:00
sBubshait
8295e5bf03 feat: Navigation bar a bit higher for better rendering on IOS 2025-08-03 10:45:27 +03:00
sBubshait
a3f67cf962 feat: remove the more options button from posts 2025-08-03 10:20:35 +03:00
sBubshait
45228099bd feat: Settings page add Information and Help pages 2025-08-03 10:06:53 +03:00
sBubshait
481615260c feat: Editing Profiles 2025-08-03 10:06:34 +03:00
sBubshait
8bc1c7bab1 feat: add invitations badge with available invites 2025-07-28 11:34:44 +03:00
sBubshait
80a280a4aa feat: add an accept button in view invitations page 2025-07-28 11:24:58 +03:00
sBubshait
c9316b5190 feat: disable native safari swipe navigation on IOS for gesture back 2025-07-28 11:17:27 +03:00
sBubshait
a2abe08d3a feat: gesture back improvement 2025-07-28 10:15:16 +03:00
sBubshait
e73bc88879 feat: cache and poll the user profile page 2025-07-28 10:02:10 +03:00
sBubshait
ff3ca9ab1f feat: polling and caching for posts and invitations 2025-07-28 09:50:37 +03:00
sBubshait
0a5b89dd6a feat: commenting on posts 2025-07-27 13:14:42 +03:00
sBubshait
a6babf18ac feat: automatically sign out after 403 response 2025-07-27 10:37:22 +03:00
sBubshait
5eb191e93e feat: fix gesture back to prevent going bakc to login 2025-07-24 14:19:15 +03:00
sBubshait
526cf94360 feat: support seeing all people that liked a post 2025-07-24 10:34:24 +03:00
sBubshait
638ce4ee30 fix: update API url to the production url 2025-07-23 15:13:01 +03:00
sBubshait
100c51c865 feat: creating users from the front end for admin users 2025-07-23 15:10:50 +03:00
sBubshait
e4ab34b97f feat: implement like/unlike and refactor posts 2025-07-23 14:38:36 +03:00
sBubshait
221136b4ee feat: implement share button on posts 2025-07-23 14:16:39 +03:00
sBubshait
86a4535f9a feat: implement profile page user feed 2025-07-23 14:07:34 +03:00
sBubshait
05fb7b19aa feat: feed page connected with backend 2025-07-23 13:50:49 +03:00
sBubshait
e146b18f1d feat: UI for creating posts 2025-07-23 13:36:53 +03:00
Saleh Bubshait
a2523d603e
Merge branch 'main' into feature/invitations 2025-07-23 09:16:48 +03:00
sBubshait
959b818b20 feat: update the tags and their icons and colours 2025-07-23 09:12:37 +03:00