Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add task and query tasks in deal page #2060

Merged
merged 3 commits into from
Jan 21, 2025

Conversation

richardhjtan
Copy link
Contributor

Refer to https://linear.app/cardstack/issue/CS-7793/query-active-task-in-deal

What is changing

  • add active task in deal page
  • query active tasks in deal page

@richardhjtan richardhjtan requested a review from a team January 20, 2025 14:39
@richardhjtan richardhjtan force-pushed the CS-7793-query-active-task-in-deal branch from cd4bf3a to f82e938 Compare January 20, 2025 14:44
Copy link

github-actions bot commented Jan 20, 2025

Host Test Results

    1 files  ±0      1 suites  ±0   21m 25s ⏱️ - 1m 7s
731 tests ±0  729 ✔️ ±0  2 💤 ±0  0 ±0 
736 runs  ±0  734 ✔️ ±0  2 💤 ±0  0 ±0 

Results for commit 9d5038d. ± Comparison against base commit a246bac.

♻️ This comment has been updated with latest results.

@richardhjtan richardhjtan marked this pull request as ready for review January 21, 2025 03:09
{{#if this.activeTasks.isLoading}}
Loading...
{{else if this.activeTasks.instances}}
{{this.activeTasks.instances.length}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shud update all Loading to use the LoadingIndicatorIcon

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tintinthong Sounds good, I will separate this into a single UI ticket

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tintinthong I think of it when there is a lot "loading" state from each section, a lot of loading indicators will show up, which may look cluttered. I will leave the ticket for trying to replace it, and see if the UX is good

@richardhjtan richardhjtan merged commit bdfcd39 into main Jan 21, 2025
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants