<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pakakeh.ts/notif/notif.js, branch main</title>
<subtitle>Web user interface components built with TypeScript.</subtitle>
<id>http://git.kilabit.info/pakakeh.ts/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/pakakeh.ts/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/'/>
<updated>2024-09-15T07:32:48Z</updated>
<entry>
<title>all: commit all generate JavaScript files</title>
<updated>2024-09-15T07:32:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-15T07:32:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=d1e96e09438b4a5c7580b86c469e817a61be991f'/>
<id>urn:sha1:d1e96e09438b4a5c7580b86c469e817a61be991f</id>
<content type='text'>
This is to simplify development on third party where they can
clone and include the file directly without installing or running
anything to build the files.
</content>
</entry>
<entry>
<title>all: remove and ignore generate JavaScript files</title>
<updated>2021-08-29T13:49:30Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-08-29T13:49:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=77127ca9cba44f1d281a6ab553bec7bd96df661d'/>
<id>urn:sha1:77127ca9cba44f1d281a6ab553bec7bd96df661d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>notif: make the notification position to fixed</title>
<updated>2021-08-29T08:15:02Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-08-29T08:15:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=56062545762831be7b8c8cdead7d8cfaf182684a'/>
<id>urn:sha1:56062545762831be7b8c8cdead7d8cfaf182684a</id>
<content type='text'>
This is to fix the notification hidden when the current document have
scroll.
</content>
</entry>
<entry>
<title>all: refactoring to follow the coding style in README</title>
<updated>2021-08-28T14:12:26Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-08-28T13:23:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=50c57f048eecab68570a0568f20922044935ecca'/>
<id>urn:sha1:50c57f048eecab68570a0568f20922044935ecca</id>
<content type='text'>
* Use snake_case for field, variable, HTML ID, and CSS class names.
* Use camelCase for class, interface, type, function, or method names.
* An exported type or class. interface, type, method, or function name
  MUST start with an upper-case letter.
* An exported class, type, interface, or function MUST be prefixed with
  "Wui".
</content>
</entry>
<entry>
<title>notif: implement component for notification</title>
<updated>2021-08-28T13:26:39Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-08-28T10:30:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=8c7677ffe6fb56a973abe3cbb6ab0db3ab3bf967'/>
<id>urn:sha1:8c7677ffe6fb56a973abe3cbb6ab0db3ab3bf967</id>
<content type='text'>
The WuiNotif implement the HTML interface to display pop-up notification.
The notification can be triggered by calling method Info() or Error().
Each pop-up has 5 seconds duration, after that they will be removed
automatically.
</content>
</entry>
</feed>
