Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
31eb600
feat: create `@theme` block
ptrn23 Mar 31, 2026
98552c0
refactor: use Tailwind classes for `TopBar`
ptrn23 Mar 31, 2026
58a8a25
refactor: use Tailwind classes for `TopBar`
ptrn23 Mar 31, 2026
7b8b894
refactor: use Tailwind classes for `dashboard`
ptrn23 Mar 31, 2026
5495ae6
refactor: use Tailwind classes for `dashboard`
ptrn23 Mar 31, 2026
ab88684
refactor: use Tailwind classes for `dashboard`
ptrn23 Mar 31, 2026
16cb1eb
refactor: use Tailwind classes for `admin`
ptrn23 Mar 31, 2026
b9693ab
refactor: use Tailwind classes for `admin`
ptrn23 Mar 31, 2026
ddefad4
refactor: use Tailwind classes for `admin`
ptrn23 Mar 31, 2026
d87d279
refactor: use Tailwind classes for `AddPinModal`
ptrn23 Apr 1, 2026
c2e8ca5
refactor: use Tailwind classes for `EditPinModal`
ptrn23 Apr 1, 2026
05e1d44
refactor: use Tailwind classes for `sign-in`
ptrn23 Apr 1, 2026
9582d46
refactor: use Tailwind classes for `ExpandedPinView`
ptrn23 Apr 1, 2026
248e066
refactor: use Tailwind classes for `ExpandedPinView`
ptrn23 Apr 1, 2026
74ea4fb
refactor: use Tailwind classes for `ExpandedPinView`
ptrn23 Apr 1, 2026
9e2e9ec
refactor: use Tailwind classes for `HeadsUpDisplay`
ptrn23 Apr 1, 2026
6769820
refactor: use Tailwind classes for `MapCursor`
ptrn23 Apr 1, 2026
3424651
refactor: use Tailwind classes for `NeonPin`
ptrn23 Apr 1, 2026
075a182
refactor: use Tailwind classes for `PinDetailsCard`
ptrn23 Apr 1, 2026
c291960
refactor: use Tailwind classes for `Sidebar`
ptrn23 Apr 1, 2026
152d99b
refactor: use Tailwind classes for `TopBar`
ptrn23 Apr 1, 2026
6c89c7f
refactor: use Tailwind classes for main `page`
ptrn23 Apr 1, 2026
3ba31fa
fix: decrease size of filter chip when selected
ptrn23 Apr 1, 2026
5205643
fix: define `--animate-spin-slow`
ptrn23 Apr 1, 2026
4098f36
fix: match locate button with admin page
ptrn23 Apr 1, 2026
7cc52ce
fix: remove active section highlight
ptrn23 Apr 1, 2026
6572cb2
fix: match theme toggle with admin and dashboard
ptrn23 Apr 1, 2026
f638ca3
fix: match access dashboard with action buttons
ptrn23 Apr 1, 2026
e42bc6f
fix: turn off scaling when a filter chip is active
ptrn23 Apr 1, 2026
86f3ae6
refactor: format indentations using Prettier
ptrn23 Apr 1, 2026
b8c7e17
fix: list `DATABASE_URL` as a dependency in `turbo.json`
ptrn23 Apr 1, 2026
381e899
fix: list missing and unused dependencies
ptrn23 Apr 1, 2026
4a785b6
fix: list missing and unused dependencies
ptrn23 Apr 1, 2026
53e238a
fix: list missing and unused dependencies
ptrn23 Apr 1, 2026
6bb9bcb
fix: list missing and unused dependencies
ptrn23 Apr 1, 2026
b2f9f1e
fix: list missing and unused dependencies
ptrn23 Apr 1, 2026
9468d46
fix: use `eslint-disable-next-line` to ignore `db`
ptrn23 Apr 1, 2026
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# UPWayPoint

📍 UP WayPoint is a map that utilizes the Google Maps API to display a map of the campus of UP Diliman. Users with a UP email may sign up and place pins on certain points of interest. Both UP and non-UP users can then use the map as a reference for all the notable spots within the campus, or as a means of navigation.

_This is a course requirement for CS 191/CS192 Software Engineering Courses of the Department of Computer Science, College of Engineering, University of the Philippines, Diliman under the guidance of Prof. Ma. Rowena C. Solamo for the AY 2025-2026._
Expand Down
Loading
Loading