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
Sticky body cells need an explicit background-color (so scrolling
content doesn't bleed through), but the fixed colour was OVERRIDING
the row's :hover and selection highlight — the frozen prefix stayed
white/dark while the rest of the row lit up, leaving the columns
visually disconnected.
Drive the cell bg from a `--dar-row-bg` custom property declared on
the <tr>, flipped on :hover and `data-selected="true"`, and consumed
by sticky cells via the new `dar-sticky-cell` class. One declaration
per state, one rule per cell — easy to extend if more row states
(striping, etc.) are added.
Header cells stay `bg-gray-50` — <thead> has no hover and selection
doesn't propagate up to it, so the existing flow is correct there.
Also: add the Django Packages badge to the README, bump 1.4.9 → 1.4.10.
Co-authored-by: Martin Castro Laminrs <mcastro@laminr.ai>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# django-admin-react
2
2
3
+
[](https://djangopackages.org/packages/p/django-admin-react/)
4
+
3
5
A drop-in **React single-page admin** for any Django 5+ project. Same
4
6
`pip install`, same `INSTALLED_APPS`, same `urls.py include()` — and
5
7
your `ModelAdmin` classes drive everything. No React code on your side.
0 commit comments