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

update contributor documentation with guidelines for multiple images from same source #198

Closed
rlskoeser opened this issue May 15, 2023 · 1 comment
Assignees
Labels
🛠️ chore One-off task or update

Comments

@rlskoeser
Copy link
Contributor

rlskoeser commented May 15, 2023

Your suggestion for only applying a caption to the second of two images needs to be implemented on the content editing side (although I'll probably also need to adjust spacing for two figures in a row). Should we add some instructions about this to our contributor doc?

Adding instructions to our contributor doc would be great! I think:

  • it should not repeat if the caption and the source are the same, they should be written once at the bottom of the last image
  • if they have at least one thing in common (source or caption) they should be written once at the bottom of the last image and use language like "caption placeholder ... first image:source placeholder second image: source placeholder"

Originally posted by @gissoo in #193 (comment)

@rlskoeser rlskoeser added the 🛠️ chore One-off task or update label May 15, 2023
@rlskoeser rlskoeser self-assigned this May 18, 2023
rlskoeser added a commit that referenced this issue May 18, 2023
@rlskoeser
Copy link
Contributor Author

added in c683d13

rlskoeser added a commit that referenced this issue Jun 5, 2023
* Adjust visual debug controls for revised footer

* Fix leaf data sort logic so it works properly in Chrome

resolves #180

* Add files via upload

* added 2 images to citizenship leaf

* Add files via upload

* added image to independence leaf

* Update munsee-three-sisters-farm.md

* Add files via upload

* Update american-indian-religious-freedom-act.md

* Update american-indian-religious-freedom-act.md

* Update museum.md

* Update brotherton-pact.md

* Update lawsuit.md

* Update storytelling.md

* Listen for hashchange event and update selected leaf

* Add content from google docs and implement content styles (#182)

* Add a simple audio shortcode

* Import text content from google docs

* Make adjustments to content page text

* Implement styles for content pages

* Add sizing for images

* Update about and credits with revisions from google docs

* Add lunaapahkiing audio clip to git

* Increase timeout for render build

* Add same extra padding to h2 after a list as after a paragraph

* Update about page and credits

* Add falling sycamore leaf background image to content pages (#184)

* Revise figure captions & attributions (#183)

* Revise figure captions & attributions

* Set PUL as source for all images from Princeton periodical archives

* Update colors; use rgba for glow colors

* Lower opacity trunk & branches when a tag is active

* replace naisip logo

* add site title to desktop

* add site title to mobile

* add VizE lab logo to the footer

* add NAISIP logo to the footer

* Update text shadow in _timetree.scss

* Fix handling for tags that include slashes

* Add NAISIP logo to the footer

* Feature/dedication (#185)

* Preliminary implementation for dedication

* Make dedication act like a leaf

* Fix dedication role (not aria-role)

* Adjust positioning and scale of dedication plaque on the tree

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Set focus color to black; style dedication for visible focus and disabled

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Updated plaque image with dedication text

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Embed plaque svg with use instead of image

* Adjust tree container height on mobile

* Adjust focus styles for dedication plaque

* Implement selected style for dedication plaque

* Revise dedication plaque selection glow blur from 16px to 8px

* Update themes/timetree/assets/scss/pages/_timetree.scss

Co-authored-by: gissoo <44615389+gissoo@users.noreply.github.com>

* Use separate svgs for plaque and strings so glow can be plaque only

* Add plaque with image instead of use so it will render better on safari

---------

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Add google analytics code and partial #171

* Use local google analytics template to configure cookies

* Update documentation with guidelines for multiple images #198

Also document audio shortcode

* Shorten audio example; fix formatting for image sizes

* Remove python import script code and related instructions from readme

* Implement noscript message #187

* misc UI cleanup (#205)

* Don't apply text hover effect to century axis labels #190

* Update partner logos in footer

* Add tagline and welcome

* Put audio caption before audio embed

* Update figure caption font sizes

* Correct size for h2 on mobile

* Set mobile size for Munsee welcome text

* Move panel legend into a shortcode so we can display it before footnote

* Adjust spacing for Munsee welcome and footnotes

* Control footnote ref/backref scrolling within the details panel

* Add declarations for bold and black italic fonts

* Include tagline in meta description

* add site title to mobile

* Adjust spacing for mobile title and tagline

* Update leaf single page template to link to view in timetree #213

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Update exported svg of timetree and rename file for clarity

* Adjust alignment for image on noscript message

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Suppress view on tree link when displaying leaf details within timetree

* Adjust mobile breakpoint and limit panel content width for tablet

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Make text shadow for leaf labels darker; document Safari tspan bug #199

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* configure lighthouse to warn instead of error for passive event handler (#217)

* Call preventDefault in zoom event handler

* Update version of d3 and other npm dependencies

* Configure lighthouse to warn instead of error on passive event listener

* Add 404 error image on desktop

* add 404 error image on mobile

* document draft status for leaves (#216)

* Document option of draft status in contributor docs #215

* Set deer traps leaf to draft status

* 404 page and styles #186 (#197)

* Preliminary 404 page and styles #186

* Limit width of error text on 404 page for desktop

* Adjust 404 tree sizing/placement

* improve accessibility for the timetree (#202)

* Use d3.select to update elements more concisely

* Fix keyboard focus outline for highlighted leaves

* Add keyboard focus outlines for all elements

* Refactor panel and leaves js code

* Refactor to use getters and setters

* Manage focus when opening and closing leaves

- hide visually hidden elements from screen readers
- disable visually hidden buttons

* Add keyboard handling for elements with role=button

* Fix mixin access to panel; update mixin syntax

* Add focusable headers for the start of each branch

* Tweak strength for century y force

* Fix panel object reference for keypress event handler

* Fix failing unit tests

* Make dedication non-interactive when a tag is active

* Include dedication when setting focus

* Address lighthouse error for panel anchor link

* Update zoom methods for leaf refactor

* Pass tag list into leaves as constructor argument

* Fix visibility problem for tag with closed panel on mobile

* Tweak focus style for active tag & close button

* Revert to default focus style for active tag close button

* Don't update branch-start pseudoheader tabindex when reactivating leaves

* Order nodes based on configured branch order

* Adjust panel branch shortcut visual styles

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Add focus management to treat timetree with active tag like a modal

* Address lighthouse warning about uncrawlable link

* Handle shift+tab out of info panel close button

* Consolidate focus handlers and handle combined states (leaf+tag)

* Add aria live announcements when filtering leaves by tag

* Adjust focus management logic so it works in both firefox and chrome

* Fix mobile overscroll behavior

---------

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Update test fixture for new panel announce method

* Update brotherton-res.md

* Update cheswold-de.md

add period at end.

* Update ontario-munsee.md

* Update delaware-nation-in-oklahoma.md

copyediting

* Update brotherton-refusal.md

copyedits

* Update nj-nanticoke.md

* Update pro-british-lunaapeew.md

copy edits

* Update stockbridge.md

copy edits

* Update gnadenhutten-massacre.md

copy edit, and missing content

* Update wisconsin-munsee.md

* Update 1866-delaware-treaty.md

copy edit, add text.

* Update sand-hill.md

add space

* Update ramapough-lenape.md

* Update indian-town.md

* Update lunaapahkiing.md

* Update assunpink.md

copy edit

* Update lenapewihittuck.md

copyedits

* Update dutch-settle.md

copyedits

* Update mannahatta.md

copy edits

* Update nj-purchase.md

* support zoom on desktop; add buttons for zoom controls (#218)

* Add zoom controls

* Bind zoom in/out behaviors to buttons

* Store references to zoom control buttons

* Implement dragging for desktop zoom

* Adjust zoom control button placement on desktop to align with panel

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

---------

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Adjust layout to keep all leaves within bounds (#226)

* Add a custom bounds force to keep leaves within the svg bounds #128

* Adjust & simplify forces for leaf positioning; adjust axis position

* Adjust mobile zoom y target for leaves displaying below panel #210 (#227)

* Adjust mobile zoom y target for leaves displaying below panel #210

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Fix invisible labels on mobile even when zoomed

---------

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Add photo to dedication

* Adjust figure spacing; style figures for content pages

* Update static timetree with export of latest version

* Update wm-penn.md

copy edits

* Update delaware-valley.md

* Update delaware-valley.md

copyedits

* Update equality.md

* Update princeton-settlement.md

* Update kingston.md

copyedits

* Update land-seizure.md

* Update concession.md

copyedits

* Update westward-migration.md

copyedits

* Update easton-treaty.md

copyedits

* Update easton-signing.md

copyedits

* Update calvins.md

copyedits

* Update emigration.md

copyedits

* Update unami-migration.md

copyedits

* Update unami-migration.md

* Update midwest-resettlement.md

* Update british-alliance.md

* Update exodus.md

* Update exodus.md

* Update chiefs.md

* Update seneca.md

* Update fallen-timbers.md

* Update fallen-timbers.md

* Update greenville-treaty.md

* Update greenville-treaty.md

* Update greenville-treaty.md

* Update removal-act.md

* Update removal-act.md

* Update delaware-treaty.md

* Update cherokee-purchase.md

* Update delaware-treaty.md

* Update cherokee-purchase.md

* Update nj-nanticoke.md

* Update claim-vs-nj.md

* Update land-rights.md

* Update citizenship.md

* Update american-indian-religious-freedom-act.md

* Update american-indian-religious-freedom-act.md

* Update recognition-of-ritual-authority.md

* Update museum.md

* Update museum.md

* Update independence.md

* Update land-governance.md

* Update munsee-names.md

* Update chief-mark-peters.md

* Update storytelling.md

* Document software & content license in the readme

* Basic metadata for citation / zotero harvest

* Display labels for some leaves on mobile default view  (#228)

* Adjust labeled button style selector

* Mark a handful of leaves as "featured" for display by default on mobile

* Include featured parameter in leaf data json and leaf label classes

* Display labels for featured leaves on mobile default view

* Document featured parameter

* Remove Pro-British Lunaapeew featured flag

* Update college-of-nj-opens.md

* Update land-donated.md

* Update nassau-hall.md

* Update pres-edwards.md

* Update wooley.md

* Update scott-calvin.md

* Use fullname for RSK on the credits page

* Update col-morgan.md

* Update white-eyes.md

* Update murder.md

* Update occupation.md

* Update occupation.md

* Update occupation.md

* Disable pointer events on panel legend; resolves weird zoom on mobile

* Update guardian.md

* Update witherspoon.md

* Update matriculation.md

* Update matriculation.md

* Update departure.md

* Update william-potter-ross.md

* Update otterskin.md

* Update sheldon-jackson.md

* Update cultural-property.md

* Update cultural-property.md

* Update pecos.md

* Update recruitment.md

* Update recruitment.md

* Update recruitment.md

* Update activism.md

* Update activism.md

* Update filmmaking.md

* Update honorary-degree.md

* Update ivy-natives.md

* Update ivy-natives.md

* Update ivy-natives.md

* Update ivy-natives.md

* Update ivy-natives.md

* Update conference.md

* Move page content out of metadata section

* Update conference.md

* Update advocacy.md

* Update naisip-founded.md

* Update nuclear-princeton.md

* Update nuclear-princeton.md

* Update annual-symposia.md

* Update seed-farm.md

* Update library-recognitions.md

* Update library-recognitions.md

* Update sand-hill.md

* Update sand-hill.md

* Update about.md

copyedits

* Update resources.md

remove Other resources on Sand Hill

* Add profile links to credits page

* Clean up urls in leaf content

* Update credits page; add project citation with config data & shortcode

* Update figure shortcode and styles for attribution without link

* Update dedication figure caption and attribution

* Force a space between project authors and title in project citation

* Add Lola's Sycamore illustration to credits

* Set version to 0.9

---------

Co-authored-by: im2484 <129112519+im2484@users.noreply.github.com>
Co-authored-by: gissoo <44615389+gissoo@users.noreply.github.com>
Co-authored-by: jhimpele <93936615+jhimpele@users.noreply.github.com>
rlskoeser added a commit that referenced this issue Sep 22, 2023
* Adjust visual debug controls for revised footer

* Fix leaf data sort logic so it works properly in Chrome

resolves #180

* Add files via upload

* added 2 images to citizenship leaf

* Add files via upload

* added image to independence leaf

* Update munsee-three-sisters-farm.md

* Add files via upload

* Update american-indian-religious-freedom-act.md

* Update american-indian-religious-freedom-act.md

* Update museum.md

* Update brotherton-pact.md

* Update lawsuit.md

* Update storytelling.md

* Listen for hashchange event and update selected leaf

* Add content from google docs and implement content styles (#182)

* Add a simple audio shortcode

* Import text content from google docs

* Make adjustments to content page text

* Implement styles for content pages

* Add sizing for images

* Update about and credits with revisions from google docs

* Add lunaapahkiing audio clip to git

* Increase timeout for render build

* Add same extra padding to h2 after a list as after a paragraph

* Update about page and credits

* Add falling sycamore leaf background image to content pages (#184)

* Revise figure captions & attributions (#183)

* Revise figure captions & attributions

* Set PUL as source for all images from Princeton periodical archives

* Update colors; use rgba for glow colors

* Lower opacity trunk & branches when a tag is active

* replace naisip logo

* add site title to desktop

* add site title to mobile

* add VizE lab logo to the footer

* add NAISIP logo to the footer

* Update text shadow in _timetree.scss

* Fix handling for tags that include slashes

* Add NAISIP logo to the footer

* Feature/dedication (#185)

* Preliminary implementation for dedication

* Make dedication act like a leaf

* Fix dedication role (not aria-role)

* Adjust positioning and scale of dedication plaque on the tree

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Set focus color to black; style dedication for visible focus and disabled

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Updated plaque image with dedication text

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Embed plaque svg with use instead of image

* Adjust tree container height on mobile

* Adjust focus styles for dedication plaque

* Implement selected style for dedication plaque

* Revise dedication plaque selection glow blur from 16px to 8px

* Update themes/timetree/assets/scss/pages/_timetree.scss

Co-authored-by: gissoo <44615389+gissoo@users.noreply.github.com>

* Use separate svgs for plaque and strings so glow can be plaque only

* Add plaque with image instead of use so it will render better on safari

---------

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Add google analytics code and partial #171

* Use local google analytics template to configure cookies

* Update documentation with guidelines for multiple images #198

Also document audio shortcode

* Shorten audio example; fix formatting for image sizes

* Remove python import script code and related instructions from readme

* Implement noscript message #187

* misc UI cleanup (#205)

* Don't apply text hover effect to century axis labels #190

* Update partner logos in footer

* Add tagline and welcome

* Put audio caption before audio embed

* Update figure caption font sizes

* Correct size for h2 on mobile

* Set mobile size for Munsee welcome text

* Move panel legend into a shortcode so we can display it before footnote

* Adjust spacing for Munsee welcome and footnotes

* Control footnote ref/backref scrolling within the details panel

* Add declarations for bold and black italic fonts

* Include tagline in meta description

* add site title to mobile

* Adjust spacing for mobile title and tagline

* Update leaf single page template to link to view in timetree #213

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Update exported svg of timetree and rename file for clarity

* Adjust alignment for image on noscript message

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Suppress view on tree link when displaying leaf details within timetree

* Adjust mobile breakpoint and limit panel content width for tablet

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Make text shadow for leaf labels darker; document Safari tspan bug #199

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* configure lighthouse to warn instead of error for passive event handler (#217)

* Call preventDefault in zoom event handler

* Update version of d3 and other npm dependencies

* Configure lighthouse to warn instead of error on passive event listener

* Add 404 error image on desktop

* add 404 error image on mobile

* document draft status for leaves (#216)

* Document option of draft status in contributor docs #215

* Set deer traps leaf to draft status

* 404 page and styles #186 (#197)

* Preliminary 404 page and styles #186

* Limit width of error text on 404 page for desktop

* Adjust 404 tree sizing/placement

* improve accessibility for the timetree (#202)

* Use d3.select to update elements more concisely

* Fix keyboard focus outline for highlighted leaves

* Add keyboard focus outlines for all elements

* Refactor panel and leaves js code

* Refactor to use getters and setters

* Manage focus when opening and closing leaves

- hide visually hidden elements from screen readers
- disable visually hidden buttons

* Add keyboard handling for elements with role=button

* Fix mixin access to panel; update mixin syntax

* Add focusable headers for the start of each branch

* Tweak strength for century y force

* Fix panel object reference for keypress event handler

* Fix failing unit tests

* Make dedication non-interactive when a tag is active

* Include dedication when setting focus

* Address lighthouse error for panel anchor link

* Update zoom methods for leaf refactor

* Pass tag list into leaves as constructor argument

* Fix visibility problem for tag with closed panel on mobile

* Tweak focus style for active tag & close button

* Revert to default focus style for active tag close button

* Don't update branch-start pseudoheader tabindex when reactivating leaves

* Order nodes based on configured branch order

* Adjust panel branch shortcut visual styles

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Add focus management to treat timetree with active tag like a modal

* Address lighthouse warning about uncrawlable link

* Handle shift+tab out of info panel close button

* Consolidate focus handlers and handle combined states (leaf+tag)

* Add aria live announcements when filtering leaves by tag

* Adjust focus management logic so it works in both firefox and chrome

* Fix mobile overscroll behavior

---------

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Update test fixture for new panel announce method

* Update brotherton-res.md

* Update cheswold-de.md

add period at end.

* Update ontario-munsee.md

* Update delaware-nation-in-oklahoma.md

copyediting

* Update brotherton-refusal.md

copyedits

* Update nj-nanticoke.md

* Update pro-british-lunaapeew.md

copy edits

* Update stockbridge.md

copy edits

* Update gnadenhutten-massacre.md

copy edit, and missing content

* Update wisconsin-munsee.md

* Update 1866-delaware-treaty.md

copy edit, add text.

* Update sand-hill.md

add space

* Update ramapough-lenape.md

* Update indian-town.md

* Update lunaapahkiing.md

* Update assunpink.md

copy edit

* Update lenapewihittuck.md

copyedits

* Update dutch-settle.md

copyedits

* Update mannahatta.md

copy edits

* Update nj-purchase.md

* support zoom on desktop; add buttons for zoom controls (#218)

* Add zoom controls

* Bind zoom in/out behaviors to buttons

* Store references to zoom control buttons

* Implement dragging for desktop zoom

* Adjust zoom control button placement on desktop to align with panel

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

---------

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Adjust layout to keep all leaves within bounds (#226)

* Add a custom bounds force to keep leaves within the svg bounds #128

* Adjust & simplify forces for leaf positioning; adjust axis position

* Adjust mobile zoom y target for leaves displaying below panel #210 (#227)

* Adjust mobile zoom y target for leaves displaying below panel #210

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Fix invisible labels on mobile even when zoomed

---------

Co-authored-by: Gissoo <44615389+gissoo@users.noreply.github.com>

* Add photo to dedication

* Adjust figure spacing; style figures for content pages

* Update static timetree with export of latest version

* Update wm-penn.md

copy edits

* Update delaware-valley.md

* Update delaware-valley.md

copyedits

* Update equality.md

* Update princeton-settlement.md

* Update kingston.md

copyedits

* Update land-seizure.md

* Update concession.md

copyedits

* Update westward-migration.md

copyedits

* Update easton-treaty.md

copyedits

* Update easton-signing.md

copyedits

* Update calvins.md

copyedits

* Update emigration.md

copyedits

* Update unami-migration.md

copyedits

* Update unami-migration.md

* Update midwest-resettlement.md

* Update british-alliance.md

* Update exodus.md

* Update exodus.md

* Update chiefs.md

* Update seneca.md

* Update fallen-timbers.md

* Update fallen-timbers.md

* Update greenville-treaty.md

* Update greenville-treaty.md

* Update greenville-treaty.md

* Update removal-act.md

* Update removal-act.md

* Update delaware-treaty.md

* Update cherokee-purchase.md

* Update delaware-treaty.md

* Update cherokee-purchase.md

* Update nj-nanticoke.md

* Update claim-vs-nj.md

* Update land-rights.md

* Update citizenship.md

* Update american-indian-religious-freedom-act.md

* Update american-indian-religious-freedom-act.md

* Update recognition-of-ritual-authority.md

* Update museum.md

* Update museum.md

* Update independence.md

* Update land-governance.md

* Update munsee-names.md

* Update chief-mark-peters.md

* Update storytelling.md

* Document software & content license in the readme

* Basic metadata for citation / zotero harvest

* Display labels for some leaves on mobile default view  (#228)

* Adjust labeled button style selector

* Mark a handful of leaves as "featured" for display by default on mobile

* Include featured parameter in leaf data json and leaf label classes

* Display labels for featured leaves on mobile default view

* Document featured parameter

* Remove Pro-British Lunaapeew featured flag

* Update college-of-nj-opens.md

* Update land-donated.md

* Update nassau-hall.md

* Update pres-edwards.md

* Update wooley.md

* Update scott-calvin.md

* Use fullname for RSK on the credits page

* Update col-morgan.md

* Update white-eyes.md

* Update murder.md

* Update occupation.md

* Update occupation.md

* Update occupation.md

* Disable pointer events on panel legend; resolves weird zoom on mobile

* Update guardian.md

* Update witherspoon.md

* Update matriculation.md

* Update matriculation.md

* Update departure.md

* Update william-potter-ross.md

* Update otterskin.md

* Update sheldon-jackson.md

* Update cultural-property.md

* Update cultural-property.md

* Update pecos.md

* Update recruitment.md

* Update recruitment.md

* Update recruitment.md

* Update activism.md

* Update activism.md

* Update filmmaking.md

* Update honorary-degree.md

* Update ivy-natives.md

* Update ivy-natives.md

* Update ivy-natives.md

* Update ivy-natives.md

* Update ivy-natives.md

* Update conference.md

* Move page content out of metadata section

* Update conference.md

* Update advocacy.md

* Update naisip-founded.md

* Update nuclear-princeton.md

* Update nuclear-princeton.md

* Update annual-symposia.md

* Update seed-farm.md

* Update library-recognitions.md

* Update library-recognitions.md

* Update sand-hill.md

* Update sand-hill.md

* Update about.md

copyedits

* Update resources.md

remove Other resources on Sand Hill

* Add profile links to credits page

* Clean up urls in leaf content

* Update credits page; add project citation with config data & shortcode

* Update figure shortcode and styles for attribution without link

* Update dedication figure caption and attribution

* Force a space between project authors and title in project citation

* Add Lola's Sycamore illustration to credits

* Set version to 0.9

---------

Co-authored-by: im2484 <129112519+im2484@users.noreply.github.com>
Co-authored-by: gissoo <44615389+gissoo@users.noreply.github.com>
Co-authored-by: jhimpele <93936615+jhimpele@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ chore One-off task or update
Projects
None yet
Development

No branches or pull requests

1 participant