You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LinkWithTenant.tsx is often implemented with hyperlink styling from each reference, which it should instead provide a prop to allow hyperlink styling by implementing shadcn'sButtonlinkvariant.
This is a problem because this creates potential discrepancies of design for the same exact functionality across the app. Fixing this would also make developing and using the LinkWithTenant since you could easily use the desired hyperlink style without making it again and again.
The text was updated successfully, but these errors were encountered:
bryson-g
added
dashboard
LittleHorse administrative dashboard.
refactor
Technical debt, refactors, and missing tests. Use `bug` if it affects users directly.
labels
Dec 10, 2024
LinkWithTenant.tsx
is often implemented with hyperlink styling from each reference, which it should instead provide a prop to allow hyperlink styling by implementingshadcn's
Button
link
variant
.This is a problem because this creates potential discrepancies of design for the same exact functionality across the app. Fixing this would also make developing and using the
LinkWithTenant
since you could easily use the desired hyperlink style without making it again and again.The text was updated successfully, but these errors were encountered: