Skip to content

feat: adds a file structure sidebar in the editor #2822

feat: adds a file structure sidebar in the editor

feat: adds a file structure sidebar in the editor #2822

Triggered via pull request July 14, 2024 14:56
@CF3B5CF3B5
opened #1943
Status Success
Total duration 58s
Artifacts

code_style.yml

on: pull_request_target
init_style_jobs
47s
init_style_jobs
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
src/locales/en.json#L207
Expected object keys to be in insensitive ascending order. 'FileStructure' should be before 'Uploading' (jsonc/sort-keys)
src/locales/zh.json#L203
Expected object keys to be in insensitive ascending order. 'FileStructure' should be before 'Uploading' (jsonc/sort-keys)
src/components/inputs/Codemirror.vue#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/components/TheEditor.vue#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/store/files/types.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/components/TheEditor.vue#L75
Expected '#label' instead of 'v-slot:label' (vue/v-slot-style)
src/components/TheEditor.vue#L78
Expected '#append' instead of 'v-slot:append' (vue/v-slot-style)
src/components/TheEditor.vue#L78
Attribute "v-if" should go before "v-slot:append" (vue/attributes-order)
init_style_jobs
The following actions uses Node.js version which is deprecated and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/