-
Notifications
You must be signed in to change notification settings - Fork 14
[ENG-8556] Update CAS pages to match Angular update: header, footer and left pane #88
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
[ENG-8556] Update CAS pages to match Angular update: header, footer and left pane #88
Conversation
cslzchen
left a comment
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 pulled down and tested with my local OSF.
Looks good and standard workflows work as before with the side bar / header / footer change in place.
Exception pages failed but it is as expected which we can fix later in their tickets.
I am going to tweak/add the code to init the links in OsfUrlProperties. Afterwards, I will push back to the PR for a final look before merge.
cslzchen
left a comment
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.
Changes looks good verified locally, I am going to make two quick change before merge.
- Remove
collectionsinOsfUrlProperties - Refactor
leftpaneintoleftpaneosf
src/main/java/io/cos/cas/osf/configuration/model/OsfUrlProperties.java
Outdated
Show resolved
Hide resolved
de6ea17
into
CenterForOpenScience:feature/angular-like-pages
| } | ||
|
|
||
| .main-background-gradient { | ||
| background: linear-gradient(90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.80)), url(/images/dark-blue-gradient.png) center center no-repeat; |
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.
Follow-up: I ran into an issue that this /images/dark-blue-gradient.png is not found. Not sure if this has anything to do of button having a white background.
…nd left pane (#88) --------- Co-authored-by: Longze Chen <cslzchen@gmail.com>
…-pages Update CAS FE to match angular OSF * [ENG-8793] [ENG-8785] [ENG-8793] Remove branded login + Update no service pages + Update OAuth workflow (#98) * [ENG-8788] [ENG-8786] Institutions page and TOS page redesign (#99) * [ENG-8789] [ENG-8790] [ENG-8791] Exception Page rework (#95) * [ENG-8787] Username/password and 2FA login page (#97) * [ENG-8791] Inserting CasProperties into Spring Dispatcher and Improve header and left pane UI/UX (#92) * [ENG-8927] Add dev mode for forcing errors/exceptions (#93) * [NOTICKET] Remove OSF Collections URL from cas.properties (#91) * [ENG-8556] Update CAS pages to match Angular update: header, footer and left pane (#88) * [ENG-8754] Force throw a few HTTP errors for testing purpose (#90) * [ENG-8792] Force CAS to throw exceptions and display error pages (#87)
Ticket
ENG-8556
Purpose
Changes
Screenshots
Desktop
Mobile
Mobile (Sidenav open)
Dev Notes
OsfUrlProperties.java), or change theth:hrefvalues inleftpane.htmlandheaderosf.htmlQA Notes
Dev-Ops Notes