margaretmeehan
8e21d5f23d
Replace 'isSuperUser' with specific roles required for frontend
5 years ago
margaretmeehan
d602fc75e6
fixing typo in role_mapping
5 years ago
margaretmeehan
560852303f
Roles API and UI
5 years ago
Hironsan
d544d776b8
Update label creation process
5 years ago
Clemens Wolff
1251f3d3a1
Fix filename determination with URL querystring
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
Clemens Wolff
4a0134f210
Add option to share annotations across users
5 years ago
Andrew Reitano
1724d294c5
Enable sorting of documents in frontend
5 years ago
Federica Nocera
48c7ec5441
Now referencing same class for random-color-button.
5 years ago
Federica Nocera
194863532d
Fixed bug with color randomizer button in edit.
5 years ago
Clemens Wolff
b2848b089d
Fix pug
5 years ago
Federica Nocera
ca88194c36
Added color dropdown to help choose contrasting colors for the labels.
5 years ago
Arman Rahman
7b1bbc1aea
Implement data import from Excel
5 years ago
Clemens Wolff
34028ded09
Add viewer pane for source document
5 years ago
Clemens Wolff
4515228f82
Use production labeling canvas for demo pages
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
Guillaume Claret
b3c6397b04
Add page counter
5 years ago
Guillaume Claret
2df32639fe
Add highlight of the search results
5 years ago
Clemens Wolff
ed3a6f1078
Fix display of label shortkey preview
5 years ago
Clemens Wolff
d0c566c5ab
Add admin button to approve/reject labels
5 years ago
Clemens Wolff
c2fbe77447
Move rootUrl constant to http utils
5 years ago
Guillaume Claret
3cfa22f5f3
Add a tooltip under each annotation to name them
5 years ago
Guillaume Claret
a1565a212f
Use map to get the document annotations
5 years ago
Guillaume Claret
5bc61192ff
Use find to get the annotation of a label
5 years ago
Clemens Wolff
b5e2f2b538
Only import required objects
5 years ago
Clemens Wolff
7151015a49
Exclude unused hljs languages from bundle
5 years ago
Clemens Wolff
76152b7cff
Move mixins to own modules
5 years ago
Clemens Wolff
bbc68ffa00
Add option to randomize document order per user
5 years ago
Clemens Wolff
d108da9063
Make menu responsive
5 years ago
Clemens Wolff
d520ff7724
Embed django-cloud-browser in data import page
5 years ago
erikamenezes
0c004a9bec
moving example + adding static method
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
77b589fdb2
Encapsulate axios
5 years ago
Clemens Wolff
9206b499c2
Adopt nuxt folder structure
5 years ago
erikamenezes
8e246eca28
style change to vue file
5 years ago
erikamenezes
cf93466145
removing empty lines
5 years ago
erikamenezes
a4fca26137
added feature to export jsaon text labels
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
Clemens Wolff
606ecfa90b
Auto-generate label colors on corpus import
5 years ago
Clemens Wolff
8ffaeff473
Fix link
5 years ago
Clemens Wolff
379635b0d0
Move projects Vue template to pug
All Vue templates in the code base except for the Projects component are
written in pug, so this change makes the codebase consistent by also
porting the Projects component template from html to pug.
5 years ago
Clemens Wolff
3759edb544
Add button to delete documents on dataset page
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
84653f31fb
Move swiper initialization to webpack bundle
Currently most of doccano's Javascript is in webpack bundles, except for
a few snippets like swiper. To increase consistency, this change moves
the swiper code also into a webpack bundle.
In addition to increasing consistency, this also has the advantages of:
1) Giving developers a single location/directory to look for all the
Javascript.
2) Making the swiper dependency explicit by listing it in the
package.json manifest
3) Ensuring that swiper gets built and minified in the same way as other
dependencies.
4) Making swiper available when developing offline.
In the future, it would also be worth considering to move all the CSS
includes into webpack.
5 years ago