Implement empty states for views #57

Closed
opened 2025-11-17 09:11:53 +01:00 by vollstock · 1 comment
Owner

All API calls are made asynchronously. The view should show a skeleton while loading data. This should not be an empty component.

  • Invoice table
  • Customer boxes
  • Smooth transition to loaded data
All API calls are made asynchronously. The view should show a [skeleton](https://www.shadcn-vue.com/docs/components/skeleton) while loading data. This should _not_ be an [empty](https://www.shadcn-vue.com/docs/components/skeleton) component. - [x] Invoice table - [x] Customer boxes - [x] Smooth transition to loaded data
vollstock added this to the 1.0 project 2025-11-17 09:11:53 +01:00
vollstock modified the project from 1.0 to 0.9 2025-11-17 09:12:00 +01:00
vollstock moved this to In Progress in 0.9 on 2025-11-18 10:29:09 +01:00
vollstock moved this to To Do in 0.9 on 2025-11-18 10:29:13 +01:00
Author
Owner

Prefetching and loading initial data using inertia makes transitions almost instant.
Where additional data is loaded, a Loader is shown (e. g. line item table).

Prefetching and loading initial data using inertia makes transitions almost instant. Where additional data is loaded, a Loader is shown (e. g. line item table).
vollstock moved this to Done in 0.9 on 2025-11-18 20:49:45 +01:00
vollstock added this to the 0.9 milestone 2025-12-04 10:20:29 +01:00
This repo is archived. You cannot comment on issues.