Skip to content
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

Add Back Button on Explore page #779

Merged
merged 2 commits into from
Dec 18, 2023
Merged

Add Back Button on Explore page #779

merged 2 commits into from
Dec 18, 2023

Conversation

stephenkilbourn
Copy link
Contributor

close #776

This adds a styled link to go to the dataset overview page. I parse the href as ${DATASETS_PATH}/${dataset.data.id} in case the user had navigated directly to allow them to return to that overview page instead of simply a back button.

Screenshot 2023-12-14 at 5 10 22 PM

Copy link

netlify bot commented Dec 15, 2023

Deploy Preview for veda-ui ready!

Name Link
🔨 Latest commit 2f73197
🔍 Latest deploy log https://app.netlify.com/sites/veda-ui/deploys/657ccae94b0de6000868a3eb
😎 Deploy Preview https://deploy-preview-779--veda-ui.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@j08lue j08lue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it on the preview and can confirm that it works and looks as intended in the design. Deferring to @hanbyul-here for an authoritative technical review.

Copy link
Collaborator

@hanbyul-here hanbyul-here left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Please check the comments!

@stephenkilbourn
Copy link
Contributor Author

thanks @hanbyul-here . I've made those updates.

Copy link
Collaborator

@hanbyul-here hanbyul-here left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution 🙇

@j08lue j08lue merged commit 4d2dfd2 into main Dec 18, 2023
8 checks passed
@j08lue j08lue deleted the explore-back-button branch December 18, 2023 21:53
sandrahoang686 added a commit that referenced this pull request Feb 13, 2024
https://github.com/NASA-IMPACT/veda-ui/releases/tag/v4.1.0

## 🎉 Features
- Experimental CMR Layer:
#805

## 🚀 Improvements
- Style 
- Documentation
- Rename critical error page:
#806
- Add back button on Exploration page:
#779
- Add ts, lint check for precommit hooks:
#788,
#809
- "skip to main" button for navigation:
#808

## 🐛 Fixes
- Return datasets even when there is a dataset without summaries:
#786
- Show all the datasets on Data Catalog page:
#837
- Block Map user defined position fix:
#784
- Geocoder centering on various projecctions:
#826
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 'go back to overview' button on explorer
3 participants