Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved circular loading responsiveness, style, positioning,size etc (…
…#1123) ## JIRA Ticket Parent Jira Issue: https://jira.csiro.au/browse/BSS-112 Subtask: https://jira.csiro.au/browse/BSS-257 ## Description The CircularLoading component is improved in terms of responsiveness and user experience. Updated the component to ensure that it behaves well across different screen sizes, with improved centering, visibility, and readability. ## Proposed Changes - The content stacks vertically on smaller screens (like mobile devices) and horizontally on larger screens - The content ( label and spinner icon ) is now centered both horizontally and vertically on all screen size - Increased Spacing and Padding for better visibility to the user - Improved styling, ## How to Test - Navigate to the notebooks in the app - Upon loading you should be able to see the Loading Notebooks Label aligned vertically, horizontally based on different screen size. - The size of the spinner and label should be clearly visible and positioned well. ## Checklist - [ Y ] I have confirmed all commits have been signed. - [ Y ] I have added JSDoc style comments to any new functions or classes. - [ Y ] Relevant documentation such as READMEs, guides, and class comments are updated.
- Loading branch information