-
Notifications
You must be signed in to change notification settings - Fork 403
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
feat: update theme to use theming api v4 #499
Conversation
Build request form using data helpers
feat: request form using field data helpers
Ticket Form Selector
Setup improvements
Minimize generated JS bundles
fix: always redirect to the new request page when a ticket form is selected
fix: text reflow a11y issue in the Answer Bot modal
refactor: align with the refactored APIs for the parent request
Merge branch 'master' into v4-alpha
fix: clearing date field when it is hidden
chore: added test id for suggested articles
chore: commit minified assets
docs: added information about the React components
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳 🥳 🥳
@@ -17,6 +25,7 @@ parts: | |||
title: "Title of the footer of the Answer Bot Modal" | |||
screenshot: "https://drive.google.com/file/d/14qsEyUiVTy9MRYBGkgVWLmlduhoscYBw/view?usp=drive_link" | |||
value: "Does this article answer your question?" | |||
obsolete: "2024-08-22" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obsolete: "2024-08-22" | |
obsolete: "2024-09-22" |
The date should be at least 2 months in the future :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, changed
BREAKING CHANGE: theme is now relying on functionality that is exclusive to the theming api v4
cf9f605
to
d89b0a5
Compare
Description
This PR updates Copenhagen Theme to use Templating API v4 (docs)
Screenshots
Checklist