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
At the moment the app is always displaying the same main url.
It should be possible to have some routing logic though as we have a tree-like structure:
bxt.manjaro.org/{packages,compare,log,admin}
bxt.manjaro.org/packages/unstable/core/x86_64
Of course not only display should work but also navigating to such a view directly by entering the url.
The text was updated successfully, but these errors were encountered:
It actually shows
Main menu items: bxt.manjaro.org/{packages,compare,log,admin}
for me both on Firefox and Vivaldi.
Packages will be more tricky to implement as it uses custom navigation logic.
Sorry, something went wrong.
True, main menu items show. But packages paths would be nice to have additionally.
LordTermor
No branches or pull requests
At the moment the app is always displaying the same main url.
It should be possible to have some routing logic though as we have a tree-like structure:
bxt.manjaro.org/{packages,compare,log,admin}
bxt.manjaro.org/packages/unstable/core/x86_64
Of course not only display should work but also navigating to such a view directly by entering the url.
The text was updated successfully, but these errors were encountered: