Skip to content
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

Translation follow-up tasks #724

Open
2 tasks
krassowski opened this issue Oct 25, 2023 · 0 comments
Open
2 tasks

Translation follow-up tasks #724

krassowski opened this issue Oct 25, 2023 · 0 comments

Comments

@krassowski
Copy link
Member

Extracted out of #709 (comment):

  • image
    Hide unchanged cells is in the HTML template, so I guess we need to override it in diff and merge around here:
    let hideUnchangedChk = document.getElementById(
    'nbdime-hide-unchanged',
    ) as HTMLInputElement;
    hideUnchangedChk.checked = getConfigOption('hideUnchanged', true);

    let hideUnchangedChk = document.getElementById(
    'nbdime-hide-unchanged',
    ) as HTMLInputElement;
    hideUnchangedChk.checked = getConfigOption('hideUnchanged', true);

    let hideUnchangedChk = document.getElementById(
    'nbdime-hide-unchanged',
    ) as HTMLInputElement;
    hideUnchangedChk.checked = getConfigOption('hideUnchanged', true);
  • unchanged cell(s) hidden, well this is defined in CSS and therefore not accessible
    image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant