You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2020/10/11 00:22:47 UTC

[airavata-custos-portal] branch ux-improvement updated (f843750 -> 2ba5a32)

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a change to branch ux-improvement
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git.


    from f843750  Merge pull request #43 from isururanawaka/custos-tenant-portal
     new 96ae627  gh-31: Improve the UI of landing page
     new 717d034  gh-31: Improve the users page UI
     new 4775be4  gh-31: Adding the common header to all the pages
     new 75d65a9  gh-31: Exclude redundant logout button from workspace
     new bc174bc  gh-31: Improve the profile button in the header
     new c1a6d6a  gh-31: Fixed top margin in the landing page
     new b201727  gh-31: Adding navigation links to the header
     new 6587a80  Merge branch 'custos-tenant-portal' of https://github.com/apache/airavata-custos-portal into gh-31-ui-improvements
     new c8eb992  gh-31: Append the actual user details to the top header
     new 97f9a05  gh-31: Adding the profile link to the header and exclude that from home
     new 11f6978  gh-31: Exclude focus indication from header navigation links
     new 7b296a6  gh-31: Refactoring
     new d664fab  gh-31: A short fix for header component state transition
     new b4e858b  gh-31: Improve modals in users list page
     new 4678534  gh-31: Improve styles and validations in groups page
     new e9fea0b  gh-31: Refactoring
     new 9cb025b  gh-31: Style improvements and validation in users page
     new 7d732ca  gh-37: Adding a `window.location.reload` to refresh the page completely when login and logout
     new b35fa11  Merge branch 'custos-tenant-portal' of https://github.com/apache/airavata-custos-portal into gh-31-ui-improvements
     new 741de4d  gh-31: Refactoring
     new 08bcb20  gh-31: Improve home page UI
     new 83d3705  gh-31: Adding the custos logo
     new 7a2c247  gh-31: Refactoring
     new 6f114bf  gh-31: Fix the title in the groups page
     new 392bd2e  gh-31: Refactoring
     new fd3f7a8  gh-31: Improve styles in secrets page
     new da1733b  gh-31: Improve styles in community accounts page
     new 642139d  gh-31: Refactoring
     new 1ac89a5  gh-31: Improve styles in Logs page
     new c1f3551  gh-31: Improve the styles in the user profile page
     new bc71cd9  gh-31: Adding the status label badge and color to the community account list
     new 574d45f  gh-31: Enabling to hide the admin only menus from the top header navigation
     new 7d33007  gh-31: Fix the community account menu labels
     new dfdaf78  gh-31: Style improvements of the sharing page
     new 395a938  gh-31: Disable attribute editing from the profile page
     new f3da957  gh-31: Refactoring
     new 7dae0da  gh-31: Adding a bootstrap container to each page except for logs
     new 656e972  gh-31: Improve the styles and validations of modals in the sharing page
     new 3c9c333  gh-31: Refactoring
     new 2ba5a32  Merge pull request #32 from dinukadesilva/gh-31-ui-improvements

The 55 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 custos-demo-gateway/src/App.vue                    |  11 +-
 custos-demo-gateway/src/assets/bots.png            | Bin 5228 -> 35160 bytes
 custos-demo-gateway/src/assets/credentials.png     | Bin 3332 -> 25037 bytes
 .../assets/custos-logo_custos-logo-color-v1.png    | Bin 0 -> 6763 bytes
 custos-demo-gateway/src/assets/dblogs.png          | Bin 19538 -> 50013 bytes
 custos-demo-gateway/src/assets/groups_web.png      | Bin 2934 -> 57778 bytes
 custos-demo-gateway/src/assets/sharings.png        | Bin 2417 -> 44305 bytes
 custos-demo-gateway/src/assets/users.png           | Bin 4824 -> 68955 bytes
 custos-demo-gateway/src/components/Header.vue      | 193 +++++
 .../src/components/TheNavigator.vue                |  24 -
 .../src/components/landing/Landing.vue             | 200 +++---
 .../src/components/workspace/Agents.vue            | 196 +++---
 .../src/components/workspace/Groups.vue            | 488 ++++++-------
 .../src/components/workspace/Logs.vue              |  51 +-
 .../src/components/workspace/Profile.vue           | 298 ++++----
 .../src/components/workspace/Secrets.vue           | 174 ++---
 .../src/components/workspace/Sharing.vue           | 773 +++++++++++----------
 .../src/components/workspace/Users.vue             | 479 +++++++------
 .../src/components/workspace/Workspace.vue         | 150 +---
 19 files changed, 1557 insertions(+), 1480 deletions(-)
 create mode 100644 custos-demo-gateway/src/assets/custos-logo_custos-logo-color-v1.png
 create mode 100644 custos-demo-gateway/src/components/Header.vue
 delete mode 100644 custos-demo-gateway/src/components/TheNavigator.vue