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

Use <router-link> for "Home" button on edit page to preserve store #1018

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

ml-evs
Copy link
Member

@ml-evs ml-evs commented Nov 28, 2024

This will preserve the store when going back and forth betweens samples via the home button.

I think more generally, we can now think of more aggressively caching table data to speed-up load times, i.e., on table load, first just check the store and use that value if its not empty. Potentially an async load could then be triggered in the background (related to #1013 (review)).

Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.49%. Comparing base (0071652) to head (5a9ee9c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1018   +/-   ##
=======================================
  Coverage   68.49%   68.49%           
=======================================
  Files          62       62           
  Lines        3955     3955           
=======================================
  Hits         2709     2709           
  Misses       1246     1246           

@ml-evs ml-evs added the webapp For issues/PRs pertaining to the web interface label Nov 28, 2024
Copy link

cypress bot commented Nov 28, 2024

datalab    Run #2837

Run Properties:  status check passed Passed #2837  •  git commit 1e3501a3f2 ℹ️: Merge 5a9ee9cdda66a2441c9ffbcb94f4728ff532604d into 007165214ce8a0891074a63038b3...
Project datalab
Branch Review ml-evs/router-link-edit-page
Run status status check passed Passed #2837
Run duration 07m 07s
Commit git commit 1e3501a3f2 ℹ️: Merge 5a9ee9cdda66a2441c9ffbcb94f4728ff532604d into 007165214ce8a0891074a63038b3...
Committer Matthew Evans
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 471
View all changes introduced in this branch ↗︎

@ml-evs ml-evs force-pushed the ml-evs/router-link-edit-page branch from 6f44cfc to 9c570d0 Compare November 28, 2024 20:37
@ml-evs ml-evs added the enhancement New feature or request label Nov 28, 2024
@ml-evs ml-evs force-pushed the ml-evs/router-link-edit-page branch from 9c570d0 to 5a9ee9c Compare November 28, 2024 22:31
@ml-evs ml-evs merged commit f58a5ed into main Nov 28, 2024
17 checks passed
@ml-evs ml-evs deleted the ml-evs/router-link-edit-page branch November 28, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request webapp For issues/PRs pertaining to the web interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant