Closed kiaking closed 10 months ago
Name | Link |
---|---|
Latest commit | 1f969a006d6f7c1d672eddbc26b4ea3af375af88 |
Latest deploy log | https://app.netlify.com/sites/sefirot-story/deploys/658a2e302298f50008e8f7af |
Deploy Preview | https://deploy-preview-426--sefirot-story.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 1f969a006d6f7c1d672eddbc26b4ea3af375af88 |
Latest deploy log | https://app.netlify.com/sites/sefirot-docs/deploys/658a2e3020ff820008f5d463 |
Deploy Preview | https://deploy-preview-426--sefirot-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
table dropdowns look broken
@brc-dd
Thanks for the catch...! I wasn't handling the deprecated label
option correctly... 😢 Fixed!
Also, added <SControlActionMenu>
.
Add action menu component, inspired by GitHub Primer: Action Menu.
It also includes change where
DropdownSectionMenu
is now directly integrated and using<SActionList>
to display the menu.Adjusting the key differences as well, where action list uses
text
, dropdown is usinglabel
.label
is deprecated 👀