<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pakakeh.ts, branch v0.1.0</title>
<subtitle>Web user interface components built with TypeScript.</subtitle>
<id>http://git.kilabit.info/pakakeh.ts/atom?h=v0.1.0</id>
<link rel='self' href='http://git.kilabit.info/pakakeh.ts/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/'/>
<updated>2023-12-08T01:52:34Z</updated>
<entry>
<title>all: update all dependencies and populate the "package.json" file</title>
<updated>2023-12-08T01:52:34Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-08T01:52:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=d523e45b01c2d8e2814382b928f3387e3c53ac11'/>
<id>urn:sha1:d523e45b01c2d8e2814382b928f3387e3c53ac11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editor: set key control to false on blur</title>
<updated>2023-12-08T01:42:31Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-08T01:42:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=6f86c0ee8f1a77cc3a1b481368db2f80b923a3a8'/>
<id>urn:sha1:6f86c0ee8f1a77cc3a1b481368db2f80b923a3a8</id>
<content type='text'>
Sometimes we got an issue where pressing enter may cause the editor
being saved without pressing Control key.
</content>
</entry>
<entry>
<title>editor: reduce the padding in the content</title>
<updated>2023-12-08T01:38:54Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-08T01:38:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=20bbe3f3a52e5f38a9d557dfbfd04beb2935188f'/>
<id>urn:sha1:20bbe3f3a52e5f38a9d557dfbfd04beb2935188f</id>
<content type='text'>
The gap make us confuse between space and padding.
</content>
</entry>
<entry>
<title>editor: update layout without using float</title>
<updated>2023-11-21T10:25:52Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-21T10:25:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=1257860c8c1593eb4dfb17b91de3db69ef586edf'/>
<id>urn:sha1:1257860c8c1593eb4dfb17b91de3db69ef586edf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editor: fix paste that always add new line</title>
<updated>2023-11-21T10:25:30Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-21T10:25:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=0a16fffcf59a39ace4dda15de132ad9d261f5a66'/>
<id>urn:sha1:0a16fffcf59a39ace4dda15de132ad9d261f5a66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editor: replace execCommand with Selection</title>
<updated>2023-11-21T10:25:06Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-21T06:29:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=cdcd8b2d559bc367969aa531f32dd1f315d8b759'/>
<id>urn:sha1:cdcd8b2d559bc367969aa531f32dd1f315d8b759</id>
<content type='text'>
The execCommand has been deprecated according to Mozilla Developer
Network.

This changes require the tsc target set to es2019 to be able to
use the string trimEnd method.

[1]: https://developer.mozilla.org/en-US/docs/Web/API/document/execCommand
</content>
</entry>
<entry>
<title>vfs: set the crumb style without wrap</title>
<updated>2023-11-15T03:03:15Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-15T03:03:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=8e424c716390ccf41221c526df8d7d5f44152ba1'/>
<id>urn:sha1:8e424c716390ccf41221c526df8d7d5f44152ba1</id>
<content type='text'>
In case the directory is too long, the name can span multiline, break
automatically by browser and overlap with previous crumbs.
</content>
</entry>
<entry>
<title>editor: add method to set content editable or not</title>
<updated>2023-11-14T19:52:20Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-14T19:52:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=95cbbe49df3ef8091341fbb5c2f4b5003643dc9a'/>
<id>urn:sha1:95cbbe49df3ef8091341fbb5c2f4b5003643dc9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editor: use CTRL+Enter to trigger save instead of CTRL+s</title>
<updated>2023-11-14T18:00:32Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-14T18:00:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=e38aeae379593b9e4a34042d3da998a91d38d4ef'/>
<id>urn:sha1:e38aeae379593b9e4a34042d3da998a91d38d4ef</id>
<content type='text'>
Using CTRL+s sometimes cause pressing s only trigger the save.
</content>
</entry>
<entry>
<title>vfs: make the path and list tab-able</title>
<updated>2023-11-14T17:31:40Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-14T17:31:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=feddd48bfd6d74142b53ba50406b9c29080d94af'/>
<id>urn:sha1:feddd48bfd6d74142b53ba50406b9c29080d94af</id>
<content type='text'>
Pressing tab key should iterate through crumb in the path and in the
item in the list.
</content>
</entry>
</feed>
