diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-07-28 12:54:40 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-07-28 12:54:40 -0400 |
| commit | 03860ebc2e0624ecd0cf094498ac3bfc2df18183 (patch) | |
| tree | 6c4176402df1d218e8f03a4741bc0b164bee7111 /README.md | |
| parent | eca1cae812ba2b5ff84a9770c4b3bda84cc27fea (diff) | |
[kona-web] Implement infinite scroll.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,6 +19,8 @@ the general public. - A command-line tool for interacting with the tag database. - A web interface for querying and viewing files in the tag database. + - Works with JavaScript disabled. + - Infinite scroll when JavaScript is enabled. ## Usage @@ -142,7 +144,7 @@ to the following endpoint with the following fields: `tags`, a comma-separated list of tags for the files, and `image`, the file to be uploaded. ``` -POST /api/posts/[filename] +POST /api/posts ``` ## TODO @@ -152,5 +154,4 @@ for me right now. - [kona-cli] Improve the `kona-cli add` interface, allowing multiple files to be indexed and tagged in the same invocation. -- [kona-web js] Implement a dynamic "endless scroll" view. - [kona-web js] Implement a mass-tagger tool in the web interface. |