aboutsummaryrefslogtreecommitdiff
path: root/vfs/vfs.ts
AgeCommit message (Expand)Author
2023-11-15vfs: set the crumb style without wrapShulhan
2023-11-15vfs: make the path and list tab-ableShulhan
2023-11-11vfs: add function "filter"Shulhan
2023-10-24all: fix all linter warnings from tsc and eslintShulhan
2023-10-24all: reformat all filesShulhan
2022-03-15all: re-licensing wui under GPL 3.0 or laterShulhan
2021-10-20vfs: add class attribute to path and list componentsShulhan
2021-09-05vfs: refactor example to use TypeScript loaded with type="module"Shulhan
2021-08-30vfs: remove WuiVfsNode in favor of WuiVfsNodeInterfaceShulhan
2021-08-29vfs: export the WuiVfsNode classShulhan
2021-08-29vfs: add handler OpenNode to WuiVfsOptionsShulhan
2021-08-29vfs: add content_type to WuiVfsNodeInterface and use single mod_timeShulhan
2021-08-29editor: always decode the node content from base64Shulhan
2021-08-29vfs: simplify the handlers on WuiVfsOptionsShulhan
2021-08-28all: use the WuiResponseInterface for non-void return typeShulhan
2021-08-28all: refactoring to follow the coding style in READMEShulhan
2021-08-28vfs: rename all fields and variables to use snake caseShulhan
2021-08-27vfs: rename onClickPath to OpenPathShulhan
2021-08-27vfs: add parameter is_dir to OnClickNode handlerShulhan
2021-08-23vfs: fix the path when clicking crumb's pathShulhan
2021-08-23vfs: use different background color for directoryShulhan
2021-08-15vfs: make the is_dir field on IVfsNode to be optionalShulhan
2021-08-12vfs: add event OnClickNodeShulhan
2021-07-31all: add license file and headersShulhan
2021-07-26vfs: implement virtual file system explorerShulhan