| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-05 | notif: convert the example using TypeScript and load it with type="module" | Shulhan | |
| 2021-08-29 | notif: make the notification position to fixed | Shulhan | |
| This is to fix the notification hidden when the current document have scroll. | |||
| 2021-08-28 | all: refactoring to follow the coding style in README | Shulhan | |
| * 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". | |||
| 2021-08-28 | notif: implement component for notification | Shulhan | |
| 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. | |||
