-
Notifications
You must be signed in to change notification settings - Fork 17
[ Feature ] Multi Tab - License Tab #246
New issue
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
base: dev
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
chennes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor comments, below. Also your new code includes blank lines between nearly every line of code, so I don't know if your IDE doesn't like something or what.
for more information, see https://pre-commit.ci
…er into Feature-Tabs
for more information, see https://pre-commit.ci
|
I'll give this a refactoring pass today or tomorrow -- we shouldn't use a |
Inspired by the work done here
I decided to go with a minimal
approach for my own implementation.
LicensetabHelp wanted, if someone with Python async knowledge
could make this not block the UI, that's be just great ..
Implementation Notes
I decided to have mapping of the tabs to their tab indices
to not have to hard code them and keep them in sync.
The license text is currently just dumped in the
tab, for now I just wanted to get it to work.