forked from zendesk/copenhagen_theme
-
Notifications
You must be signed in to change notification settings - Fork 1
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: Mobile nav improvements and new menu items #5
Open
fk-currenxie
wants to merge
653
commits into
currenxie:tf-zendesk-master-to-currenxie-master
Choose a base branch
from
zendesk:master
base: tf-zendesk-master-to-currenxie-master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: Mobile nav improvements and new menu items #5
fk-currenxie
wants to merge
653
commits into
currenxie:tf-zendesk-master-to-currenxie-master
from
zendesk:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tf-currenxie
changed the base branch from
master
to
tf-zendesk-master-to-currenxie-master
January 11, 2022 09:52
|
feat: mark fields as required
fix: fixed request form dropdowns and conditional fields
feat: added CreditCard field
feat: added Tagger field
fix: added empty option for priority and type fields
feat: added suggested articles
fix: added aria-current attribute to articles list
## [3.1.5](v3.1.4...v3.1.5) (2023-10-05) ### Bug Fixes * added aria-current attribute to articles list ([3e98445](3e98445))
… posts (a11y fix) fix: post list page
Use <ul> element to render list of posts (a11y fix)
## [3.1.6](v3.1.5...v3.1.6) (2023-10-05) ### Bug Fixes * **community-post-list-page:** use <ul> element to render the list of posts (a11y fix) ([ea1bd55](ea1bd55)) * **community-topic-page:** use <ul> element to render the list of posts (a11y fix) ([6ccd42d](6ccd42d))
Lookup fields implementation
# [4.1.0](v4.0.11...v4.1.0) (2024-09-23) ### Bug Fixes * preload options to lookup field ([90ecd26](90ecd26)) ### Features * added lookup fields ([7e3dcbd](7e3dcbd))
test: add data test id for lookup field
…-field-behavior-for-v4 feat: validate CC tag when leaving the field
# [4.2.0](v4.1.0...v4.2.0) (2024-10-03) ### Features * validate CC tag when leaving the field ([2729a35](2729a35))
fix: change section page header flex wrap
## [4.2.1](v4.2.0...v4.2.1) (2024-10-03) ### Bug Fixes * change section page header flex wrap ([6d77506](6d77506))
- In French keyboards, the browser is detecting the code for a paragraph to be a comma instead. To fix this, for the outlier of the comma, I'm using the check on key instead of code. Garden has these keys available as constants so I'm using them for consistency on comparison
…agraph fix: paragraph gets treated as comma
## [4.2.2](v4.2.1...v4.2.2) (2024-10-07) ### Bug Fixes * paragraph gets treated as comma ([0c01d76](0c01d76))
[GG-3938] Fixed date fields prefilling
## [4.2.3](v4.2.2...v4.2.3) (2024-10-30) ### Bug Fixes * added validation of date format for ticket field prefilling ([4f01052](4f01052)) * fixed date fields prefilling with wrong dates in some timezones ([67fd377](67fd377))
fix: add aria-label for removing attachment in new request form
## [4.2.4](v4.2.3...v4.2.4) (2024-11-25) ### Bug Fixes * add aria label for removing attachment ([6127e57](6127e57))
- In Japanese, allowing the text to wrap randomly changes the meaning of the word. Have confirmed with a Japanese speaker that using strict to allow the line to break still retains the correct meaning. - Used npm run build to make sure the asset minification isnt lost
fix: prevent text overflow in Japanese
## [4.2.5](v4.2.4...v4.2.5) (2024-12-04) ### Bug Fixes * line-break strict for correct text wrapping ([1c568c7](1c568c7))
chore: added translation strings for the Service Catalog
chore: translations for ticket fields module
chore: add new string for translations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
pull upstream changes
Checklist