aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-08Release pakakeh.ts v0.2.0 (2024-10-08)HEADv0.2.0maindevShulhan
2024-10-08all: update package description and dependenciesShulhan
2024-10-03editor: allow inserting tab on editorShulhan
2024-09-15all: commit all generate JavaScript filesShulhan
2024-09-15all: update dependenciesShulhan
2024-09-15all: update READMEShulhan
2024-09-15all: update reuse to use REUSE.tomlShulhan
2024-09-15tsconfig.json: set the watch optionsShulhan
2024-09-15notif: update example message for notificationShulhan
2024-09-15make: add task to install tools and serve the HTML and docsShulhan
2024-02-05input: implement component for inputing fileShulhan
2024-02-04all: rewrite README using markdown formatShulhan
2023-12-08editor: set the caret color to redShulhan
2023-12-08all: update all dependencies and populate the "package.json" filev0.1.0Shulhan
2023-12-08editor: set key control to false on blurShulhan
2023-12-08editor: reduce the padding in the contentShulhan
2023-11-21editor: update layout without using floatShulhan
2023-11-21editor: fix paste that always add new lineShulhan
2023-11-21editor: replace execCommand with SelectionShulhan
2023-11-15vfs: set the crumb style without wrapShulhan
2023-11-15editor: add method to set content editable or notShulhan
2023-11-15editor: use CTRL+Enter to trigger save instead of CTRL+sShulhan
2023-11-15vfs: make the path and list tab-ableShulhan
2023-11-11vfs: add function "filter"Shulhan
2023-11-11all: update all npm devDependenciesShulhan
2023-11-11editor: re-render content after saveShulhan
2023-11-11editor: handle paste event manuallyShulhan
2023-11-11input: use lower case for method name SetShulhan
2023-11-05editor: simplify using one contenteditableShulhan
2023-11-02editor: handle mouse selection, copy, and paste multiple linesShulhan
2023-11-01editor: handle DELETE on selectionShulhan
2023-10-31all: set files to be transpiled in "tsconfig.json"Shulhan
2023-10-30editor: fix handling control keyShulhan
2023-10-24all: fix all linter warnings from tsc and eslintShulhan
2023-10-24all: reformat all filesShulhan
2022-04-20all: simplify MakefileShulhan
2022-04-20all: accept the address options as isShulhan
2022-03-15all: re-licensing wui under GPL 3.0 or laterShulhan
2021-10-20vfs: add class attribute to path and list componentsShulhan
2021-10-20editor: handle key DeleteShulhan
2021-10-20editor: export the ClearSelection methodShulhan
2021-10-20all: check for response ID 0 to before call onBroadcastShulhan
2021-09-27all: implement WebSocket clientShulhan
2021-09-19input: remove background color on hint elementShulhan
2021-09-19input: add option "is_hint_toggled"Shulhan
2021-09-19input: display the new value on changes inside the exampleShulhan
2021-09-19input: allow floating value on WuiInputNumberShulhan
2021-09-18input: add method to set the input valueShulhan
2021-09-11notif: set the notification z-index to 10000Shulhan
2021-09-11input: add options to add custom CSS class to label and inputShulhan