<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/settings.html, branch 24.6.21.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.6.21.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.6.21.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-06-19T16:57:21+00:00</updated>
<entry>
<title>Remove flickering on page loads, reduce flashbangs, fix settings and popup themes applying correctly (#1088)</title>
<updated>2024-06-19T16:57:21+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-06-19T16:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d9521c58bf9b9fef0c8b1248bf6ce8c69351fc16'/>
<id>urn:sha1:d9521c58bf9b9fef0c8b1248bf6ce8c69351fc16</id>
<content type='text'>
* Pull theme from settings on page load

* Make dark mode default

* Fix flickering on load

* Invert shadow for auto shadow theme

* Revert "Make dark mode default"

This reverts commit 4cdfc39686a9faa3ce7a620be23025f97816f5f9.

* Improve page load times

* Fix flicker on load for popup preview without breaking theming when auto is selected

* Revert shadow invert</content>
</entry>
<entry>
<title>Add auto option to body theme (#1086)</title>
<updated>2024-06-19T00:18:43+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-06-19T00:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=451bcab01fd591ec54b63af0fc7084dc9f37928b'/>
<id>urn:sha1:451bcab01fd591ec54b63af0fc7084dc9f37928b</id>
<content type='text'>
* Add auto option to body theme

* Fix firefox bug where themes do not set correctly in settings due to getOptions failing</content>
</entry>
<entry>
<title>Add full dark mode support (#1079)</title>
<updated>2024-06-18T18:00:52+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-06-18T18:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ebd911201df0e6fce95b408935fb35580851170e'/>
<id>urn:sha1:ebd911201df0e6fce95b408935fb35580851170e</id>
<content type='text'>
* Add full dark mode support

* Fix welcome, permissions, and quick start scrollbars

* Fix action popup dark mode on mobile

* Add theme to info page

* Reduce flashbang

* Move position of settingsDisplayController to not break things

* Fix dictionary import drag drop theming

* Make dark shadow color less bad

* Prepare themeController to avoid not being able to set browser theme</content>
</entry>
<entry>
<title>Add context menu interface for Yomitan (#1028)</title>
<updated>2024-06-10T17:59:54+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-06-10T17:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e24075e1a91ab8b58bb5836cf7abcefae5cbf8c3'/>
<id>urn:sha1:e24075e1a91ab8b58bb5836cf7abcefae5cbf8c3</id>
<content type='text'>
* --wip-- [skip ci]

* Draft

* Remove weird code

* Use existing API instead of dulpicating

* Small improvements

* remove console.log

* remove console.log

* Add setting for contextMenu

* Fix test

* Address comments

* Add option-util upgrade

* fix option-utils</content>
</entry>
<entry>
<title>demolished duplicate "adjust" (#1040)</title>
<updated>2024-06-08T02:06:53+00:00</updated>
<author>
<name>Kyle</name>
<email>140885143+kay-gg@users.noreply.github.com</email>
</author>
<published>2024-06-08T02:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=3441ecee311faed5d256305bb2db159093202213'/>
<id>urn:sha1:3441ecee311faed5d256305bb2db159093202213</id>
<content type='text'>
Co-authored-by: Kyle &lt;140885143+kyle-gardner@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Rework dictionary import UX (#937)</title>
<updated>2024-05-21T17:48:29+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-21T17:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6301ba6b33fc763872d9c500cd257ac5c7ffbb44'/>
<id>urn:sha1:6301ba6b33fc763872d9c500cd257ac5c7ffbb44</id>
<content type='text'>
* Add option to import from URL

* Remove some debug code

* Improve import ui

* Add drag and drop option

* Add basic-only setting css

* Better sizing of import elements

* Hide import from url if advanced is not enabled

* Improve file drag and drop box look

* Remove redundant css

* Allow clicking on drag and drop box to open file picker

* Allow drag and drop for folders

* Prevent welcome page from breaking due to unnecessary imports

* Note that the drop zone can be clicked on

* Reject directories with item counts requiring more than 1000 processing steps (roughly 500 items)

* Improve import modal styling

* Fix typing

* Add book icon to drag zone

* Remove drag-over class on drop

* Filter only for .zip files in drag and drop

* Drop zone text rename Files to Dictionaries and add (.zip)

* Clarify not using instanceof in ts-expect-error

* Only show drag-over styling when file is zip or directory</content>
</entry>
<entry>
<title>Move dictionary up and down buttons out of kebab menu (#971)</title>
<updated>2024-05-21T17:15:24+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-21T17:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4f39126ee16cc4be81c94e7c88896615b75b746a'/>
<id>urn:sha1:4f39126ee16cc4be81c94e7c88896615b75b746a</id>
<content type='text'>
* Add up and down buttons to dictionaries list

* Fix text wrapping on firefox when viewport is smaller than dict modal

* Cleanup

* Remove up and down options from kebab menu

* Hide priority under advanced</content>
</entry>
<entry>
<title>add support for overwriting existing card (#859)</title>
<updated>2024-05-21T16:55:02+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-05-21T16:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ba9fa339a43a5f494785877018b10f111ccafff5'/>
<id>urn:sha1:ba9fa339a43a5f494785877018b10f111ccafff5</id>
<content type='text'>
* frontend

* wip

* minimum viable

* minor simplification

* simplify gradients in duplicate svg

* simplify add-duplicate svg

* colors good

* arrows shape

* disable overwrite if no valid duplicate IDs

* add warning</content>
</entry>
<entry>
<title>Add onyomi-hiragana handlebars (#960)</title>
<updated>2024-05-21T01:58:06+00:00</updated>
<author>
<name>rhgg2</name>
<email>richard.garner@mq.edu.au</email>
</author>
<published>2024-05-21T01:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ee04cf6de3037a92524bad5c65349ca1e7b4174f'/>
<id>urn:sha1:ee04cf6de3037a92524bad5c65349ca1e7b4174f</id>
<content type='text'>
* Add onyomi-hiragana handlebars

* Add onyomi-hiragana handlebars
* Add docs
* Fix typo in documentation of kunyomi/onyomi handlebars

* Update ext/data/templates/anki-field-templates-upgrade-v36.handlebars

Co-authored-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;
Signed-off-by: rhgg2 &lt;richard.garner@mq.edu.au&gt;

* Update tests for onyomi-hiragana handlebars

* Update tests for onyomi-hiragana handlebars
* Fix typo in code

---------

Signed-off-by: rhgg2 &lt;richard.garner@mq.edu.au&gt;
Co-authored-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;</content>
</entry>
<entry>
<title>Fix collection import error and progress display (#940)</title>
<updated>2024-05-14T19:30:09+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-14T19:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6c218cc6b9df27680a68a76cbeddc459a8e35711'/>
<id>urn:sha1:6c218cc6b9df27680a68a76cbeddc459a8e35711</id>
<content type='text'>
</content>
</entry>
</feed>
