We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the use case for the feature? As an OFRAK user, I would like for the GUI file display to default to the most relevant view.
Something like this:
The current behavior seems to default to the most recent view used for the previously-viewed resource.
Does the feature contain any proprietary information about another company's intellectual property? No.
How would you implement this feature? Agnostic.
Are there any (reasonable) alternative approaches? Probably. The goal is showing the user the most useful view FIRST.
Are you interested in implementing it yourself? Yes, with a bit of guidance.
The text was updated successfully, but these errors were encountered:
Probably the easiest way to do this is to update the code here to not just update the tabs list, but also to set the tabId as well.
tabs
tabId
ofrak/frontend/src/views/ContentView.svelte
Lines 64 to 84 in 4edbd7d
Sorry, something went wrong.
No branches or pull requests
What is the use case for the feature?
As an OFRAK user, I would like for the GUI file display to default to the most relevant view.
Something like this:
The current behavior seems to default to the most recent view used for the previously-viewed resource.
Does the feature contain any proprietary information about another company's intellectual property?
No.
How would you implement this feature?
Agnostic.
Are there any (reasonable) alternative approaches?
Probably. The goal is showing the user the most useful view FIRST.
Are you interested in implementing it yourself?
Yes, with a bit of guidance.
The text was updated successfully, but these errors were encountered: