Four days of backend. Four days of frontend building. Today was the last building day: the dashboard, public profiles, edit profile, and sent requests. After today, every planned page exists. The entire app is navigable directly in the browser without using Postman or the admin panel. The Dashboard The dashboard is the page users land on after logging in, and it needed to answer one question clearly: What's happening with my projects right now? I split it into two sections. The top section shows the user's own projects; a list of cards with the project title, status badge, whether it's open or closed, and two action links: one to view incoming requests for that project, one to edit it. Below each project card is the count of pending requests, shown as a link. Clicking it scrolls to or filters the requests section below. The second section shows all incoming collaboration requests across all the user's projects grouped by project.…