-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feat] Direct Search Item Component #62
Conversation
* chore: styling fixes * adjusted favicon and page title * adjusted favicon and page title
…ncl. Proposed COD) (#63) * [chore] added tags, files * [chore] file fixes * [chore] file fixes * [feat] finished status tags * [feat] did tech tags * [chore] rem * [feat] done? * [chore] small fixes * [chore] name change, cod * [feat] proposed styling * [chore] refactoring * [feat] fixed icons * [chore] changed geothermal, small fixes --------- Co-authored-by: Neha <[email protected]>
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.
Looks good. just need to pull + rebase then use the icons Neha added.
components/ProjectItem/styles.ts
Outdated
|
||
export const ProjectName = styled.div` | ||
color: ${COLORS.navy}; | ||
font-family: ${CoinbaseSans}; |
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.
delete all the fonts stuff here from line 44-48 (its overriding the settings from texts.ts)
assets/Icons/icons.tsx
Outdated
@@ -0,0 +1,199 @@ | |||
export const CheckmarkIcon = () => ( |
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 think you should keep a KDM icon folder so all icons are organized into their own folders
queryDefaultImages, | ||
queryProjectbyId, | ||
} from '@/api/supabase/queries/query'; | ||
import { |
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.
pull from main + rebase then use the icons that Neha has imported. Check her PR for how she added the colors for the renewable energy technology icons: #63
You can also use the new components she made for renewable energy technology and status (if it works for your sprint -- I am not sure if the fonts / text are the same)
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.
Looks good julee. you can push + merge
What's new in this PR
Description
Screenshots
Screen.Recording.2024-11-10.at.18.32.27.mov
How to review
Next steps
font is not the same as figma for some reason, idk if its my fault or if the fonts in the style sheet isn't working or somethingi fixed the fonts i think but the project size and energy type looks a little darker/thicker than on the figmaneed to change symbol for whether its operational or in progress (rn its just a green dot for everything)fixedRelevant links
Online sources
Related PRs
CC: @itsliterallymonique