Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f377f0f
chore: added migration script for Sanity and updated schema
SouriRishik Nov 15, 2025
de43107
lint: Run prettier
SouriRishik Nov 15, 2025
68e9f54
feat: added new team member role Founder
SouriRishik Dec 6, 2025
191bb63
fix: update image component
SouriRishik Dec 9, 2025
dced195
feat: add new sponsor images for FracktalWorks and OnlyScrews
SouriRishik Dec 9, 2025
1f05aa9
feat: enhance Sponsors component with theme-based image handling
SouriRishik Dec 9, 2025
11ef373
chore: update About and FAQ sections with recent achievements and ong…
SouriRishik Dec 9, 2025
5fcc20d
chore: implement preview client for draft handling and update environ…
SouriRishik Dec 9, 2025
2111c57
feat: add AlumniTeamPage and AlumniTeamData components with date pick…
SouriRishik Dec 9, 2025
06d17a0
feat: add CurrentTeamPage and CurrentTeamData components for displayi…
SouriRishik Dec 9, 2025
0c5e6eb
feat: improve filtering logic in TeamCategory component for better me…
SouriRishik Dec 9, 2025
1fc3d8c
feat: enhance Navbar with dropdown for Team section and update logo d…
SouriRishik Dec 9, 2025
fd9137b
fix: update About us and Team drop down for proper view in phone
SouriRishik Dec 9, 2025
d5103d4
lint: run Prettier
SouriRishik Dec 9, 2025
cd0d2ab
fix: order of team members in subsystems
SouriRishik Dec 9, 2025
e03bc81
refactor: simplify member filtering and sorting logic in TeamCategory…
SouriRishik Dec 9, 2025
faa6acd
fix: punctuations in About us
SouriRishik Dec 10, 2025
ce5763a
fix: adjust positioning of AlumniDatePicker and ScrollToTop button
SouriRishik Dec 10, 2025
a77a5ad
feat: implemented lightbox functionality for gallery images
SouriRishik Dec 10, 2025
56e8afb
feat: added WorkDetailModal component and integrate with WorkCard for…
SouriRishik Dec 10, 2025
6138846
fix: update button styles in AlumniDatePicker for consistent appearance
SouriRishik Dec 10, 2025
8e20948
refactor: reorder class names in AlumniDatePicker button for improved…
SouriRishik Dec 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: actions/setup-node@v6
with:
node-version: 20.x
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
cache: "npm"
cache-dependency-path: "**/package-lock.json"

- name: Install dependencies
run: npm install --legacy-peer-deps
Expand Down
Loading