-
Notifications
You must be signed in to change notification settings - Fork 35
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
2.0 #523
2.0 #523
Conversation
🦋 Changeset detectedLatest commit: 7e1dd83 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@prichodko is attempting to deploy a commit to the Status Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
packages/components/src/_components/dropdown-menu/dropdown-menu.tsx
Outdated
Show resolved
Hide resolved
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.
Approved, and could you please
- close update
tamagui
#571 then - remove vars the from vercel if not done already
Also, seems like a good opportunity to update readme and licenses. |
this |
https://vercel.com/status-im-web/status-web can be deleted |
✅
disconnected ✅ |
updated |
b08cf40
to
503fca5
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
Left just couple of comments on Vercel to think about it.
@@ -174,111 +119,121 @@ export default { | |||
plugin(({ addUtilities, addBase }) => { | |||
addBase({ | |||
'[data-customisation="army"]': { |
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.
CSS variables don't support /
Why
Reducing complexity improves maintainability, and thus, simplicity should be a key goal of the systems we build.
Static CSS is the most future-proof solution.
Setup
Components