The Sessions list shows a minimal "No sessions found." with no styling when there are no sessions.
Where: apps/web/src/components/dev/SessionsList.tsx (~lines 427–430)
What to do: Replace it with a proper empty-state card — icon + heading + description (optional CTA). Reuse the .fl-empty pattern from apps/web/src/pages/app/flows/index.astro.
Done when: the empty list renders the styled card, consistent with other empty states in the app.
Size: S
New here? The README has a ~90-second self-host quickstart to run the app locally. Comment on the issue if you want pointers — happy to help.
The Sessions list shows a minimal "No sessions found." with no styling when there are no sessions.
Where:
apps/web/src/components/dev/SessionsList.tsx(~lines 427–430)What to do: Replace it with a proper empty-state card — icon + heading + description (optional CTA). Reuse the
.fl-emptypattern fromapps/web/src/pages/app/flows/index.astro.Done when: the empty list renders the styled card, consistent with other empty states in the app.
Size: S
New here? The README has a ~90-second self-host quickstart to run the app locally. Comment on the issue if you want pointers — happy to help.