Commit 71453fa
committed
fix dashboard UI: restricted row styling + replays empty state
- User detail page: restyle the Restricted row so it matches the
EditableInput appearance used by sibling fields (rounded border,
ring, shadow, h-8). Previously it was a bare button with rounded-md
hover styling that looked visually inconsistent with the rest of
the user details grid.
- Analytics > Replays: replace the bare "No session replays yet"
empty state with a short description of what session replays do
and a docs link to https://docs.stack-auth.com/docs/apps/analytics
so new users can discover how to enable them.1 parent f89b97b commit 71453fa
2 files changed
Lines changed: 26 additions & 14 deletions
File tree
- apps/dashboard/src/app/(main)/(protected)/projects/[projectId]
- analytics/replays
- users/[userId]
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1955 | 1955 | | |
1956 | 1956 | | |
1957 | 1957 | | |
1958 | | - | |
| 1958 | + | |
1959 | 1959 | | |
1960 | | - | |
| 1960 | + | |
1961 | 1961 | | |
1962 | 1962 | | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
| 1970 | + | |
| 1971 | + | |
| 1972 | + | |
1963 | 1973 | | |
1964 | 1974 | | |
1965 | 1975 | | |
| |||
Lines changed: 14 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
336 | 338 | | |
337 | 339 | | |
338 | 340 | | |
| |||
0 commit comments