-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat/lazy load tree details #776
Conversation
e6efa71
to
7aa8c9e
Compare
c7fca4b
to
b9f33d5
Compare
88fe89e
to
45792cf
Compare
b9f33d5
to
3f7ea5e
Compare
86cb9ea
to
3f7c564
Compare
3f7c564
to
5b86a2f
Compare
Now the order of the lazy load is Summary > Current Page Tab> Other Pages Tab - Fixed typos in variable names (e.g., "enviroment" to "environment") - Updated type definitions in backend and frontend files - Refactored API calls to use a more modular approach - Improved lazy loading of tree details in the frontend - Updated schema.yml to reflect changes in type definitions Closes #755
5b86a2f
to
4ce802e
Compare
treeId, | ||
filter = {}, | ||
enabled = true, | ||
variant, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: use full
variant as default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried but it is breaking the typescript somehow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working as intended. Nice job!
Description
Lazy Load Tree Details so it uses the new split endpoints
How to test