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

[Feature] Routing between requests. #2

Open
FoxSquared opened this issue Sep 18, 2022 · 1 comment
Open

[Feature] Routing between requests. #2

FoxSquared opened this issue Sep 18, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@FoxSquared
Copy link

It would be nice to have routing between requests.

As a user I want to be able to return back to my previous requests (or forth). Thereby restoring state of graph without making a request directly.

There are at least two cases of routing:

  1. Routing between different requests - User requests new wiki page or language or both, and then wanted to return back.
  2. Routing between nodes on the same graph - User made new root node using right mouse button and then wanted to return back.

It would be nice to do it using the standard browser routing feature (buttons back and forth). But if it would be hard to implement. I think it could be enough to add new buttons and using internal page logic for this.

@blinpete blinpete added the enhancement New feature or request label Sep 18, 2022
@blinpete blinpete self-assigned this Sep 18, 2022
@blinpete
Copy link
Owner

blinpete commented Feb 7, 2024

Yep that's a nice feature! I am planning to implement this, just a bit low on time rn.

Thanks for your request 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants