-
Notifications
You must be signed in to change notification settings - Fork 22
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(rakki): Add RAKKi to sidebar #1470
Conversation
✅ Deploy Preview for teritori-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for gno-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
4979133
to
79eb248
Compare
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
@@ -1,26 +1,33 @@ | |||
import React from "react"; | |||
import { StyleSheet, View, ViewStyle } from "react-native"; | |||
import { View, ViewStyle } from "react-native"; | |||
|
|||
import SideNotchSVG from "../../../../assets/sidebar/side-notch.svg"; |
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.
should we use alias import to avoid long ../ :D
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.
We can use @/
instead of ../../../..
yes.
I didn't change it here to limit the diffs.
It also ensure that the path is correct, no matter the number of levels in the arbo
Adding RAKKi to the sidebar
Adding notch color customization depending on the sidebar item id
teritori-dapp/packages/components/navigation/components/SideNotch.tsx
Line 10 in b82fc13
Need that to make RAKKi yellow