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
There are many unique implementations of a component called Details.tsx, which is essentially copy and pasted across many different areas in the app. This is a problem because styling is not enforced and inconsistencies can arise easily.
The global [tenantId]/components/Details.tsx should be used to support and provide compatibility for all of the different Details.tsx usages.
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
Similar to #1187:
There are many unique implementations of a component called
Details.tsx
, which is essentially copy and pasted across many different areas in the app. This is a problem because styling is not enforced and inconsistencies can arise easily.The global
[tenantId]/components/Details.tsx
should be used to support and provide compatibility for all of the differentDetails.tsx
usages.The text was updated successfully, but these errors were encountered: