-
- Downloads
browse: Slightly rework main interface
This commit replaces navigation through tabs for the browse main menu (search/help/vault/browse) by assigning a dedicated page and url to each menu entry. This prevents interface flashes when loading any browse page as previously the search interface was always displayed first before switching to the requested tab.
Showing
- swh/web/assets/src/bundles/browse/browse-utils.js 42 additions, 0 deletionsswh/web/assets/src/bundles/browse/browse-utils.js
- swh/web/assets/src/bundles/browse/index.js 1 addition, 1 deletionswh/web/assets/src/bundles/browse/index.js
- swh/web/assets/src/bundles/vault/vault-create-tasks.js 2 additions, 2 deletionsswh/web/assets/src/bundles/vault/vault-create-tasks.js
- swh/web/assets/src/bundles/webapp/code-highlighting.js 4 additions, 1 deletionswh/web/assets/src/bundles/webapp/code-highlighting.js
- swh/web/browse/urls.py 21 additions, 11 deletionsswh/web/browse/urls.py
- swh/web/templates/browse-help.html 11 additions, 2 deletionsswh/web/templates/browse-help.html
- swh/web/templates/browse-layout.html 40 additions, 0 deletionsswh/web/templates/browse-layout.html
- swh/web/templates/browse-search.html 6 additions, 1 deletionswh/web/templates/browse-search.html
- swh/web/templates/browse-vault-ui.html 7 additions, 1 deletionswh/web/templates/browse-vault-ui.html
- swh/web/templates/browse.html 61 additions, 103 deletionsswh/web/templates/browse.html
- swh/web/templates/homepage.html 1 addition, 1 deletionswh/web/templates/homepage.html
Loading
Please register or sign in to comment