index
:
pakakeh.ts
dev
main
Web user interface components built with TypeScript.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-10-08
Release pakakeh.ts v0.2.0 (2024-10-08)
HEAD
v0.2.0
main
dev
Shulhan
2024-10-08
all: update package description and dependencies
Shulhan
2024-10-03
editor: allow inserting tab on editor
Shulhan
2024-09-15
all: commit all generate JavaScript files
Shulhan
2024-09-15
all: update dependencies
Shulhan
2024-09-15
all: update README
Shulhan
2024-09-15
all: update reuse to use REUSE.toml
Shulhan
2024-09-15
tsconfig.json: set the watch options
Shulhan
2024-09-15
notif: update example message for notification
Shulhan
2024-09-15
make: add task to install tools and serve the HTML and docs
Shulhan
2024-02-05
input: implement component for inputing file
Shulhan
2024-02-04
all: rewrite README using markdown format
Shulhan
2023-12-08
editor: set the caret color to red
Shulhan
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
[next]