-
Notifications
You must be signed in to change notification settings - Fork 2
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: Add internal portal wrapper to search cards #3666
Conversation
520a5c9
to
f3cae5b
Compare
Removed vultr server and associated DNS entries |
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.
Functionally works exactly as expected !
A few small styling nits, please take them or leave them!
@@ -6,6 +6,7 @@ import CloudUpload from "@mui/icons-material/CloudUpload"; | |||
import ContactPage from "@mui/icons-material/ContactPage"; | |||
import CopyAll from "@mui/icons-material/CopyAll"; | |||
import Create from "@mui/icons-material/Create"; | |||
import DoorFrontOutlined from "@mui/icons-material/DoorFrontOutlined"; |
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.
nit: could a simple folder icon be a more straightforward option here to communicate "this is nested inside something else"? Took me a while to make out exactly what the door was as the size it's used.
Maybe also more in line with future "what do we call things" conversations where internal portals become "folders" and external portals become "subscribed flows" or similar!
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.
What does this PR do?