Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine VAudioDetails and VImageDetails into VMediaDetails component #2846

Merged
merged 9 commits into from
Aug 29, 2023

Conversation

obulat
Copy link
Contributor

@obulat obulat commented Aug 19, 2023

Fixes

Related to #2731 by @fcoveram

Description

To make the updates to the metadata section of the single result page easier, this PR replaces the separate VAudioDetails and VImageDetails components with a single VMediaDetails component. The metadata (source, provider, dimensions for images and sample rates etc for audio) are prepared in a new utility function in metadata.ts. This function creates a list of the title i18n keys, values and urls (if available) for the media metadata such as source/creator/file size/file format etc.

This PR also moves the tag filtering (to filter out empty tags) from the components to the decodeMediaData function that prepares each media item from the API response to be displayed on the frontend.

Some changes to the metadata.ts and VMetadata in this PR will be improved on in #2851. Here, the effort was made to extract the components without affecting the snapshots, as much as possible

Testing Instructions

Run the app and see that the single result metadata looks correct, and works both on the audio and image pages.

Checklist

  • My pull request has a descriptive title (not a vague title likeUpdate index.md).
  • My pull request targets the default branch of the repository (main) or a parent feature branch.
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.
  • I added or updated tests for the changes I made (if applicable).
  • I added or updated documentation (if applicable).
  • I tried running the project locally and verified that there are no visible errors.
  • I ran the DAG documentation generator (if applicable).

Developer Certificate of Origin

Developer Certificate of Origin
Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
1 Letterman Drive
Suite D4700
San Francisco, CA, 94129

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.


Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

@github-actions github-actions bot added the 🧱 stack: frontend Related to the Nuxt frontend label Aug 19, 2023
@openverse-bot openverse-bot added the 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work label Aug 19, 2023
@github-actions
Copy link

github-actions bot commented Aug 19, 2023

Size Change: +1.44 kB (0%)

Total Size: 880 kB

