Paul
5742bac6ca
frontend comment feature
3 years ago
Hironsan
06ba9c8acd
Fix approve annotation documents function, fix #1043
4 years ago
Clemens Wolff
e0ec1232d2
Add single-class-classification mode
5 years ago
Clemens Wolff
38e163cec3
Ensure comment updated is reflected in Vue
4 years ago
Clemens Wolff
331e12ff28
Hide special metadata values from display
5 years ago
Clemens Wolff
12b1dc7474
Add option to comment on documents
5 years ago
Clemens Wolff
91d969d951
Add support for audio file upload
5 years ago
Clemens Wolff
0d5cecb927
Add support for per-document annotation guideline
5 years ago
Clemens Wolff
35e4a35395
Avoid computing label_count on each annotation
5 years ago
margaretmeehan
8e21d5f23d
Replace 'isSuperUser' with specific roles required for frontend
5 years ago
Federica Nocera
9bdedf93f1
Add page-level navigation
5 years ago
Arman Rahman
00db001aa7
Fix header and sidebar scrolling viewport
5 years ago
Andrew Reitano
1724d294c5
Enable sorting of documents in frontend
5 years ago
Clemens Wolff
34028ded09
Add viewer pane for source document
5 years ago
Clemens Wolff
61fd6771e7
Make null checks work with undefined variables
5 years ago
Clemens Wolff
8886438f33
Remove rootUrl
5 years ago
Clemens Wolff
b9d6fc95e5
Use same http client for all non-standard calls
5 years ago
Clemens Wolff
d0c566c5ab
Add admin button to approve/reject labels
5 years ago
Guillaume Claret
a1565a212f
Use map to get the document annotations
5 years ago
Clemens Wolff
76152b7cff
Move mixins to own modules
5 years ago
Clemens Wolff
d520ff7724
Embed django-cloud-browser in data import page
5 years ago
Clemens Wolff
4f21eb6cdd
Hide cloud upload button if feature not enabled
5 years ago
Clemens Wolff
d165851965
Implement data import from cloud
5 years ago
Clemens Wolff
9206b499c2
Adopt nuxt folder structure
5 years ago
Clemens Wolff
9c5bf9c9fd
Add modal to show document metadata
5 years ago
Clemens Wolff
64798605cd
Make annotation modal state name more explicit
5 years ago
Adam Dudczak
487e7ab204
improvement in responsivness of download view
5 years ago
Clemens Wolff
df2bbe34b8
Remove Django template inheritance in admin pages
5 years ago
Clemens Wolff
06b4a32c01
Move from script tags to Javascript imports
Previously some of the Vue code relied on script tags being present in
the host application, to include dependencies such as lodash or marked.
This is not ideal for encapsulation since it means the Vue components
are not self-contained, makes testing harder, etc.
As such, this change replaces the script tag includes with ES6 imports.
Additionally, the lodash dependency (which was used only for debouncing)
is replaced in this change with the vue-debounce library which offers a
debouncing directive. This simplifies the code and avoids potential
gotchas with the this context in the debounced function.
5 years ago
Hironsan
1d2dfdaa3d
Fix #140
5 years ago
Clemens Wolff
45f6fc10f1
Fix all eslint warnings
5 years ago
Hironsan
92848809a9
Fix frontend for working with backend
5 years ago
Bramble Xu
14e3437722
#61 : make shortcut optional in front and show simplified shortcut
5 years ago
Clemens Wolff
a2378ad8e2
Sync current offset state to URL
![Screenshot showing offset state in URL](https://user-images.githubusercontent.com/1086421/51856321-6e0e1e00-22fd-11e9-8420-1204b8a3d3b7.png )
5 years ago
Hironsan
f604f683da
Add guideline button to annotation page
6 years ago
Hironsan
425e25c315
Update annotation scripts
6 years ago
Hironsan
61115320c2
Add progress number
6 years ago
Hironsan
18bf65bcc1
Remove docs method
6 years ago
Hironsan
ea1d543ca8
Update search method
6 years ago
Hironsan
24a588ca3b
Delete showMessage method
6 years ago
Hironsan
91d4c7fc23
Change variable name
6 years ago
Hironsan
1b6188aae0
Change variable name
6 years ago
Hironsan
8282dfd944
Remove three methods
6 years ago
Hironsan
e8464077a1
Update document_classification.js
6 years ago
Hironsan
d3efe63078
Update progress
6 years ago
Hironsan
104eb27a1d
Add filter by annotation state
6 years ago
Hironsan
1673176082
Extract code from sequence_labeling for reuse
6 years ago
Hironsan
34ad4ce6f4
Move js files to js dir
6 years ago
Hironsan
7737ab2053
Change directory structure
6 years ago
Hironsan
a2bb8eb5d7
Fix bug: set cur=0 after submit
6 years ago