feat(tui): file viewer, select messages
This commit is contained in:
parent
63e783ef79
commit
c82a060eca
24 changed files with 1717 additions and 570 deletions
|
|
@ -51,9 +51,16 @@ resources:
|
|||
get: get /app
|
||||
init: post /app/init
|
||||
|
||||
find:
|
||||
methods:
|
||||
text: get /find
|
||||
files: get /find/file
|
||||
symbols: get /find/symbol
|
||||
|
||||
file:
|
||||
methods:
|
||||
search: get /file
|
||||
read: get /file
|
||||
status: get /file/status
|
||||
|
||||
config:
|
||||
models:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue