Commit Graph

7 Commits

Author SHA1 Message Date
alireza dce09cbd23 Refactor authentication handling across PostDetail, ProfilePage, Radar, and RadarPost components
- Replaced localStorage-based authentication checks with context-based checks using useAuth.
- Updated login handling in PostDetail to navigate to the login page instead of setting localStorage directly.
- Simplified ProfilePage to check for member presence instead of token.
- Removed token dependency from InfoTab, PasswordTab, and ContentTab components.
- Adjusted Radar and RadarPost components to utilize context for authentication state.
2026-06-18 08:47:00 +03:30
alireza 238464e073 THU figma redesign 2026-06-11 11:00:17 +03:30
alireza c0523f640e Restore logo and news images via LFS 2026-06-01 11:20:25 +03:30
alireza 825be459d7 Remove binary assets from tracking, add to gitignore 2026-06-01 11:11:31 +03:30
Mohammad Jebeli bdf768ff40 fix: actually add hero video to public/ (was gitignored)
Previous rename dropped the file: public/hero-bg.mp4 was listed in
.gitignore, so the move deleted it from git without re-adding.
Remove the ignore rule and commit the video as LFS so the hero
background plays.
2026-05-31 20:28:24 +03:30
alireza 11a5460b89 Exclude hero-bg.mp4 from git (upload via HF web UI)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 12:27:07 +03:30
alireza 2dd08650cf Initial commit 2026-05-25 16:07:58 +03:30