Closed fcollonval closed 4 years ago
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 357666190: | 0.1% |
Covered Lines: | 741 |
Relevant Lines: | 976 |
Nice!
One frontend to rule them all
Yes that's pretty much the idea. In general this could be a good way for packages that used to ship both classic and lab extensions to transition to a single code base. Using modern JS / TS and tooling.
I decided to drop the classical notebook code to only keep link opening the navigator.
So that means skipping the warning step?
So that means skipping the warning step?
The legacy integration is:
This PR proposal:
As the entry points are the same between the legacy and this PR integration, I propose to skip the warning step.
Looks good!
Address item 4 of https://github.com/mamba-org/gator/issues/88#issuecomment-721679209
After thinking a bit more about it, as the classical notebook is based on tab views and that the navigator provide an standalone usable view, I decided to drop the classical notebook code to only keep link opening the navigator.
One frontend to rule them all 💍 😉
What do you think @jtpio ?