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
2021-08-29
vfs: export the WuiVfsNode class
Shulhan
2021-08-29
response: make the message field to be required
Shulhan
2021-08-29
editor: make the lines field become public
Shulhan
2021-08-29
vfs: add handler OpenNode to WuiVfsOptions
Shulhan
2021-08-29
notif: make the notification position to fixed
Shulhan
2021-08-29
vfs: add content_type to WuiVfsNodeInterface and use single mod_time
Shulhan
2021-08-29
editor: always decode the node content from base64
Shulhan
2021-08-29
vfs: simplify the handlers on WuiVfsOptions
Shulhan
2021-08-29
editor: simplify the Open method
Shulhan
2021-08-28
editor: listen on key Escape on document to clear selection
Shulhan
2021-08-28
all: use the WuiResponseInterface for non-void return type
Shulhan
2021-08-28
all: refactoring to follow the coding style in README
Shulhan
2021-08-28
vfs: rename all fields and variables to use snake case
Shulhan
2021-08-28
notif: implement component for notification
Shulhan
2021-08-27
vfs: rename onClickPath to OpenPath
Shulhan
2021-08-27
editor: add handler to save the content
Shulhan
2021-08-27
vfs: add parameter is_dir to OnClickNode handler
Shulhan
2021-08-23
vfs: fix the path when clicking crumb's path
Shulhan
2021-08-23
vfs: use different background color for directory
Shulhan
2021-08-23
editor: remove the SaveFile field from Editor
Shulhan
2021-08-22
editor: add method GetContent
Shulhan
2021-08-15
editor: add method to get file and selection range
Shulhan
2021-08-15
vfs: make the is_dir field on IVfsNode to be optional
Shulhan
2021-08-12
editor: add event handler for OnSelection
Shulhan
2021-08-12
vfs: add event OnClickNode
Shulhan
2021-07-31
editor: pressing escape key will clear the selection
Shulhan
2021-07-31
editor: implement redo functionality using CTRL+r
Shulhan
2021-07-31
all: add license file and headers
Shulhan
2021-07-29
editor: handle undo with CTRL+Z
Shulhan
2021-07-27
editor: fix paste to plain text
Shulhan
2021-07-27
editor: fix enter and support for backspace
Shulhan
2021-07-26
editor: init the style sheet using javascript and add support for tab
Shulhan
2021-07-26
editor: add support to move arrow up and down between text
Shulhan
2021-07-26
all: implement editor
Shulhan
2021-07-26
vfs: implement virtual file system explorer
Shulhan
[prev]