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
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
Clemens Wolff
88a4826951
Extract inline styles to scoped styles
5 years ago
Clemens Wolff
e5fc2dbab7
Fix incorrect sequence labeling annotation UI
5 years ago
Clemens Wolff
af26d38397
Fix TypeError: this.chunks is not a function
5 years ago
Clemens Wolff
c2adf315cb
Add linter for pug templates
5 years ago
Clemens Wolff
8d7c98cbb1
Refactor to remove Django template inheritance
5 years ago
Clemens Wolff
d8b23a7af0
Fix all Vue eslint errors
5 years ago
Clemens Wolff
7f83f716fb
Refactor from Django json_script to /me API
5 years ago
Clemens Wolff
9d7b404e7b
Move custom filters to their own module
5 years ago
Clemens Wolff
9f86bb40cb
Fix eslint errors at plugin:vue/recommended level
5 years ago
Clemens Wolff
66f52d95e4
Add eslint for single-file components
Note that the linter acts on Vue components in both `.js` and `.vue`
files.
To keep the changes minimal and targeted, for now the linter uses a very
permissive rule-set which essentially means that the linter is mostly
disabled. As a separate change, we should fix all the lint issues and
tighten the rule-set to `plugin:vue/recommended`.
5 years ago