Open coderabbitai[bot] opened 2 months ago
@coderabbitai Make this issue more general – implementing loading indicatiors accross the project.
[!TIP] For best results, initiate chat on the files or code changes.
@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.
[!TIP] For best results, initiate chat on the files or code changes.
@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
, and src/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.
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: 24This issue was requested by @matous-volf in this comment.