User Dashboard fix and style change - #1269
Merged
Merged
Conversation
yangzhang75
pushed a commit
to yangzhang75/texera
that referenced
this pull request
Jun 22, 2026
This PR does some bug fix and style change of User Dashboard. Bug fixes: 1. Sign out will refresh files and workflows now. Style changes: 1. Changed from material to ng-zorro. 2. Changed side bar names to `Workflows` and `User Files`, updated icons. 3. Changed content layout, title goest to top of the page. 4. Removed custom scroll bar, used ng-zorro list, which has scroll bar built-in. 5. Changed style on both files and workflows pages. 6. Add Workflow id as an Avatar to each workflow. Before - Workflows: <img width="1182" alt="Screen Shot 2021-07-28 at 13 18 33" src="https://user-images.githubusercontent.com/17627829/127390070-776a0d2b-432d-4c5b-bb0f-c13a493b3621.png"> After - Workflows: <img width="1183" alt="Screen Shot 2021-07-28 at 13 18 19" src="https://user-images.githubusercontent.com/17627829/127390062-a855cfbd-3736-4cc7-b232-dda6215727e6.png"> Before - User Files: <img width="1189" alt="Screen Shot 2021-07-28 at 13 18 37" src="https://user-images.githubusercontent.com/17627829/127390072-4542ef40-dcf1-4b7b-8df0-0206d81121c0.png"> After - User Files: <img width="1184" alt="Screen Shot 2021-07-28 at 13 18 25" src="https://user-images.githubusercontent.com/17627829/127390067-1486619b-86ba-404d-8cc6-16faebf378e3.png">
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR does some bug fix and style change of User Dashboard.
Bug fixes:
Style changes:
WorkflowsandUser Files, updated icons.Before - Workflows:

After - Workflows:

Before - User Files:

After - User Files:
