Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
46362f2
Finalized Frontend
Yahiro025 Jun 7, 2026
6735d27
Finalized Frontend
Yahiro025 Jun 7, 2026
4943421
Finalized Frontend
Yahiro025 Jun 7, 2026
8388b2e
perf: landing page Server Component, lazy question bank, debounced se…
Jun 10, 2026
9694c60
Fix frontend perforamnce issues
Yahiro025 Jun 11, 2026
b9b2506
fix frontend performance issues
Yahiro025 Jun 11, 2026
e9ffcf0
fix particles not rendering
Yahiro025 Jun 11, 2026
0f851d4
perf: optimize frontend rendering - 30fps canvas cap, deferred chatbo…
Yahiro025 Jun 12, 2026
d547766
perf: speed up animations and lazy load heavy components
Yahiro025 Jun 12, 2026
53361c8
perf: self-host external assets, optimize images, add loading states
Yahiro025 Jun 12, 2026
94b2de2
feat: enhance particles with depth parallax, mouse glow/repulse, spar…
Jun 12, 2026
bf4a127
feat: particle system enhancements + roadmap
Jun 12, 2026
1bf5b93
.
Jun 13, 2026
da628b6
polished frontend
Yahiro025 Jun 13, 2026
a222cee
polished frontend
Yahiro025 Jun 13, 2026
d318484
5 pillars of tanglaw polished
Yahiro025 Jun 13, 2026
f5c2bd6
5 pillars of tanglaw polished
Yahiro025 Jun 13, 2026
e7f53d6
polished navbar
Yahiro025 Jun 13, 2026
ed7c810
polished navbar
Yahiro025 Jun 13, 2026
7e3c8ac
fix footer not showing
Yahiro025 Jun 13, 2026
2cc12f4
add hover-to-reveal behavior to navbar
Yahiro025 Jun 13, 2026
52a6d0e
also added hover-to-reveal behavior to navbar insie dashboard pages
Yahiro025 Jun 13, 2026
b7acfbc
added the TNAGLAW logo back
Yahiro025 Jun 13, 2026
7557641
improved DASHBOARD TEXT visibility
Yahiro025 Jun 13, 2026
f7ce661
improved owel chatbot visibility
Yahiro025 Jun 13, 2026
296a0af
improved DASHBOARD TEXT visibility and position of TANGLAW BETA
Yahiro025 Jun 13, 2026
f873e22
fix: mobile view bottlenecks
Yahiro025 Jun 13, 2026
2463477
lowered TANGLAW text at the top left corner
Yahiro025 Jun 13, 2026
d615174
lowered TANGLAW text and DASHBOARD text at the top left corner
Yahiro025 Jun 13, 2026
4e789de
lowered TANGLAW text and DASHBOARD text at the top left corner
Yahiro025 Jun 13, 2026
1a57e3e
lowered TANGLAW text and DASHBOARD text at the top left corner
Yahiro025 Jun 13, 2026
bbf3575
Finalized Frontend performance optimization
Yahiro025 Jun 13, 2026
a9dd120
Finalized Frontend performance optimization
Yahiro025 Jun 13, 2026
b154395
optimized scroll performance
Yahiro025 Jun 14, 2026
52877f5
optimized scroll performance and fixed page not rendering
Yahiro025 Jun 14, 2026
7bda584
optimized scroll performance and fixed page not rendering
Yahiro025 Jun 14, 2026
9b63a19
fix other pages not rendering
Yahiro025 Jun 14, 2026
a085565
fix login and signup component's positions
Yahiro025 Jun 14, 2026
e7b0ac6
fix TANGLAW BETA text position
Yahiro025 Jun 14, 2026
2fd80f5
fix TANGLAW BETA text position
Yahiro025 Jun 14, 2026
5d273e0
fix DASHBOARD text position
Yahiro025 Jun 14, 2026
86fb125
fix 5 pillars carousel on mobile view
Yahiro025 Jun 14, 2026
0027732
fix 5 pillars carousel numbers covered by symbols beside them on mobi…
Yahiro025 Jun 14, 2026
d8e5439
fix 5 pillars carousel numbers covered by symbols beside them on mobi…
Yahiro025 Jun 14, 2026
ea75881
fix 5 pillars carousel numbers covered by symbols beside them on mobi…
Yahiro025 Jun 14, 2026
ba60da2
fix 5 pillars carousel numbers covered by symbols beside them on mobi…
Yahiro025 Jun 14, 2026
9e156ee
fix 5 pillars carousel numbers covered by symbols beside them on mobi…
Yahiro025 Jun 14, 2026
16b74a0
fix 5 pillars carousel numbers covered by symbols beside them on mobi…
Yahiro025 Jun 14, 2026
d3fd9ba
improved snappier animations when scrolling fast
Yahiro025 Jun 14, 2026
ba67806
improved snappier animations when scrolling fast
Yahiro025 Jun 14, 2026
5d8ba0e
improved performance on mobile
Yahiro025 Jun 14, 2026
22dc4ef
Add database-backed readiness question bank and Supabase-based auth s…
Glyneria Jun 15, 2026
fb797d7
Merge pull request #2 from Yahiro025/charles/backend
Yahiro025 Jun 15, 2026
96d1691
fix: add missing scholarships-data module for ScholarshipOpportunity …
Yahiro025 Jun 15, 2026
c5cc2fb
fix readiness page
Yahiro025 Jun 15, 2026
8305cfe
fix readiness diagnostic check throwing We couldn't load questions: R…
Yahiro025 Jun 15, 2026
0c56dd8
fix: remove JWT expiry and add 401 handling with redirect
Yahiro025 Jun 15, 2026
1c2131c
fix: improved error handling in controllers and scholarship browser, …
Yahiro025 Jun 15, 2026
6ea147c
fix: force IPv4 for pg.Pool connections to fix ENETUNREACH errors on …
Yahiro025 Jun 15, 2026
3101cdb
fix: prefer DATABASE_URL pooler over DIRECT_URL to fix ENETUNREACH on…
Yahiro025 Jun 15, 2026
c6f17c4
fix: raise dashboard main z-index to prevent footer overlapping Owel …
Yahiro025 Jun 15, 2026
6680d97
fix performance issues on mobile end
Yahiro025 Jun 15, 2026
79a8dba
fix: improve dark-mode contrast, add mobile LinkedIn tap, replace fav…
Yahiro025 Jun 15, 2026
b7b5cf8
fix: enlarge Previous/Next buttons in readiness check for mobile and …
Yahiro025 Jun 15, 2026
9431995
feat: clean Owel chatbot responses + add 3/day AI query limit
Yahiro025 Jun 15, 2026
8cc430f
fix: LinkedIn hover scoped to profile photo; keep burst particles on …
Yahiro025 Jun 15, 2026
350d39f
fix: add missing id column with randomUUID() to raw SQL signup INSERT
Yahiro025 Jun 15, 2026
504aeb9
fix: add missing id with randomUUID to raw SQL signup INSERT; add gen…
Yahiro025 Jun 15, 2026
2b1cfe7
fix: increase RAG topK limit from 8 to 50; use getAllScholarshipsAsCo…
Yahiro025 Jun 15, 2026
0880376
fix: scholarship data consistency, dark mode contrast, and requiremen…
Yahiro025 Jun 16, 2026
b791744
feat: add 4 hardcoded OSFA scholarships coexisting with database entries
Yahiro025 Jun 16, 2026
4508383
fix: resolve scholarship data mismatch between backend and frontend
Yahiro025 Jun 16, 2026
89d9802
feat: expand Owel platform knowledge with Readiness Check details, da…
Yahiro025 Jun 16, 2026
4ec6a65
updated README
Yahiro025 Jun 19, 2026
1902405
updated README
Yahiro025 Jun 19, 2026
c3d834f
updated README
Yahiro025 Jun 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
139 changes: 0 additions & 139 deletions .agents/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions .agents/known-issues.md

This file was deleted.

104 changes: 0 additions & 104 deletions .agents/metabuff-arch.ts

This file was deleted.

Loading