<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/display, branch 24.6.3.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.6.3.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.6.3.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-06-03T17:25:51+00:00</updated>
<entry>
<title>display inflection rule descriptions (#1000)</title>
<updated>2024-06-03T17:25:51+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-06-03T17:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7955fc85ac089d856b44bdea78eccd26ffbd690c'/>
<id>urn:sha1:7955fc85ac089d856b44bdea78eccd26ffbd690c</id>
<content type='text'>
* load descriptions in deinflector

* description functions in deinflectors

* show descriptions in title

* use toaster

* use names without internal

* css lint

* reformat transform descriptors

* fix merge errors

* done?

* rename method</content>
</entry>
<entry>
<title>Allow trailing commas in ESLint (#1013)</title>
<updated>2024-05-31T15:06:52+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-05-31T15:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=76ca08bd59f0e8bfa1bb20ac813f48e7ab241265'/>
<id>urn:sha1:76ca08bd59f0e8bfa1bb20ac813f48e7ab241265</id>
<content type='text'>
* Update comma-dangle rule

* Fix dangling commas</content>
</entry>
<entry>
<title>Fix clipboard monitor in popups (#1003)</title>
<updated>2024-05-28T19:32:56+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-28T19:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=3bfd56bbe46a4f2ee9c66f0c7baeec3c6292718c'/>
<id>urn:sha1:3bfd56bbe46a4f2ee9c66f0c7baeec3c6292718c</id>
<content type='text'>
* Fix naming of _clipboardReaderLike

* Allow clipboard monitors in popup searches

* Only run _onClipboardTextChange if a search tab does not exist</content>
</entry>
<entry>
<title>Fix HTML lang tags not matching the selected language (#979)</title>
<updated>2024-05-21T17:17:17+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-21T17:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=414256f4316b4815db302df3183b16dc48c1fb02'/>
<id>urn:sha1:414256f4316b4815db302df3183b16dc48c1fb02</id>
<content type='text'>
* Cleanup and add language tag to renderResult

* Add language switching support to anki card templates scanned text

* Update search page search-textbox lang on language switch

* Set queryparser lang

* Allow updating language for display-generator

* Only use kanji-stroke-orders font for japanese</content>
</entry>
<entry>
<title>Browser agnostic search page clipboard checking (#965)</title>
<updated>2024-05-21T17:11:37+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-21T17:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=654bb75e4104f0b49cb94a7296ffd8a9a6eb3fc7'/>
<id>urn:sha1:654bb75e4104f0b49cb94a7296ffd8a9a6eb3fc7</id>
<content type='text'>
</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>refactored onKeyDown to be easier to read, and added test (#943)</title>
<updated>2024-05-17T04:06:33+00:00</updated>
<author>
<name>Brandon Rainey</name>
<email>83629154+brandonrainey@users.noreply.github.com</email>
</author>
<published>2024-05-17T04:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=a3ed56c3deb1a286a7e84c86064fd33fc33e8f61'/>
<id>urn:sha1:a3ed56c3deb1a286a7e84c86064fd33fc33e8f61</id>
<content type='text'>
* refactored onKeyDown to be easier to read, and added test to ensure preserved behavior

* added new keypress events to test

* refactored test to call method directly from SearchDisplayController, removed second test, removed old copyright

* added test for invalid keys, split keyboard events into valid and invalid

* added crtl + backspace as valid keypress, added 2 new invaid keypresses to test</content>
</entry>
<entry>
<title>Allow ctrl + backspace to refocus the search (#914)</title>
<updated>2024-05-12T02:56:31+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-12T02:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=9b28e8ecf84027c4b52a015b389c6c1730732ce0'/>
<id>urn:sha1:9b28e8ecf84027c4b52a015b389c6c1730732ce0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent updating dict entry details for anki when anki is disabled (#909)</title>
<updated>2024-05-11T03:27:57+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-11T03:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2bcb0bccc251722b2eff8a0d07e02bca052fc2e1'/>
<id>urn:sha1:2bcb0bccc251722b2eff8a0d07e02bca052fc2e1</id>
<content type='text'>
* Prevent updating dict entry details for anki when anki is disabled

* Move check to _updateDictionaryEntryDetails

* Fix if</content>
</entry>
<entry>
<title>Update eslint unsafe rule (#887)</title>
<updated>2024-05-09T07:42:35+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-05-09T07:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=13278a5cf67de69678d8c4c5fb97e6eb00c94c11'/>
<id>urn:sha1:13278a5cf67de69678d8c4c5fb97e6eb00c94c11</id>
<content type='text'>
* Enable @typescript-eslint/no-unsafe-assignment

* Updates

* Add missing import

* Updates

* Fix types?

* Fix tests

* Address comments

* Move TextProcessorVariant to types

* Update types/ext/translation-internal.d.ts

Co-authored-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;
Signed-off-by: James Maa &lt;jmaa@berkeley.edu&gt;

---------

Signed-off-by: James Maa &lt;jmaa@berkeley.edu&gt;
Co-authored-by: toasted-nutbread &lt;toasted-nutbread@users.noreply.github.com&gt;
Co-authored-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;</content>
</entry>
</feed>