Filename Size Change
./frontend/.nuxt/dist/client/237.js 0 B -273 B (removed) 🏆
./frontend/.nuxt/dist/client/237.modern.js 0 B -277 B (removed) 🏆
./frontend/.nuxt/dist/client/238.js 273 B -1.58 kB (-85%) 🏆
./frontend/.nuxt/dist/client/app.js 123 kB +31 B (0%)
./frontend/.nuxt/dist/client/app.modern.js 114 kB +46 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-details.js 0 B -1.79 kB (removed) 🏆
./frontend/.nuxt/dist/client/components/v-audio-details.modern.js 0 B -1.77 kB (removed) 🏆
./frontend/.nuxt/dist/client/components/v-image-details.js 0 B -1.44 kB (removed) 🏆
./frontend/.nuxt/dist/client/components/v-image-details.modern.js 0 B -1.43 kB (removed) 🏆
./frontend/.nuxt/dist/client/components/v-image-grid.js 4.41 kB -15 B (0%)
./frontend/.nuxt/dist/client/components/v-related-audio/pages/search/audio.js 0 B -4.38 kB (removed) 🏆
./frontend/.nuxt/dist/client/components/v-related-audio/pages/search/audio.modern.js 0 B -4.26 kB (removed) 🏆
./frontend/.nuxt/dist/client/components/v-sources-table.js 14.6 kB +13 B (0%)
./frontend/.nuxt/dist/client/components/v-sources-table.modern.js 14.6 kB +10 B (0%)
./frontend/.nuxt/dist/client/pages/audio/_id/index.js 10.4 kB -196 B (-2%)
./frontend/.nuxt/dist/client/pages/audio/_id/index.modern.js 10.2 kB -163 B (-2%)
./frontend/.nuxt/dist/client/pages/image/_id/index.js 8.95 kB +809 B (+10%) ⚠️
./frontend/.nuxt/dist/client/pages/image/_id/index.modern.js 8.75 kB +792 B (+10%) ⚠️
./frontend/.nuxt/dist/client/pages/image/_id/report.js 4.96 kB +12 B (0%)
./frontend/.nuxt/dist/client/pages/image/_id/report.modern.js 4.74 kB +15 B (0%)
./frontend/.nuxt/dist/client/runtime.js 2.77 kB +13 B (0%)
./frontend/.nuxt/dist/client/runtime.modern.js 2.78 kB +13 B (0%)
./frontend/.nuxt/dist/client/238.modern.js 277 B +277 B (new file) 🆕
./frontend/.nuxt/dist/client/239.js 1.85 kB +1.85 kB (new file) 🆕
./frontend/.nuxt/dist/client/components/v-media-details.js 2.31 kB +2.31 kB (new file) 🆕
./frontend/.nuxt/dist/client/components/v-media-details.modern.js 2.28 kB +2.28 kB (new file) 🆕
./frontend/.nuxt/dist/client/components/v-media-details/pages/image/_id/index.js 3.79 kB +3.79 kB (new file) 🆕
./frontend/.nuxt/dist/client/components/v-media-details/pages/image/_id/index.modern.js 3.67 kB +3.67 kB (new file) 🆕
./frontend/.nuxt/dist/client/components/v-media-tags.js 589 B +589 B (new file) 🆕
./frontend/.nuxt/dist/client/components/v-media-tags.modern.js 588 B +588 B (new file) 🆕
./frontend/.nuxt/dist/client/components/v-metadata.js 935 B +935 B (new file) 🆕
./frontend/.nuxt/dist/client/components/v-metadata.modern.js 939 B +939 B (new file) 🆕
ℹ️ View Unchanged
Filename Size Change
./frontend/.nuxt/dist/client/commons/app.js 90.5 kB +9 B (0%)
./frontend/.nuxt/dist/client/commons/app.modern.js 81.1 kB -3 B (0%)
./frontend/.nuxt/dist/client/commons/components/v-external-search-form/components/v-external-source-list/components/v-no-results/2c6cc095.js 5.18 kB 0 B
./frontend/.nuxt/dist/client/commons/components/v-external-search-form/components/v-external-source-list/components/v-no-results/2c6cc095.modern.js 5.62 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/loading-icon.js 729 B 0 B
./frontend/.nuxt/dist/client/components/loading-icon.modern.js 734 B 0 B
./frontend/.nuxt/dist/client/components/table-sort-icon.js 515 B 0 B
./frontend/.nuxt/dist/client/components/table-sort-icon.modern.js 519 B 0 B
./frontend/.nuxt/dist/client/components/v-all-results-grid.js 6.61 kB -6 B (0%)
./frontend/.nuxt/dist/client/components/v-all-results-grid.modern.js 6.45 kB -4 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-collection.js 4.38 kB -3 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-collection.modern.js 4.27 kB +7 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-list.js 1.32 kB -2 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-list.modern.js 1.31 kB +2 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-result.js 1 kB -2 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-result.modern.js 996 B +1 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-track-skeleton.js 957 B +1 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-track-skeleton.modern.js 959 B -1 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-track.js 5.68 kB +2 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-track.modern.js 5.63 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/v-back-to-search-results-link.js 634 B 0 B
./frontend/.nuxt/dist/client/components/v-back-to-search-results-link.modern.js 643 B 0 B
./frontend/.nuxt/dist/client/components/v-bone.js 631 B -1 B (0%)
./frontend/.nuxt/dist/client/components/v-bone.modern.js 636 B 0 B
./frontend/.nuxt/dist/client/components/v-box-layout.js 1.33 kB +2 B (0%)
./frontend/.nuxt/dist/client/components/v-box-layout.modern.js 1.33 kB +2 B (0%)
./frontend/.nuxt/dist/client/components/v-collection-header.js 1.31 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/v-collection-header.modern.js 1.31 kB +1 B (0%)
./frontend/.nuxt/dist/client/components/v-content-link.js 1.06 kB 0 B
./frontend/.nuxt/dist/client/components/v-content-link.modern.js 1.06 kB 0 B
./frontend/.nuxt/dist/client/components/v-content-page.js 531 B 0 B
./frontend/.nuxt/dist/client/components/v-content-page.modern.js 535 B 0 B
./frontend/.nuxt/dist/client/components/v-content-report-button.js 493 B 0 B
./frontend/.nuxt/dist/client/components/v-content-report-button.modern.js 496 B -1 B (0%)
./frontend/.nuxt/dist/client/components/v-content-report-form.js 3.33 kB +1 B (0%)
./frontend/.nuxt/dist/client/components/v-content-report-form.modern.js 3.21 kB +4 B (0%)
./frontend/.nuxt/dist/client/components/v-content-report-popover.js 3.8 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/v-content-report-popover.modern.js 3.67 kB +4 B (0%)
./frontend/.nuxt/dist/client/components/v-copy-button.js 3.99 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/v-copy-button.modern.js 4 kB -2 B (0%)
./frontend/.nuxt/dist/client/components/v-copy-license.js 2.33 kB +1 B (0%)
./frontend/.nuxt/dist/client/components/v-copy-license.modern.js 2.31 kB 0 B
./frontend/.nuxt/dist/client/components/v-dmca-notice.js 792 B 0 B
./frontend/.nuxt/dist/client/components/v-dmca-notice.modern.js 798 B 0 B
./frontend/.nuxt/dist/client/components/v-error-image.js 2.48 kB 0 B
./frontend/.nuxt/dist/client/components/v-error-image.modern.js 2.44 kB 0 B
./frontend/.nuxt/dist/client/components/v-error-section.js 372 B 0 B
./frontend/.nuxt/dist/client/components/v-error-section.modern.js 377 B 0 B
./frontend/.nuxt/dist/client/components/v-external-search-form.js 3.76 kB +4 B (0%)
./frontend/.nuxt/dist/client/components/v-external-search-form.modern.js 3.12 kB +1 B (0%)
./frontend/.nuxt/dist/client/components/v-external-source-list.js 2.71 kB +2 B (0%)
./frontend/.nuxt/dist/client/components/v-external-source-list.modern.js 2.07 kB +1 B (0%)
./frontend/.nuxt/dist/client/components/v-full-layout.js 1.57 kB -2 B (0%)
./frontend/.nuxt/dist/client/components/v-full-layout.modern.js 1.58 kB 0 B
./frontend/.nuxt/dist/client/components/v-grid-skeleton.js 1.53 kB +1 B (0%)
./frontend/.nuxt/dist/client/components/v-grid-skeleton.modern.js 1.54 kB +6 B (0%)
./frontend/.nuxt/dist/client/components/v-hide-button.js 577 B 0 B
./frontend/.nuxt/dist/client/components/v-hide-button.modern.js 576 B 0 B
./frontend/.nuxt/dist/client/components/v-home-gallery.js 4.28 kB 0 B
./frontend/.nuxt/dist/client/components/v-home-gallery.modern.js 4.26 kB 0 B
./frontend/.nuxt/dist/client/components/v-homepage-content.js 1.8 kB 0 B
./frontend/.nuxt/dist/client/components/v-homepage-content.modern.js 1.77 kB 0 B
./frontend/.nuxt/dist/client/components/v-image-cell.js 1.95 kB +1 B (0%)
./frontend/.nuxt/dist/client/components/v-image-cell.modern.js 1.94 kB 0 B
./frontend/.nuxt/dist/client/components/v-image-grid.modern.js 4.3 kB -6 B (0%)
./frontend/.nuxt/dist/client/components/v-license-tab-panel.js 641 B 0 B
./frontend/.nuxt/dist/client/components/v-license-tab-panel.modern.js 650 B 0 B
./frontend/.nuxt/dist/client/components/v-load-more.js 1.18 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/v-load-more.modern.js 1.07 kB -2 B (0%)
./frontend/.nuxt/dist/client/components/v-media-license.js 932 B -1 B (0%)
./frontend/.nuxt/dist/client/components/v-media-license.modern.js 939 B -1 B (0%)
./frontend/.nuxt/dist/client/components/v-media-reuse.js 2.99 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/v-media-reuse.modern.js 2.97 kB +1 B (0%)
./frontend/.nuxt/dist/client/components/v-media-tag.js 416 B 0 B
./frontend/.nuxt/dist/client/components/v-media-tag.modern.js 421 B +1 B (0%)
./frontend/.nuxt/dist/client/components/v-modal.js 1 kB 0 B
./frontend/.nuxt/dist/client/components/v-modal.modern.js 996 B +1 B (0%)
./frontend/.nuxt/dist/client/components/v-no-results.js 2.66 kB -4 B (0%)
./frontend/.nuxt/dist/client/components/v-no-results.modern.js 2.03 kB 0 B
./frontend/.nuxt/dist/client/components/v-radio.js 1 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/v-radio.modern.js 1.01 kB +2 B (0%)
./frontend/.nuxt/dist/client/components/v-related-audio.js 824 B 0 B
./frontend/.nuxt/dist/client/components/v-related-audio.modern.js 743 B +1 B (0%)
./frontend/.nuxt/dist/client/components/v-related-images.js 804 B +1 B (0%)
./frontend/.nuxt/dist/client/components/v-related-images.modern.js 719 B -1 B (0%)
./frontend/.nuxt/dist/client/components/v-report-desc-form.js 976 B 0 B
./frontend/.nuxt/dist/client/components/v-report-desc-form.modern.js 979 B -2 B (0%)
./frontend/.nuxt/dist/client/components/v-row-layout.js 1.72 kB 0 B
./frontend/.nuxt/dist/client/components/v-row-layout.modern.js 1.73 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/v-safety-wall.js 1.32 kB +6 B (0%)
./frontend/.nuxt/dist/client/components/v-safety-wall.modern.js 1.33 kB +6 B (0%)
./frontend/.nuxt/dist/client/components/v-scroll-button.js 891 B 0 B
./frontend/.nuxt/dist/client/components/v-scroll-button.modern.js 891 B 0 B
./frontend/.nuxt/dist/client/components/v-search-results-title.js 618 B +1 B (0%)
./frontend/.nuxt/dist/client/components/v-search-results-title.modern.js 624 B +2 B (0%)
./frontend/.nuxt/dist/client/components/v-server-timeout.js 301 B 0 B
./frontend/.nuxt/dist/client/components/v-server-timeout.modern.js 306 B -1 B (0%)
./frontend/.nuxt/dist/client/components/v-single-result-controls.js 1.17 kB +1 B (0%)
./frontend/.nuxt/dist/client/components/v-single-result-controls.modern.js 1.17 kB 0 B
./frontend/.nuxt/dist/client/components/v-sketch-fab-viewer.js 1.01 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/v-sketch-fab-viewer.modern.js 914 B -1 B (0%)
./frontend/.nuxt/dist/client/components/v-snackbar.js 1.07 kB -1 B (0%)
./frontend/.nuxt/dist/client/components/v-snackbar.modern.js 1.08 kB +3 B (0%)
./frontend/.nuxt/dist/client/components/v-warning-suppressor.js 307 B 0 B
./frontend/.nuxt/dist/client/components/v-warning-suppressor.modern.js 311 B 0 B
./frontend/.nuxt/dist/client/pages/about.js 1.42 kB 0 B
./frontend/.nuxt/dist/client/pages/about.modern.js 1.42 kB 0 B
./frontend/.nuxt/dist/client/pages/feedback.js 1.36 kB -1 B (0%)
./frontend/.nuxt/dist/client/pages/feedback.modern.js 1.36 kB 0 B
./frontend/.nuxt/dist/client/pages/index.js 6.34 kB -3 B (0%)
./frontend/.nuxt/dist/client/pages/index.modern.js 6.3 kB 0 B
./frontend/.nuxt/dist/client/pages/preferences.js 1.32 kB +1 B (0%)
./frontend/.nuxt/dist/client/pages/preferences.modern.js 1.31 kB 0 B
./frontend/.nuxt/dist/client/pages/privacy.js 1.26 kB +1 B (0%)
./frontend/.nuxt/dist/client/pages/privacy.modern.js 1.26 kB 0 B
./frontend/.nuxt/dist/client/pages/search-help.js 1.62 kB 0 B
./frontend/.nuxt/dist/client/pages/search-help.modern.js 1.61 kB 0 B
./frontend/.nuxt/dist/client/pages/search.js 8.41 kB -3 B (0%)
./frontend/.nuxt/dist/client/pages/search.modern.js 7.58 kB +2 B (0%)
./frontend/.nuxt/dist/client/pages/search/audio.js 502 B 0 B
./frontend/.nuxt/dist/client/pages/search/audio.modern.js 506 B +1 B (0%)
./frontend/.nuxt/dist/client/pages/search/image.js 461 B +1 B (0%)
./frontend/.nuxt/dist/client/pages/search/image.modern.js 463 B +1 B (0%)
./frontend/.nuxt/dist/client/pages/search/index.js 313 B -3 B (-1%)
./frontend/.nuxt/dist/client/pages/search/index.modern.js 320 B 0 B
./frontend/.nuxt/dist/client/pages/search/model-3d.js 241 B 0 B
./frontend/.nuxt/dist/client/pages/search/model-3d.modern.js 245 B 0 B
./frontend/.nuxt/dist/client/pages/search/video.js 239 B +1 B (0%)
./frontend/.nuxt/dist/client/pages/search/video.modern.js 243 B 0 B
./frontend/.nuxt/dist/client/pages/sources.js 1.53 kB +1 B (0%)
./frontend/.nuxt/dist/client/pages/sources.modern.js 1.54 kB +1 B (0%)
./frontend/.nuxt/dist/client/vendors/app.js 68.5 kB +2 B (0%)
./frontend/.nuxt/dist/client/vendors/app.modern.js 68.1 kB +1 B (0%)

