Commit Graph

5 Commits

Author SHA1 Message Date
Tsu-ba-me
83a0210ffa fix(striker-ui): remove protected state
According to breaking changes in react 18, hidden components cannot
trigger the useEffect hook.
See https://github.com/facebook/react/pull/22114

Since the warning is no longer triggered, we can safely remove the
workaround.
2024-01-26 13:37:30 -05:00
Tsu-ba-me
32ed298d27 fix(striker-ui): correct type of indicator value in IconWithIndicator 2024-01-26 13:37:30 -05:00
Tsu-ba-me
8743b4697c fix(striker-ui): increase indicator font size in IconWithIndicator 2022-11-28 14:37:19 -05:00
Tsu-ba-me
d6920acb4f fix(striker-ui): allow number in indicator in IconWithIndicator 2022-11-28 14:37:19 -05:00
Tsu-ba-me
3f68c241c7 feat(striker-ui): add IconWithIndicator 2022-11-28 14:37:19 -05:00