Skip to content

Web console: fix supervisor actions menu not working well with lots of incremental loading#18023

Merged
vogievetsky merged 13 commits intoapache:masterfrom
vogievetsky:fix_actions
May 30, 2025
Merged

Web console: fix supervisor actions menu not working well with lots of incremental loading#18023
vogievetsky merged 13 commits intoapache:masterfrom
vogievetsky:fix_actions

Conversation

@vogievetsky
Copy link
Contributor

@vogievetsky vogievetsky commented May 20, 2025

Make it so that the table for the Supervisor (and Services) view renders only when the main data is loaded and that auxiliary data is rendered only by the cells that need to show it (via React context). The prevents the ActionsCells from constantly being re rendered, which makes them un-usable while the table is rendering.

Also fix:

  • Issue with URLs swallowing /
  • No way of going to see segments for a datasource all in one click
  • Pagination in Supervisors view
  • Show total count in supervisors and segments views

Unfortunately due to the indentation change of all the columns in the affected views the diff appears to be a lot bigger that it actually is in practice.

@vogievetsky vogievetsky merged commit 8232fb5 into apache:master May 30, 2025
10 checks passed
@vogievetsky vogievetsky deleted the fix_actions branch May 30, 2025 15:50
@capistrant capistrant added this to the 34.0.0 milestone Jul 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants