Loading indicators #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
CategoryPage
component insrc/components/pages/category_page.rs
currently contains a TODO comment indicating the need for a loading indicator during data fetching. Implementing this feature would enhance the user experience by providing visual feedback while tasks are being loaded.File:
src/components/pages/category_page.rs
Line: 24
This issue was requested by @matous-volf in this comment.
@coderabbitai Make this issue more general – implementing loading indicatiors accross the project.
@matous-volf, understood! I'll update the issue to reflect the broader scope of implementing loading indicators across the project. Would you like me to search for other components that may require loading indicators, so we can ensure all relevant areas are covered?
@coderabbitai Sure.
@matous-volf, I've identified several components across the project that may require loading indicators:
src/components/pages/category_page.rs
)src/components/pages/projects_page.rs
)src/components/pages/category_today_page.rs
)src/components/pages/category_calendar_page.rs
)src/components/project_form.rs
)src/components/task_form.rs
)src/components/bottom_panel.rs
)Additionally, there are async functions in
src/server/tasks.rs
,src/server/projects.rs
,src/query/tasks.rs
, andsrc/query/projects.rs
that might also benefit from loading indicators, depending on how they are used in the UI.I'll go ahead and update the issue to reflect this broader scope.
Analysis chain
Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 7787