• gitea-actions released this 2026-01-23 02:50:13 +00:00 | 0 commits to main since this release

    Changelog

    Files changed in this release:

    • README.md
    Downloads
  • gitea-actions released this 2025-12-22 05:15:25 +00:00 | 5 commits to main since this release

    Changelog

    Files changed in this release:

    • .gitea/workflows/release_build.yml
    • .gitea/workflows/update_readme.yml
    • README.md
    Downloads
  • gitea-actions released this 2025-12-22 02:43:13 +00:00 | 8 commits to main since this release

    Changelog

    Files changed in this release:

    • .gitea/workflows/release_build.yml
    • .gitea/workflows/update_readme.yml
    Downloads
  • gitea-actions released this 2025-12-16 23:54:00 +00:00 | 11 commits to main since this release

    Changelog

    Files changed in this release:

    • .a11yrc.json.example
    • .eslintrc.js
    • .gitattributes
    • .gitea/workflows/release_build.yml
    • .gitignore
    • .husky/commit-msg
    • .npmrc
    • .nvmrc
    • .releaserc
    • .yarn/releases/yarn-4.10.3.cjs
    • .yarnrc.yml
    • CHANGELOG.md
    • LICENSE
    • README.md
    • assets/.gitkeep
    • assets/approval-requests-bundle.js
    • assets/approval-requests-translations-bundle.js
    • assets/es-module-shims.js
    • assets/flash-notifications-bundle.js
    • assets/new-request-form-bundle.js
    • assets/new-request-form-translations-bundle.js
    • assets/service-catalog-bundle.js
    • assets/service-catalog-translations-bundle.js
    • assets/shared-bundle.js
    • assets/ticket-fields-bundle.js
    • assets/wysiwyg-bundle.js
    • bin/extract-strings.mjs
    • bin/lighthouse/account.js
    • bin/lighthouse/config.js
    • bin/lighthouse/constants.js
    • bin/lighthouse/index.js
    • bin/lighthouse/login.js
    • bin/lighthouse/processor.js
    • bin/lighthouse/urls.js
    • bin/theme-upload.js
    • bin/update-manifest-version.sh
    • bin/update-modules-translations.mjs
    • bin/update-translations.js
    • custom/script.js.template
    • custom/style.css.template
    • generate-import-map.mjs
    • jest.config.mjs
    • jest.setup.js
    • package.json
    • rollup.config.mjs
    • script.js
    • settings/community_background_image.jpg
    • settings/community_image.jpg
    • settings/favicon.png
    • settings/homepage_background_image.jpg
    • settings/logo.png
    • src/Dropdown.js
    • src/Dropdown.spec.js
    • src/Keys.js
    • src/dropdowns.js
    • src/focus.js
    • src/forms.js
    • src/index.js
    • src/modules/approval-requests/ApprovalRequestListPage.test.tsx
    • src/modules/approval-requests/ApprovalRequestListPage.tsx
    • src/modules/approval-requests/ApprovalRequestPage.test.tsx
    • src/modules/approval-requests/ApprovalRequestPage.tsx
    • src/modules/approval-requests/components/approval-request-list/ApprovalRequestListFilters.test.tsx
    • src/modules/approval-requests/components/approval-request-list/ApprovalRequestListFilters.tsx
    • src/modules/approval-requests/components/approval-request-list/ApprovalRequestListTable.test.tsx
    • src/modules/approval-requests/components/approval-request-list/ApprovalRequestListTable.tsx
    • src/modules/approval-requests/components/approval-request-list/NoApprovalRequestsText.tsx
    • src/modules/approval-requests/components/approval-request/ApprovalRequestBreadcrumbs.test.tsx
    • src/modules/approval-requests/components/approval-request/ApprovalRequestBreadcrumbs.tsx
    • src/modules/approval-requests/components/approval-request/ApprovalRequestDetails.test.tsx
    • src/modules/approval-requests/components/approval-request/ApprovalRequestDetails.tsx
    • src/modules/approval-requests/components/approval-request/ApprovalRequestPreviousDecision.test.tsx
    • src/modules/approval-requests/components/approval-request/ApprovalRequestPreviousDecision.tsx
    • src/modules/approval-requests/components/approval-request/ApprovalStatusTag.test.tsx
    • src/modules/approval-requests/components/approval-request/ApprovalStatusTag.tsx
    • src/modules/approval-requests/components/approval-request/ApprovalTicketDetails.test.tsx
    • src/modules/approval-requests/components/approval-request/ApprovalTicketDetails.tsx
    • src/modules/approval-requests/components/approval-request/ApproverActions.test.tsx
    • src/modules/approval-requests/components/approval-request/ApproverActions.tsx
    • src/modules/approval-requests/components/approval-request/clarification/AvatarWithBadge.tsx
    • src/modules/approval-requests/components/approval-request/clarification/ClarificationComment.tsx
    • src/modules/approval-requests/components/approval-request/clarification/ClarificationCommentForm.tsx
    • src/modules/approval-requests/components/approval-request/clarification/ClarificationContainer.tsx
    • src/modules/approval-requests/components/approval-request/clarification/CommentLimitAlert.tsx
    • src/modules/approval-requests/components/approval-request/clarification/NewCommentIndicator.tsx
    • src/modules/approval-requests/components/approval-request/clarification/RelativeTime.tsx
    • src/modules/approval-requests/components/approval-request/clarification/constants.ts
    • src/modules/approval-requests/components/approval-request/clarification/hooks/tests/useCommentForm.test.ts
    • src/modules/approval-requests/components/approval-request/clarification/hooks/tests/useGetUnreadComments.test.ts
    • src/modules/approval-requests/components/approval-request/clarification/hooks/tests/useIntersectionObserver.test.ts
    • src/modules/approval-requests/components/approval-request/clarification/hooks/tests/useSubmitComment.test.ts
    • src/modules/approval-requests/components/approval-request/clarification/hooks/useCommentForm.ts
    • src/modules/approval-requests/components/approval-request/clarification/hooks/useGetClarificationCopy.ts
    • src/modules/approval-requests/components/approval-request/clarification/hooks/useGetUnreadComments.ts
    • src/modules/approval-requests/components/approval-request/clarification/hooks/useIntersectionObserver.ts
    • src/modules/approval-requests/components/approval-request/clarification/hooks/useSubmitComment.ts
    • src/modules/approval-requests/components/approval-request/clarification/tests/ClarificationComment.test.tsx
    • src/modules/approval-requests/components/approval-request/clarification/tests/ClarificationCommentForm.test.tsx
    • src/modules/approval-requests/components/approval-request/clarification/tests/ClarificationContainer.test.tsx
    • src/modules/approval-requests/components/approval-request/clarification/tests/CommentLimitAlert.test.tsx
    • src/modules/approval-requests/components/approval-request/clarification/tests/NewCommentIndicator.test.tsx
    • src/modules/approval-requests/components/approval-request/clarification/utils.ts
    • src/modules/approval-requests/constants.ts
    • src/modules/approval-requests/hooks/useApprovalRequest.tsx
    • src/modules/approval-requests/hooks/useSearchApprovalRequests.tsx
    • src/modules/approval-requests/hooks/useUserViewedApprovalStatus.ts
    • src/modules/approval-requests/index.tsx
    • src/modules/approval-requests/renderApprovalRequest.tsx
    • src/modules/approval-requests/renderApprovalRequestList.tsx
    • src/modules/approval-requests/submitApprovalDecision.tsx
    • src/modules/approval-requests/testHelpers.tsx
    • src/modules/approval-requests/translations/en-us.yml
    • src/modules/approval-requests/translations/locales/af.json
    • src/modules/approval-requests/translations/locales/ar-x-pseudo.json
    • src/modules/approval-requests/translations/locales/ar.json
    • src/modules/approval-requests/translations/locales/az.json
    • src/modules/approval-requests/translations/locales/be.json
    • src/modules/approval-requests/translations/locales/bg.json
    • src/modules/approval-requests/translations/locales/bn.json
    • src/modules/approval-requests/translations/locales/bs.json
    • src/modules/approval-requests/translations/locales/ca.json
    • src/modules/approval-requests/translations/locales/cs.json
    • src/modules/approval-requests/translations/locales/cy.json
    • src/modules/approval-requests/translations/locales/da.json
    • src/modules/approval-requests/translations/locales/de-de.json
    • src/modules/approval-requests/translations/locales/de-x-informal.json
    • src/modules/approval-requests/translations/locales/de.json
    • src/modules/approval-requests/translations/locales/el.json
    • src/modules/approval-requests/translations/locales/en-001.json
    • src/modules/approval-requests/translations/locales/en-150.json
    • src/modules/approval-requests/translations/locales/en-au.json
    • src/modules/approval-requests/translations/locales/en-ca.json
    • src/modules/approval-requests/translations/locales/en-gb.json
    • src/modules/approval-requests/translations/locales/en-my.json
    • src/modules/approval-requests/translations/locales/en-ph.json
    • src/modules/approval-requests/translations/locales/en-se.json
    • src/modules/approval-requests/translations/locales/en-us.json
    • src/modules/approval-requests/translations/locales/en-x-dev.json
    • src/modules/approval-requests/translations/locales/en-x-keys.json
    • src/modules/approval-requests/translations/locales/en-x-obsolete.json
    • src/modules/approval-requests/translations/locales/en-x-pseudo.json
    • src/modules/approval-requests/translations/locales/en-x-test.json
    • src/modules/approval-requests/translations/locales/es-419.json
    • src/modules/approval-requests/translations/locales/es-ar.json
    • src/modules/approval-requests/translations/locales/es-cl.json
    • src/modules/approval-requests/translations/locales/es-es.json
    • src/modules/approval-requests/translations/locales/es-mx.json
    • src/modules/approval-requests/translations/locales/es-pe.json
    • src/modules/approval-requests/translations/locales/es.json
    • src/modules/approval-requests/translations/locales/et.json
    • src/modules/approval-requests/translations/locales/eu.json
    • src/modules/approval-requests/translations/locales/fa-af.json
    • src/modules/approval-requests/translations/locales/fa.json
    • src/modules/approval-requests/translations/locales/fi.json
    • src/modules/approval-requests/translations/locales/fil.json
    • src/modules/approval-requests/translations/locales/fo.json
    • src/modules/approval-requests/translations/locales/fr-ca.json
    • src/modules/approval-requests/translations/locales/fr-dz.json
    • src/modules/approval-requests/translations/locales/fr-mu.json
    • src/modules/approval-requests/translations/locales/fr.json
    • src/modules/approval-requests/translations/locales/ga.json
    • src/modules/approval-requests/translations/locales/he.json
    • src/modules/approval-requests/translations/locales/hi.json
    • src/modules/approval-requests/translations/locales/hr.json
    • src/modules/approval-requests/translations/locales/hu.json
    • src/modules/approval-requests/translations/locales/hy.json
    • src/modules/approval-requests/translations/locales/id.json
    • src/modules/approval-requests/translations/locales/is.json
    • src/modules/approval-requests/translations/locales/it-ch.json
    • src/modules/approval-requests/translations/locales/it.json
    • src/modules/approval-requests/translations/locales/ja.json
    • src/modules/approval-requests/translations/locales/ka.json
    • src/modules/approval-requests/translations/locales/kk.json
    • src/modules/approval-requests/translations/locales/kl-dk.json
    • src/modules/approval-requests/translations/locales/km.json
    • src/modules/approval-requests/translations/locales/ko.json
    • src/modules/approval-requests/translations/locales/ku.json
    • src/modules/approval-requests/translations/locales/ky.json
    • src/modules/approval-requests/translations/locales/lt.json
    • src/modules/approval-requests/translations/locales/lv.json
    • src/modules/approval-requests/translations/locales/mk.json
    • src/modules/approval-requests/translations/locales/mn.json
    • src/modules/approval-requests/translations/locales/ms.json
    • src/modules/approval-requests/translations/locales/mt.json
    • src/modules/approval-requests/translations/locales/my.json
    • src/modules/approval-requests/translations/locales/ne.json
    • src/modules/approval-requests/translations/locales/nl-be.json
    • src/modules/approval-requests/translations/locales/nl.json
    • src/modules/approval-requests/translations/locales/no.json
    • src/modules/approval-requests/translations/locales/pl.json
    • src/modules/approval-requests/translations/locales/pt-br.json
    • src/modules/approval-requests/translations/locales/pt.json
    • src/modules/approval-requests/translations/locales/ro-md.json
    • src/modules/approval-requests/translations/locales/ro.json
    • src/modules/approval-requests/translations/locales/ru.json
    • src/modules/approval-requests/translations/locales/si.json
    • src/modules/approval-requests/translations/locales/sk.json
    • src/modules/approval-requests/translations/locales/sl.json
    • src/modules/approval-requests/translations/locales/sq.json
    • src/modules/approval-requests/translations/locales/sr-me.json
    • src/modules/approval-requests/translations/locales/sr.json
    • src/modules/approval-requests/translations/locales/sv.json
    • src/modules/approval-requests/translations/locales/sw-ke.json
    • src/modules/approval-requests/translations/locales/ta.json
    • src/modules/approval-requests/translations/locales/th.json
    • src/modules/approval-requests/translations/locales/tr.json
    • src/modules/approval-requests/translations/locales/uk.json
    • src/modules/approval-requests/translations/locales/ur-pk.json
    • src/modules/approval-requests/translations/locales/ur.json
    • src/modules/approval-requests/translations/locales/uz.json
    • src/modules/approval-requests/translations/locales/vi.json
    • src/modules/approval-requests/translations/locales/zh-cn.json
    • src/modules/approval-requests/translations/locales/zh-tw.json
    • src/modules/approval-requests/types.ts
    • src/modules/approval-requests/utils.ts
    • src/modules/flash-notifications/FlashNotifications.spec.tsx
    • src/modules/flash-notifications/FlashNotifications.tsx
    • src/modules/flash-notifications/index.ts
    • src/modules/flash-notifications/renderFlashNotifications.spec.tsx
    • src/modules/flash-notifications/renderFlashNotifications.tsx
    • src/modules/new-request-form/NewRequestForm.tsx
    • src/modules/new-request-form/answer-bot-generative-modal/GenerativeAnswerBotModal.spec.tsx
    • src/modules/new-request-form/answer-bot-generative-modal/GenerativeAnswerBotModal.tsx
    • src/modules/new-request-form/answer-bot-generative-modal/GenerativeAnswerBotModalBody.tsx
    • src/modules/new-request-form/answer-bot-generative-modal/GenerativeAnswerBotModalFooter.tsx
    • src/modules/new-request-form/answer-bot-generative-modal/GenerativeAnswerContent.tsx
    • src/modules/new-request-form/answer-bot-generative-modal/GenerativeAnswerSourcesList.tsx
    • src/modules/new-request-form/answer-bot-modal/AnswerBotModal.tsx
    • src/modules/new-request-form/data-types/AnswerBot.ts
    • src/modules/new-request-form/data-types/AttachmentsField.ts
    • src/modules/new-request-form/data-types/HiddenField.ts
    • src/modules/new-request-form/data-types/RequestForm.tsx
    • src/modules/new-request-form/data-types/global.d.ts
    • src/modules/new-request-form/data-types/index.ts
    • src/modules/new-request-form/fetchCsrfToken.ts
    • src/modules/new-request-form/fields/attachments/Attachments.tsx
    • src/modules/new-request-form/fields/attachments/FileListItem.tsx
    • src/modules/new-request-form/fields/attachments/useAttachedFiles.ts
    • src/modules/new-request-form/fields/cc-field/CcField.tsx
    • src/modules/new-request-form/fields/cc-field/useTagsInputContainer.ts
    • src/modules/new-request-form/index.tsx
    • src/modules/new-request-form/parent-ticket-field/ParentTicketField.tsx
    • src/modules/new-request-form/renderNewRequestForm.tsx
    • src/modules/new-request-form/suggested-articles/SuggestedArticles.tsx
    • src/modules/new-request-form/ticket-form-field/TicketFormField.tsx
    • src/modules/new-request-form/translations/en-us.yml
    • src/modules/new-request-form/translations/locales/af.json
    • src/modules/new-request-form/translations/locales/ar-x-pseudo.json
    • src/modules/new-request-form/translations/locales/ar.json
    • src/modules/new-request-form/translations/locales/az.json
    • src/modules/new-request-form/translations/locales/be.json
    • src/modules/new-request-form/translations/locales/bg.json
    • src/modules/new-request-form/translations/locales/bn.json
    • src/modules/new-request-form/translations/locales/bs.json
    • src/modules/new-request-form/translations/locales/ca.json
    • src/modules/new-request-form/translations/locales/cs.json
    • src/modules/new-request-form/translations/locales/cy.json
    • src/modules/new-request-form/translations/locales/da.json
    • src/modules/new-request-form/translations/locales/de-de.json
    • src/modules/new-request-form/translations/locales/de-x-informal.json
    • src/modules/new-request-form/translations/locales/de.json
    • src/modules/new-request-form/translations/locales/el.json
    • src/modules/new-request-form/translations/locales/en-001.json
    • src/modules/new-request-form/translations/locales/en-150.json
    • src/modules/new-request-form/translations/locales/en-au.json
    • src/modules/new-request-form/translations/locales/en-ca.json
    • src/modules/new-request-form/translations/locales/en-gb.json
    • src/modules/new-request-form/translations/locales/en-my.json
    • src/modules/new-request-form/translations/locales/en-ph.json
    • src/modules/new-request-form/translations/locales/en-se.json
    • src/modules/new-request-form/translations/locales/en-us.json
    • src/modules/new-request-form/translations/locales/en-x-dev.json
    • src/modules/new-request-form/translations/locales/en-x-keys.json
    • src/modules/new-request-form/translations/locales/en-x-obsolete.json
    • src/modules/new-request-form/translations/locales/en-x-pseudo.json
    • src/modules/new-request-form/translations/locales/en-x-test.json
    • src/modules/new-request-form/translations/locales/es-419.json
    • src/modules/new-request-form/translations/locales/es-ar.json
    • src/modules/new-request-form/translations/locales/es-cl.json
    • src/modules/new-request-form/translations/locales/es-es.json
    • src/modules/new-request-form/translations/locales/es-mx.json
    • src/modules/new-request-form/translations/locales/es-pe.json
    • src/modules/new-request-form/translations/locales/es.json
    • src/modules/new-request-form/translations/locales/et.json
    • src/modules/new-request-form/translations/locales/eu.json
    • src/modules/new-request-form/translations/locales/fa-af.json
    • src/modules/new-request-form/translations/locales/fa.json
    • src/modules/new-request-form/translations/locales/fi.json
    • src/modules/new-request-form/translations/locales/fil.json
    • src/modules/new-request-form/translations/locales/fo.json
    • src/modules/new-request-form/translations/locales/fr-ca.json
    • src/modules/new-request-form/translations/locales/fr-dz.json
    • src/modules/new-request-form/translations/locales/fr-mu.json
    • src/modules/new-request-form/translations/locales/fr.json
    • src/modules/new-request-form/translations/locales/ga.json
    • src/modules/new-request-form/translations/locales/he.json
    • src/modules/new-request-form/translations/locales/hi.json
    • src/modules/new-request-form/translations/locales/hr.json
    • src/modules/new-request-form/translations/locales/hu.json
    • src/modules/new-request-form/translations/locales/hy.json
    • src/modules/new-request-form/translations/locales/id.json
    • src/modules/new-request-form/translations/locales/is.json
    • src/modules/new-request-form/translations/locales/it-ch.json
    • src/modules/new-request-form/translations/locales/it.json
    • src/modules/new-request-form/translations/locales/ja.json
    • src/modules/new-request-form/translations/locales/ka.json
    • src/modules/new-request-form/translations/locales/kk.json
    • src/modules/new-request-form/translations/locales/kl-dk.json
    • src/modules/new-request-form/translations/locales/km.json
    • src/modules/new-request-form/translations/locales/ko.json
    • src/modules/new-request-form/translations/locales/ku.json
    • src/modules/new-request-form/translations/locales/ky.json
    • src/modules/new-request-form/translations/locales/lt.json
    • src/modules/new-request-form/translations/locales/lv.json
    • src/modules/new-request-form/translations/locales/mk.json
    • src/modules/new-request-form/translations/locales/mn.json
    • src/modules/new-request-form/translations/locales/ms.json
    • src/modules/new-request-form/translations/locales/mt.json
    • src/modules/new-request-form/translations/locales/my.json
    • src/modules/new-request-form/translations/locales/ne.json
    • src/modules/new-request-form/translations/locales/nl-be.json
    • src/modules/new-request-form/translations/locales/nl.json
    • src/modules/new-request-form/translations/locales/no.json
    • src/modules/new-request-form/translations/locales/pl.json
    • src/modules/new-request-form/translations/locales/pt-br.json
    • src/modules/new-request-form/translations/locales/pt.json
    • src/modules/new-request-form/translations/locales/ro-md.json
    • src/modules/new-request-form/translations/locales/ro.json
    • src/modules/new-request-form/translations/locales/ru.json
    • src/modules/new-request-form/translations/locales/si.json
    • src/modules/new-request-form/translations/locales/sk.json
    • src/modules/new-request-form/translations/locales/sl.json
    • src/modules/new-request-form/translations/locales/sq.json
    • src/modules/new-request-form/translations/locales/sr-me.json
    • src/modules/new-request-form/translations/locales/sr.json
    • src/modules/new-request-form/translations/locales/sv.json
    • src/modules/new-request-form/translations/locales/sw-ke.json
    • src/modules/new-request-form/translations/locales/ta.json
    • src/modules/new-request-form/translations/locales/th.json
    • src/modules/new-request-form/translations/locales/tr.json
    • src/modules/new-request-form/translations/locales/uk.json
    • src/modules/new-request-form/translations/locales/ur-pk.json
    • src/modules/new-request-form/translations/locales/ur.json
    • src/modules/new-request-form/translations/locales/uz.json
    • src/modules/new-request-form/translations/locales/vi.json
    • src/modules/new-request-form/translations/locales/zh-cn.json
    • src/modules/new-request-form/translations/locales/zh-tw.json
    • src/modules/new-request-form/typings.d.ts
    • src/modules/new-request-form/useDebounce.ts
    • src/modules/new-request-form/useFormSubmit.tsx
    • src/modules/new-request-form/usePrefilledTicketFields.tsx
    • src/modules/service-catalog/components/item-thumbnail/ItemThumbnail.tsx
    • src/modules/service-catalog/components/service-catalog-item/CollapsibleDescription.tsx
    • src/modules/service-catalog/components/service-catalog-item/ItemRequestForm.tsx
    • src/modules/service-catalog/components/service-catalog-item/ServiceCatalogItem.tsx
    • src/modules/service-catalog/components/service-catalog-item/submitServiceItemRequest.tsx
    • src/modules/service-catalog/components/service-catalog-list/EmptyState.tsx
    • src/modules/service-catalog/components/service-catalog-list/LoadingState.tsx
    • src/modules/service-catalog/components/service-catalog-list/Search.tsx
    • src/modules/service-catalog/components/service-catalog-list/SearchClearIcon.tsx
    • src/modules/service-catalog/components/service-catalog-list/ServiceCatalogList.tsx
    • src/modules/service-catalog/components/service-catalog-list/ServiceCatalogListItem.spec.tsx
    • src/modules/service-catalog/components/service-catalog-list/ServiceCatalogListItem.tsx
    • src/modules/service-catalog/data-types/Assets.ts
    • src/modules/service-catalog/data-types/ITAMAssetOptionObject.ts
    • src/modules/service-catalog/data-types/Meta.ts
    • src/modules/service-catalog/data-types/ServiceCatalogItem.ts
    • src/modules/service-catalog/data-types/ServiceRequestResponse.ts
    • src/modules/service-catalog/hooks/useAssetDataFetchers.spec.ts
    • src/modules/service-catalog/hooks/useAssetDataFetchers.tsx
    • src/modules/service-catalog/hooks/useItemFormFields.spec.ts
    • src/modules/service-catalog/hooks/useItemFormFields.tsx
    • src/modules/service-catalog/hooks/useServiceCatalogItem.tsx
    • src/modules/service-catalog/hooks/useServiceCatalogItems.spec.ts
    • src/modules/service-catalog/hooks/useServiceCatalogItems.tsx
    • src/modules/service-catalog/index.tsx
    • src/modules/service-catalog/renderServiceCatalogItem.tsx
    • src/modules/service-catalog/renderServiceCatalogList.tsx
    • src/modules/service-catalog/translations/en-us.yml
    • src/modules/service-catalog/translations/locales/af.json
    • src/modules/service-catalog/translations/locales/ar-x-pseudo.json
    • src/modules/service-catalog/translations/locales/ar.json
    • src/modules/service-catalog/translations/locales/az.json
    • src/modules/service-catalog/translations/locales/be.json
    • src/modules/service-catalog/translations/locales/bg.json
    • src/modules/service-catalog/translations/locales/bn.json
    • src/modules/service-catalog/translations/locales/bs.json
    • src/modules/service-catalog/translations/locales/ca.json
    • src/modules/service-catalog/translations/locales/cs.json
    • src/modules/service-catalog/translations/locales/cy.json
    • src/modules/service-catalog/translations/locales/da.json
    • src/modules/service-catalog/translations/locales/de-de.json
    • src/modules/service-catalog/translations/locales/de-x-informal.json
    • src/modules/service-catalog/translations/locales/de.json
    • src/modules/service-catalog/translations/locales/el.json
    • src/modules/service-catalog/translations/locales/en-001.json
    • src/modules/service-catalog/translations/locales/en-150.json
    • src/modules/service-catalog/translations/locales/en-au.json
    • src/modules/service-catalog/translations/locales/en-ca.json
    • src/modules/service-catalog/translations/locales/en-gb.json
    • src/modules/service-catalog/translations/locales/en-my.json
    • src/modules/service-catalog/translations/locales/en-ph.json
    • src/modules/service-catalog/translations/locales/en-se.json
    • src/modules/service-catalog/translations/locales/en-us.json
    • src/modules/service-catalog/translations/locales/en-x-dev.json
    • src/modules/service-catalog/translations/locales/en-x-keys.json
    • src/modules/service-catalog/translations/locales/en-x-obsolete.json
    • src/modules/service-catalog/translations/locales/en-x-pseudo.json
    • src/modules/service-catalog/translations/locales/en-x-test.json
    • src/modules/service-catalog/translations/locales/es-419.json
    • src/modules/service-catalog/translations/locales/es-ar.json
    • src/modules/service-catalog/translations/locales/es-cl.json
    • src/modules/service-catalog/translations/locales/es-es.json
    • src/modules/service-catalog/translations/locales/es-mx.json
    • src/modules/service-catalog/translations/locales/es-pe.json
    • src/modules/service-catalog/translations/locales/es.json
    • src/modules/service-catalog/translations/locales/et.json
    • src/modules/service-catalog/translations/locales/eu.json
    • src/modules/service-catalog/translations/locales/fa-af.json
    • src/modules/service-catalog/translations/locales/fa.json
    • src/modules/service-catalog/translations/locales/fi.json
    • src/modules/service-catalog/translations/locales/fil.json
    • src/modules/service-catalog/translations/locales/fo.json
    • src/modules/service-catalog/translations/locales/fr-ca.json
    • src/modules/service-catalog/translations/locales/fr-dz.json
    • src/modules/service-catalog/translations/locales/fr-mu.json
    • src/modules/service-catalog/translations/locales/fr.json
    • src/modules/service-catalog/translations/locales/ga.json
    • src/modules/service-catalog/translations/locales/he.json
    • src/modules/service-catalog/translations/locales/hi.json
    • src/modules/service-catalog/translations/locales/hr.json
    • src/modules/service-catalog/translations/locales/hu.json
    • src/modules/service-catalog/translations/locales/hy.json
    • src/modules/service-catalog/translations/locales/id.json
    • src/modules/service-catalog/translations/locales/is.json
    • src/modules/service-catalog/translations/locales/it-ch.json
    • src/modules/service-catalog/translations/locales/it.json
    • src/modules/service-catalog/translations/locales/ja.json
    • src/modules/service-catalog/translations/locales/ka.json
    • src/modules/service-catalog/translations/locales/kk.json
    • src/modules/service-catalog/translations/locales/kl-dk.json
    • src/modules/service-catalog/translations/locales/km.json
    • src/modules/service-catalog/translations/locales/ko.json
    • src/modules/service-catalog/translations/locales/ku.json
    • src/modules/service-catalog/translations/locales/ky.json
    • src/modules/service-catalog/translations/locales/lt.json
    • src/modules/service-catalog/translations/locales/lv.json
    • src/modules/service-catalog/translations/locales/mk.json
    • src/modules/service-catalog/translations/locales/mn.json
    • src/modules/service-catalog/translations/locales/ms.json
    • src/modules/service-catalog/translations/locales/mt.json
    • src/modules/service-catalog/translations/locales/my.json
    • src/modules/service-catalog/translations/locales/ne.json
    • src/modules/service-catalog/translations/locales/nl-be.json
    • src/modules/service-catalog/translations/locales/nl.json
    • src/modules/service-catalog/translations/locales/no.json
    • src/modules/service-catalog/translations/locales/pl.json
    • src/modules/service-catalog/translations/locales/pt-br.json
    • src/modules/service-catalog/translations/locales/pt.json
    • src/modules/service-catalog/translations/locales/ro-md.json
    • src/modules/service-catalog/translations/locales/ro.json
    • src/modules/service-catalog/translations/locales/ru.json
    • src/modules/service-catalog/translations/locales/si.json
    • src/modules/service-catalog/translations/locales/sk.json
    • src/modules/service-catalog/translations/locales/sl.json
    • src/modules/service-catalog/translations/locales/sq.json
    • src/modules/service-catalog/translations/locales/sr-me.json
    • src/modules/service-catalog/translations/locales/sr.json
    • src/modules/service-catalog/translations/locales/sv.json
    • src/modules/service-catalog/translations/locales/sw-ke.json
    • src/modules/service-catalog/translations/locales/ta.json
    • src/modules/service-catalog/translations/locales/th.json
    • src/modules/service-catalog/translations/locales/tr.json
    • src/modules/service-catalog/translations/locales/uk.json
    • src/modules/service-catalog/translations/locales/ur-pk.json
    • src/modules/service-catalog/translations/locales/ur.json
    • src/modules/service-catalog/translations/locales/uz.json
    • src/modules/service-catalog/translations/locales/vi.json
    • src/modules/service-catalog/translations/locales/zh-cn.json
    • src/modules/service-catalog/translations/locales/zh-tw.json
    • src/modules/shared/error-boundary/ErrorBoundary.tsx
    • src/modules/shared/error-boundary/ErrorScreen.tsx
    • src/modules/shared/error-boundary/index.ts
    • src/modules/shared/garden-theme/ThemeProviders.tsx
    • src/modules/shared/garden-theme/createTheme.ts
    • src/modules/shared/garden-theme/index.ts
    • src/modules/shared/garden-theme/modal-container/ModalContainerContext.ts
    • src/modules/shared/garden-theme/modal-container/ModalContainerProvider.tsx
    • src/modules/shared/garden-theme/modal-container/useModalContainer.tsx
    • src/modules/shared/garden-theme/styled.d.ts
    • src/modules/shared/i18n/index.ts
    • src/modules/shared/i18n/initI18next.ts
    • src/modules/shared/i18n/loadTranslations.ts
    • src/modules/shared/index.ts
    • src/modules/shared/notifications/GlobalNotifications.spec.tsx
    • src/modules/shared/notifications/GlobalNotifications.tsx
    • src/modules/shared/notifications/GlobalNotificationsRoot.spec.tsx
    • src/modules/shared/notifications/GlobalNotificationsRoot.tsx
    • src/modules/shared/notifications/ToastNotification.ts
    • src/modules/shared/notifications/addFlashNotification.ts
    • src/modules/shared/notifications/constants.ts
    • src/modules/shared/notifications/index.ts
    • src/modules/shared/notifications/notify.ts
    • src/modules/shared/notifications/notifyBus.spec.tsx
    • src/modules/shared/notifications/notifyBus.ts
    • src/modules/shared/notifications/useNotify.tsx
    • src/modules/shared/translations/en-us.yml
    • src/modules/shared/translations/locales/af.json
    • src/modules/shared/translations/locales/ar-x-pseudo.json
    • src/modules/shared/translations/locales/ar.json
    • src/modules/shared/translations/locales/az.json
    • src/modules/shared/translations/locales/be.json
    • src/modules/shared/translations/locales/bg.json
    • src/modules/shared/translations/locales/bn.json
    • src/modules/shared/translations/locales/bs.json
    • src/modules/shared/translations/locales/ca.json
    • src/modules/shared/translations/locales/cs.json
    • src/modules/shared/translations/locales/cy.json
    • src/modules/shared/translations/locales/da.json
    • src/modules/shared/translations/locales/de-de.json
    • src/modules/shared/translations/locales/de-x-informal.json
    • src/modules/shared/translations/locales/de.json
    • src/modules/shared/translations/locales/el.json
    • src/modules/shared/translations/locales/en-001.json
    • src/modules/shared/translations/locales/en-150.json
    • src/modules/shared/translations/locales/en-au.json
    • src/modules/shared/translations/locales/en-ca.json
    • src/modules/shared/translations/locales/en-gb.json
    • src/modules/shared/translations/locales/en-my.json
    • src/modules/shared/translations/locales/en-ph.json
    • src/modules/shared/translations/locales/en-se.json
    • src/modules/shared/translations/locales/en-us.json
    • src/modules/shared/translations/locales/en-x-dev.json
    • src/modules/shared/translations/locales/en-x-keys.json
    • src/modules/shared/translations/locales/en-x-obsolete.json
    • src/modules/shared/translations/locales/en-x-pseudo.json
    • src/modules/shared/translations/locales/en-x-test.json
    • src/modules/shared/translations/locales/es-419.json
    • src/modules/shared/translations/locales/es-ar.json
    • src/modules/shared/translations/locales/es-cl.json
    • src/modules/shared/translations/locales/es-es.json
    • src/modules/shared/translations/locales/es-mx.json
    • src/modules/shared/translations/locales/es-pe.json
    • src/modules/shared/translations/locales/es.json
    • src/modules/shared/translations/locales/et.json
    • src/modules/shared/translations/locales/eu.json
    • src/modules/shared/translations/locales/fa-af.json
    • src/modules/shared/translations/locales/fa.json
    • src/modules/shared/translations/locales/fi.json
    • src/modules/shared/translations/locales/fil.json
    • src/modules/shared/translations/locales/fo.json
    • src/modules/shared/translations/locales/fr-ca.json
    • src/modules/shared/translations/locales/fr-dz.json
    • src/modules/shared/translations/locales/fr-mu.json
    • src/modules/shared/translations/locales/fr.json
    • src/modules/shared/translations/locales/ga.json
    • src/modules/shared/translations/locales/he.json
    • src/modules/shared/translations/locales/hi.json
    • src/modules/shared/translations/locales/hr.json
    • src/modules/shared/translations/locales/hu.json
    • src/modules/shared/translations/locales/hy.json
    • src/modules/shared/translations/locales/id.json
    • src/modules/shared/translations/locales/is.json
    • src/modules/shared/translations/locales/it-ch.json
    • src/modules/shared/translations/locales/it.json
    • src/modules/shared/translations/locales/ja.json
    • src/modules/shared/translations/locales/ka.json
    • src/modules/shared/translations/locales/kk.json
    • src/modules/shared/translations/locales/kl-dk.json
    • src/modules/shared/translations/locales/km.json
    • src/modules/shared/translations/locales/ko.json
    • src/modules/shared/translations/locales/ku.json
    • src/modules/shared/translations/locales/ky.json
    • src/modules/shared/translations/locales/lt.json
    • src/modules/shared/translations/locales/lv.json
    • src/modules/shared/translations/locales/mk.json
    • src/modules/shared/translations/locales/mn.json
    • src/modules/shared/translations/locales/ms.json
    • src/modules/shared/translations/locales/mt.json
    • src/modules/shared/translations/locales/my.json
    • src/modules/shared/translations/locales/ne.json
    • src/modules/shared/translations/locales/nl-be.json
    • src/modules/shared/translations/locales/nl.json
    • src/modules/shared/translations/locales/no.json
    • src/modules/shared/translations/locales/pl.json
    • src/modules/shared/translations/locales/pt-br.json
    • src/modules/shared/translations/locales/pt.json
    • src/modules/shared/translations/locales/ro-md.json
    • src/modules/shared/translations/locales/ro.json
    • src/modules/shared/translations/locales/ru.json
    • src/modules/shared/translations/locales/si.json
    • src/modules/shared/translations/locales/sk.json
    • src/modules/shared/translations/locales/sl.json
    • src/modules/shared/translations/locales/sq.json
    • src/modules/shared/translations/locales/sr-me.json
    • src/modules/shared/translations/locales/sr.json
    • src/modules/shared/translations/locales/sv.json
    • src/modules/shared/translations/locales/sw-ke.json
    • src/modules/shared/translations/locales/ta.json
    • src/modules/shared/translations/locales/th.json
    • src/modules/shared/translations/locales/tr.json
    • src/modules/shared/translations/locales/uk.json
    • src/modules/shared/translations/locales/ur-pk.json
    • src/modules/shared/translations/locales/ur.json
    • src/modules/shared/translations/locales/uz.json
    • src/modules/shared/translations/locales/vi.json
    • src/modules/shared/translations/locales/zh-cn.json
    • src/modules/shared/translations/locales/zh-tw.json
    • src/modules/test/render.tsx
    • src/modules/ticket-fields/RequestFormField.tsx
    • src/modules/ticket-fields/data-types/BaseTicketField.ts
    • src/modules/ticket-fields/data-types/CustomObjectRecord.ts
    • src/modules/ticket-fields/data-types/EndUserCondition.ts
    • src/modules/ticket-fields/data-types/Organization.ts
    • src/modules/ticket-fields/data-types/TicketField.ts
    • src/modules/ticket-fields/data-types/TicketFieldObject.ts
    • src/modules/ticket-fields/fields/Checkbox.tsx
    • src/modules/ticket-fields/fields/CreditCard.tsx
    • src/modules/ticket-fields/fields/DatePicker.tsx
    • src/modules/ticket-fields/fields/DropDown.tsx
    • src/modules/ticket-fields/fields/EmptyValueOption.tsx
    • src/modules/ticket-fields/fields/Input.tsx
    • src/modules/ticket-fields/fields/LookupField.test.tsx
    • src/modules/ticket-fields/fields/LookupField.tsx
    • src/modules/ticket-fields/fields/MultiSelect.tsx
    • src/modules/ticket-fields/fields/Tagger.tsx
    • src/modules/ticket-fields/fields/index.ts
    • src/modules/ticket-fields/fields/textarea/TextArea.tsx
    • src/modules/ticket-fields/fields/textarea/useWysiwyg.tsx
    • src/modules/ticket-fields/fields/useNestedOptions.tsx
    • src/modules/ticket-fields/getVisibleFields.test.tsx
    • src/modules/ticket-fields/getVisibleFields.tsx
    • src/modules/ticket-fields/index.tsx
    • src/modules/ticket-fields/translations/en-us.yml
    • src/modules/ticket-fields/translations/locales/af.json
    • src/modules/ticket-fields/translations/locales/ar-x-pseudo.json
    • src/modules/ticket-fields/translations/locales/ar.json
    • src/modules/ticket-fields/translations/locales/az.json
    • src/modules/ticket-fields/translations/locales/be.json
    • src/modules/ticket-fields/translations/locales/bg.json
    • src/modules/ticket-fields/translations/locales/bn.json
    • src/modules/ticket-fields/translations/locales/bs.json
    • src/modules/ticket-fields/translations/locales/ca.json
    • src/modules/ticket-fields/translations/locales/cs.json
    • src/modules/ticket-fields/translations/locales/cy.json
    • src/modules/ticket-fields/translations/locales/da.json
    • src/modules/ticket-fields/translations/locales/de-de.json
    • src/modules/ticket-fields/translations/locales/de-x-informal.json
    • src/modules/ticket-fields/translations/locales/de.json
    • src/modules/ticket-fields/translations/locales/el.json
    • src/modules/ticket-fields/translations/locales/en-001.json
    • src/modules/ticket-fields/translations/locales/en-150.json
    • src/modules/ticket-fields/translations/locales/en-au.json
    • src/modules/ticket-fields/translations/locales/en-ca.json
    • src/modules/ticket-fields/translations/locales/en-gb.json
    • src/modules/ticket-fields/translations/locales/en-my.json
    • src/modules/ticket-fields/translations/locales/en-ph.json
    • src/modules/ticket-fields/translations/locales/en-se.json
    • src/modules/ticket-fields/translations/locales/en-us.json
    • src/modules/ticket-fields/translations/locales/en-x-dev.json
    • src/modules/ticket-fields/translations/locales/en-x-keys.json
    • src/modules/ticket-fields/translations/locales/en-x-obsolete.json
    • src/modules/ticket-fields/translations/locales/en-x-pseudo.json
    • src/modules/ticket-fields/translations/locales/en-x-test.json
    • src/modules/ticket-fields/translations/locales/es-419.json
    • src/modules/ticket-fields/translations/locales/es-ar.json
    • src/modules/ticket-fields/translations/locales/es-cl.json
    • src/modules/ticket-fields/translations/locales/es-es.json
    • src/modules/ticket-fields/translations/locales/es-mx.json
    • src/modules/ticket-fields/translations/locales/es-pe.json
    • src/modules/ticket-fields/translations/locales/es.json
    • src/modules/ticket-fields/translations/locales/et.json
    • src/modules/ticket-fields/translations/locales/eu.json
    • src/modules/ticket-fields/translations/locales/fa-af.json
    • src/modules/ticket-fields/translations/locales/fa.json
    • src/modules/ticket-fields/translations/locales/fi.json
    • src/modules/ticket-fields/translations/locales/fil.json
    • src/modules/ticket-fields/translations/locales/fo.json
    • src/modules/ticket-fields/translations/locales/fr-ca.json
    • src/modules/ticket-fields/translations/locales/fr-dz.json
    • src/modules/ticket-fields/translations/locales/fr-mu.json
    • src/modules/ticket-fields/translations/locales/fr.json
    • src/modules/ticket-fields/translations/locales/ga.json
    • src/modules/ticket-fields/translations/locales/he.json
    • src/modules/ticket-fields/translations/locales/hi.json
    • src/modules/ticket-fields/translations/locales/hr.json
    • src/modules/ticket-fields/translations/locales/hu.json
    • src/modules/ticket-fields/translations/locales/hy.json
    • src/modules/ticket-fields/translations/locales/id.json
    • src/modules/ticket-fields/translations/locales/is.json
    • src/modules/ticket-fields/translations/locales/it-ch.json
    • src/modules/ticket-fields/translations/locales/it.json
    • src/modules/ticket-fields/translations/locales/ja.json
    • src/modules/ticket-fields/translations/locales/ka.json
    • src/modules/ticket-fields/translations/locales/kk.json
    • src/modules/ticket-fields/translations/locales/kl-dk.json
    • src/modules/ticket-fields/translations/locales/km.json
    • src/modules/ticket-fields/translations/locales/ko.json
    • src/modules/ticket-fields/translations/locales/ku.json
    • src/modules/ticket-fields/translations/locales/ky.json
    • src/modules/ticket-fields/translations/locales/lt.json
    • src/modules/ticket-fields/translations/locales/lv.json
    • src/modules/ticket-fields/translations/locales/mk.json
    • src/modules/ticket-fields/translations/locales/mn.json
    • src/modules/ticket-fields/translations/locales/ms.json
    • src/modules/ticket-fields/translations/locales/mt.json
    • src/modules/ticket-fields/translations/locales/my.json
    • src/modules/ticket-fields/translations/locales/ne.json
    • src/modules/ticket-fields/translations/locales/nl-be.json
    • src/modules/ticket-fields/translations/locales/nl.json
    • src/modules/ticket-fields/translations/locales/no.json
    • src/modules/ticket-fields/translations/locales/pl.json
    • src/modules/ticket-fields/translations/locales/pt-br.json
    • src/modules/ticket-fields/translations/locales/pt.json
    • src/modules/ticket-fields/translations/locales/ro-md.json
    • src/modules/ticket-fields/translations/locales/ro.json
    • src/modules/ticket-fields/translations/locales/ru.json
    • src/modules/ticket-fields/translations/locales/si.json
    • src/modules/ticket-fields/translations/locales/sk.json
    • src/modules/ticket-fields/translations/locales/sl.json
    • src/modules/ticket-fields/translations/locales/sq.json
    • src/modules/ticket-fields/translations/locales/sr-me.json
    • src/modules/ticket-fields/translations/locales/sr.json
    • src/modules/ticket-fields/translations/locales/sv.json
    • src/modules/ticket-fields/translations/locales/sw-ke.json
    • src/modules/ticket-fields/translations/locales/ta.json
    • src/modules/ticket-fields/translations/locales/th.json
    • src/modules/ticket-fields/translations/locales/tr.json
    • src/modules/ticket-fields/translations/locales/uk.json
    • src/modules/ticket-fields/translations/locales/ur-pk.json
    • src/modules/ticket-fields/translations/locales/ur.json
    • src/modules/ticket-fields/translations/locales/uz.json
    • src/modules/ticket-fields/translations/locales/vi.json
    • src/modules/ticket-fields/translations/locales/zh-cn.json
    • src/modules/ticket-fields/translations/locales/zh-tw.json
    • src/navigation.js
    • src/search.js
    • src/share.js
    • style.css
    • styles/_actions.scss
    • styles/_article.scss
    • styles/_attachments.scss
    • styles/_base.scss
    • styles/_blocks.scss
    • styles/_breadcrumbs.scss
    • styles/_buttons.scss
    • styles/_category.scss
    • styles/_collapsible-nav.scss
    • styles/_collapsible-sidebar.scss
    • styles/_comments.scss
    • styles/_community.scss
    • styles/_community_badge.scss
    • styles/_content-tags.scss
    • styles/_dropdowns.scss
    • styles/_footer.scss
    • styles/_forms.scss
    • styles/_header.scss
    • styles/_hero.scss
    • styles/_home-page.scss
    • styles/_metadata.scss
    • styles/_mixins.scss
    • styles/_my-activities.scss
    • styles/_notifications.scss
    • styles/_page_header.scss
    • styles/_pagination.scss
    • styles/_post.scss
    • styles/_recent-activity.scss
    • styles/_request.scss
    • styles/_search.scss
    • styles/_search_results.scss
    • styles/_section.scss
    • styles/_service_catalog.scss
    • styles/_share.scss
    • styles/_split_button.scss
    • styles/_status-label.scss
    • styles/_striped_list.scss
    • styles/_sub-nav.scss
    • styles/_summary.scss
    • styles/_tables.scss
    • styles/_upload_dropzone.scss
    • styles/_user-profiles.scss
    • styles/_user.scss
    • styles/_variables.scss
    • styles/_vote.scss
    • styles/_wysiwyg.scss
    • styles/index.scss
    • styles/normalize.css
    • templates/approval_request_list_page.hbs
    • templates/approval_request_page.hbs
    • templates/article_page.hbs
    • templates/category_page.hbs
    • templates/community_post_list_page.hbs
    • templates/community_post_page.hbs
    • templates/community_topic_list_page.hbs
    • templates/community_topic_page.hbs
    • templates/contributions_page.hbs
    • templates/document_head.hbs
    • templates/error_page.hbs
    • templates/footer.hbs
    • templates/header.hbs
    • templates/home_page.hbs
    • templates/new_community_post_page.hbs
    • templates/new_request_page.hbs
    • templates/request_page.hbs
    • templates/requests_page.hbs
    • templates/search_results.hbs
    • templates/section_page.hbs
    • templates/service_list_page.hbs
    • templates/service_page.hbs
    • templates/subscriptions_page.hbs
    • templates/user_profile_page.hbs
    • thumbnail.png
    • translations.yml
    • translations/ar.json
    • translations/bg.json
    • translations/cs.json
    • translations/da.json
    • translations/de.json
    • translations/el.json
    • translations/en-ca.json
    • translations/en-gb.json
    • translations/en-us.json
    • translations/es-419.json
    • translations/es-es.json
    • translations/es.json
    • translations/fi.json
    • translations/fr-ca.json
    • translations/fr.json
    • translations/he.json
    • translations/hi.json
    • translations/hu.json
    • translations/id.json
    • translations/it.json
    • translations/ja.json
    • translations/ko.json
    • translations/nl.json
    • translations/no.json
    • translations/pl.json
    • translations/pt-br.json
    • translations/pt.json
    • translations/ro.json
    • translations/ru.json
    • translations/sk.json
    • translations/sv.json
    • translations/th.json
    • translations/tr.json
    • translations/uk.json
    • translations/vi.json
    • translations/zh-cn.json
    • translations/zh-tw.json
    • tsconfig.json
    • yarn.lock
    • zass.mjs
    Downloads