-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Companies Profiles and Map Page UI #77
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
import { TopNav } from "./navigation/top-nav"; | ||
import { SideNav } from "./navigation/side-nav"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small note that Izzy has refactored the Nav bars to go under a single component, so you may need to fix a merge conflict
logo: "https://upload.wikimedia.org/wikipedia/commons/e/e8/Tesla_logo.png", | ||
description: "3 delegates in attendance", | ||
tags: ["AUTOMOTIVE", "R&D", "MECH ENGINEERING"], | ||
profile_url: "/tesla" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed CompanionItemRow
already has the template string /companion/company/${company.profile_url}
, so we would end up with a double slash here: /companion/company//tesla
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Describe your changes
This PR introduces the UI for the companies page. The following elements have been implemented:
Note:
Issue ticket number and link
Checklist before requesting a review
Images / Video of Feature
2025-01-09.20-57-35.1.mp4