compressed-size-action

@obulat obulat added 🟨 priority: medium Not blocking but should be addressed soon ✨ goal: improvement Improvement to an existing user-facing feature 🕹 aspect: interface Concerns end-users' experience with the software and removed 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work labels Aug 20, 2023
@obulat obulat force-pushed the simplify-media-details branch from 45d6b80 to cbe8fa3 Compare August 21, 2023 06:05
@obulat obulat marked this pull request as ready for review August 21, 2023 07:30
@obulat obulat requested a review from a team as a code owner August 21, 2023 07:30
@obulat obulat self-assigned this Aug 21, 2023
@obulat obulat changed the title Simplify media details Combine VAudioDetails and VImageDetails into VMediaDetails component Aug 21, 2023
Copy link
Member

@dhruvkb dhruvkb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm all for merging as many components into one as possible so I support this PR.

I have some non-blocking suggestions and a request to add some stories for the new VMetadata.vue component.

frontend/src/types/media.ts Outdated Show resolved Hide resolved
return [...uniqueFormats].join(", ")
}

export const getMediaMetadata = (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this function is branched over image and audio it might be clearer if it called one of two separate functions depending on the media type.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've just converted what we were doing in the VAudioDetails and VImageDetails components to a util function here. It's improved (and synced between image and audio metadata) in the follow-up PR.

frontend/src/utils/metadata.ts Outdated Show resolved Hide resolved
frontend/src/types/media.ts Show resolved Hide resolved
frontend/src/components/VMediaInfo/VMediaTags.vue Outdated Show resolved Hide resolved
@obulat obulat force-pushed the simplify-media-details branch 2 times, most recently from 7d98bf7 to 9042719 Compare August 22, 2023 15:51
@github-actions github-actions bot added the 🧱 stack: documentation Related to Sphinx documentation label Aug 23, 2023
@github-actions
Copy link

Full-stack documentation: https://docs.openverse.org/_preview/2846

Please note that GitHub pages takes a little time to deploy newly pushed code, if the links above don't work or you see old versions, wait 5 minutes and try again.

You can check the GitHub pages deployment action list to see the current status of the deployments.

@openverse-bot
Copy link
Collaborator

Based on the medium urgency of this PR, the following reviewers are being gently reminded to review this PR:

@AetherUnbound
This reminder is being automatically generated due to the urgency configuration.

Excluding weekend1 days, this PR was ready for review 4 day(s) ago. PRs labelled with medium urgency are expected to be reviewed within 4 weekday(s)2.

@obulat, if this PR is not ready for a review, please draft it to prevent reviewers from getting further unnecessary pings.

Footnotes

  1. Specifically, Saturday and Sunday.

  2. For the purpose of these reminders we treat Monday - Friday as weekdays. Please note that the operation that generates these reminders runs at midnight UTC on Monday - Friday. This means that depending on your timezone, you may be pinged outside of the expected range.

@obulat obulat force-pushed the simplify-media-details branch 2 times, most recently from 11d8e17 to 75b9bb5 Compare August 28, 2023 08:50
@obulat obulat marked this pull request as draft August 28, 2023 16:08
@obulat obulat force-pushed the simplify-media-details branch from 75b9bb5 to 29744f6 Compare August 28, 2023 16:23
@obulat obulat marked this pull request as ready for review August 28, 2023 17:13
Copy link
Collaborator

@AetherUnbound AetherUnbound left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, and the pages render as I would expect them to! Just one note about language for an attribute, but nothing to block a merge.

type: Object as PropType<AudioDetail | ImageDetail>,
required: true,
},
imageWidth: {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image here makes me think that this might be specific to image media, although I know that the album art is likely used here for audio records. Does maybe previewWidth or mediaWidth make more sense, to make this as generic as possible? Or should we stick with the image prefix?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's actually the property that's specific for the images. All of the audio thumbnails are square. Some images, on the other hand, don't have the values for width, height and image type in the API result. So, we send a head request to the provider, and update these values before displaying them. This is why the values are set separately here.

@obulat obulat merged commit e5f454d into main Aug 29, 2023
@obulat obulat deleted the simplify-media-details branch August 29, 2023 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕹 aspect: interface Concerns end-users' experience with the software ✨ goal: improvement Improvement to an existing user-facing feature 🟨 priority: medium Not blocking but should be addressed soon 🧱 stack: documentation Related to Sphinx documentation 🧱 stack: frontend Related to the Nuxt frontend
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants