-
Notifications
You must be signed in to change notification settings - Fork 72
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
Clean Homepage #500
Clean Homepage #500
Conversation
|
||
function Icon() { | ||
const themeContext: any = useContext(ThemeContext); | ||
//const themeContext: any = useContext(ThemeContext); |
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.
Honestly thinking we should create a follow up issue to add a logo in the view if we want and delete this un used code.
Or delete this file.
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.
Okay will change
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 do not want to create a follow up issue to add a graphic here. I am being very judicious with how much time we spend on this forked site in favor of moving over to the storybook solution in the future. Lets move forward with delete.
Otherwise instead of changing the file you can actually just comment out (or delete) https://github.com/opensearch-project/oui/blob/main/src-docs/src/views/home/home_view.js#L88 from |
Issue Resolved: opensearch-project#255 Signed-off-by: Anan Zhuang <[email protected]>
01078e8
to
9fca4ec
Compare
I kept the home_illustration.tsx and remove the whole |
We can get rid of the home_illustration.tsx, I am not planning to provide a replacement and this is not our original artwork. |
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.
👍
Issue Resolved: #255 Signed-off-by: Anan Zhuang <[email protected]> Co-authored-by: Sean Neumann <[email protected]> (cherry picked from commit d072d82)
Issue Resolved: #255 Signed-off-by: Anan Zhuang <[email protected]> Co-authored-by: Sean Neumann <[email protected]> (cherry picked from commit d072d82) Co-authored-by: Anan Zhuang <[email protected]> Co-authored-by: Sean Neumann <[email protected]>
Before clean, homepage is
After clean, now the homepage is like:
Issues Resolved
#255
Check List
yarn lint
yarn test-unit
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.