1. 01 12月, 2022 4 次提交
  2. 30 11月, 2022 6 次提交
  3. 29 11月, 2022 2 次提交
  4. 27 11月, 2022 1 次提交
  5. 25 11月, 2022 2 次提交
    • R
      Make the server proxy's properties visible to static analysis (#5345) · 85b55475
      Roman Donchenko 提交于
      Currently, all properties of the server proxy object are created using
      `Object.defineProperties` in the constructor, which means that IDEs like
      VS Code can't analyze the file's static structure to determine what
      properties there are and what types they have. Consequently, things like
      autocomplete and go-to-definition don't work.
      
      Fix that by removing the `ServerProxy` class altogether and exporting an
      anonymous object with all properties defined statically.
      85b55475
    • M
      Videos link updated, contacts updated (#5357) · 968b575a
      Mariia Acoca 提交于
      Link to the old videos removed as there were changes made in CVAT
      interface and now these videos are a bit confusing Links to playlists of
      the updated videos were added with the description what these videos
      contact Contacts sections updated
      General proofreading
      968b575a
  6. 24 11月, 2022 6 次提交
  7. 23 11月, 2022 2 次提交
  8. 22 11月, 2022 1 次提交
  9. 21 11月, 2022 1 次提交
  10. 19 11月, 2022 9 次提交
  11. 18 11月, 2022 1 次提交
  12. 17 11月, 2022 5 次提交