-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bs tab fade=false. link-to route. etc
button-base.js and button-tab.js : call onClick() directly instead of via sendAction(). groups.js : services() : use .model.server.apiServers instead of .target which is expected to be undefined in Ember4. mapview.js : init() : window.PretzelFrontend is now undefined, set it to {}; could limit this to config/environment.js : (environment === development), (controller .base may be related). left-panel.hbs : add class=nav-link to <a> in <nav.item > as per doc comments in ember-bootstrap/addon/components/bs-nav.js : Bootstrap 3/4 Notes, not tested; if correct this will be applied more broadly. left-panel.hbs : manage-genotype.hbs manage-explorer.hbs : manage-view.hbs : sequence-search.hbs : add @fade={{false}} to uses of <BsTab >; ember-bootstrap/addon/components/bs-tab.js: get fade() defaults fade to true, and currently this causes even the active element to be invisible. group.hbs groups.hbs and verified.hbs : use route= to name the param to link-to (e.g. groups or login). groups.hbs : use model= to name the group.id param to link-to. mapview.hbs : onClick : wrap action name (i.e. setTab and setVisibility) in (action ). add d3-tip.js, copied from d3-tip/d3-tip.js, require-d by d3-initialise-global.js (in previous commit ) authenticated-route-mixin.js : model() : result is not required atm, so return [], and not findAll(post ) which was from example code; inject service store for .findAll, but at this stage it is not required. ember-cli-build.js : bootstrapJs : move import of dropdown.js after util.js which it depends on. import @lix/d3-tip/index.js, but this was not effective so the utils/draw/d3-tip.js copy is used.
- Loading branch information
1 parent
cec261b
commit 8b4583c
Showing
17 changed files
with
363 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.