index
:
pakakeh.ts
dev
main
Web user interface components built with TypeScript.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-08
all: update all dependencies and populate the "package.json" file
v0.1.0
Shulhan
2023-12-08
editor: set key control to false on blur
Shulhan
2023-12-08
editor: reduce the padding in the content
Shulhan
2023-11-21
editor: update layout without using float
Shulhan
2023-11-21
editor: fix paste that always add new line
Shulhan
2023-11-21
editor: replace execCommand with Selection
Shulhan
2023-11-15
vfs: set the crumb style without wrap
Shulhan
2023-11-15
editor: add method to set content editable or not
Shulhan
2023-11-15
editor: use CTRL+Enter to trigger save instead of CTRL+s
Shulhan
2023-11-15
vfs: make the path and list tab-able
Shulhan
2023-11-11
vfs: add function "filter"
Shulhan
2023-11-11
all: update all npm devDependencies
Shulhan
2023-11-11
editor: re-render content after save
Shulhan
2023-11-11
editor: handle paste event manually
Shulhan
2023-11-11
input: use lower case for method name Set
Shulhan
2023-11-05
editor: simplify using one contenteditable
Shulhan
2023-11-02
editor: handle mouse selection, copy, and paste multiple lines
Shulhan
2023-11-01
editor: handle DELETE on selection
Shulhan
2023-10-31
all: set files to be transpiled in "tsconfig.json"
Shulhan
2023-10-30
editor: fix handling control key
Shulhan
2023-10-24
all: fix all linter warnings from tsc and eslint
Shulhan
2023-10-24
all: reformat all files
Shulhan
2022-04-20
all: simplify Makefile
Shulhan
2022-04-20
all: accept the address options as is
Shulhan
2022-03-15
all: re-licensing wui under GPL 3.0 or later
Shulhan
2021-10-20
vfs: add class attribute to path and list components
Shulhan
2021-10-20
editor: handle key Delete
Shulhan
2021-10-20
editor: export the ClearSelection method
Shulhan
2021-10-20
all: check for response ID 0 to before call onBroadcast
Shulhan
2021-09-27
all: implement WebSocket client
Shulhan
2021-09-19
input: remove background color on hint element
Shulhan
2021-09-19
input: add option "is_hint_toggled"
Shulhan
2021-09-19
input: display the new value on changes inside the example
Shulhan
2021-09-19
input: allow floating value on WuiInputNumber
Shulhan
2021-09-18
input: add method to set the input value
Shulhan
2021-09-11
notif: set the notification z-index to 10000
Shulhan
2021-09-11
input: add options to add custom CSS class to label and input
Shulhan
2021-09-11
input: allow label to be HTMLElement instead of only string
Shulhan
2021-09-05
notif: convert the example using TypeScript and load it with type="module"
Shulhan
2021-09-05
vfs: refactor example to use TypeScript loaded with type="module"
Shulhan
2021-09-05
editor: convert the example to TypeScript and loaded as module
Shulhan
2021-09-05
input: implement input for checkboxes
Shulhan
2021-09-05
input: implement class for input with select
Shulhan
2021-09-05
input: implement class WuiInputString
Shulhan
2021-09-05
input: implement class for input number
Shulhan
2021-09-05
all: set target compiler lib, target and module to es2015
Shulhan
2021-08-30
editor: fix example converting the content to base64
Shulhan
2021-08-30
vfs: remove WuiVfsNode in favor of WuiVfsNodeInterface
Shulhan
2021-08-29
all: remove and ignore generate JavaScript files
Shulhan
2021-08-29
editor: remove unused import WuiResponseInterface
Shulhan
[next]