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
path:
root
/
vfs
Age
Commit message (
Expand
)
Author
2024-09-15
all: commit all generate JavaScript files
Shulhan
2023-11-15
vfs: set the crumb style without wrap
Shulhan
2023-11-15
vfs: make the path and list tab-able
Shulhan
2023-11-11
vfs: add function "filter"
Shulhan
2023-10-24
all: fix all linter warnings from tsc and eslint
Shulhan
2023-10-24
all: reformat all files
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-09-05
vfs: refactor example to use TypeScript loaded with type="module"
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
vfs: export the WuiVfsNode class
Shulhan
2021-08-29
vfs: add handler OpenNode to WuiVfsOptions
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-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-27
vfs: rename onClickPath to OpenPath
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-15
vfs: make the is_dir field on IVfsNode to be optional
Shulhan
2021-08-12
vfs: add event OnClickNode
Shulhan
2021-07-31
all: add license file and headers
Shulhan
2021-07-26
vfs: implement virtual file system explorer
Shulhan