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

Improve CopyResult function and add new i18n #307

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

ungjinPark
Copy link
Contributor

@ungjinPark ungjinPark commented Aug 20, 2023

bug fix for 3.4.0 copy result function

  • save button now saves customized copy result to store.

What's new?

  • i18n
    • i18n strings for copy results section of the preferences window has added.
  • add new feature for copy results: Reset button
    • it applies users can recovery the customized format to default format just one click.
  • Development
    • in a preferences.js file, config.i18n.preferences object no longer passed to 'translateHTML' function. config.i18n will be passed.
    • I've started to add comments for some codes from today, I will adding it continuously sometimes when possible. jsDocs and normal comments have added first in a 'preferences.js' file.
  • Style
    • "color-scheme" property is now applied for all control elements. it may change the colours of controls(links, checkboxes, radio, text field, textarea, etc) more appropriately with your application theme preferences. no longer light-gray scrollbar won't be appeared in dark mode.

@ferllings ferllings merged commit 3998201 into ThePacielloGroup:main Sep 12, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants