-
Notifications
You must be signed in to change notification settings - Fork 428
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
chore(i18n): add the i18next/no-literal-string eslint rule #4998
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a5a911 - Browse repository at this point
Copy the full SHA 3a5a911View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf5893 - Browse repository at this point
Copy the full SHA cbf5893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 992513e - Browse repository at this point
Copy the full SHA 992513eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f96d1e0 - Browse repository at this point
Copy the full SHA f96d1e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd78d61 - Browse repository at this point
Copy the full SHA cd78d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for d732047 - Browse repository at this point
Copy the full SHA d732047View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05629f - Browse repository at this point
Copy the full SHA c05629fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c117b87 - Browse repository at this point
Copy the full SHA c117b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb83bbf - Browse repository at this point
Copy the full SHA fb83bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e354ee5 - Browse repository at this point
Copy the full SHA e354ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a341382 - Browse repository at this point
Copy the full SHA a341382View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f2582 - Browse repository at this point
Copy the full SHA c4f2582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c9860 - Browse repository at this point
Copy the full SHA 72c9860View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9cb31a - Browse repository at this point
Copy the full SHA c9cb31aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f578469 - Browse repository at this point
Copy the full SHA f578469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4047670 - Browse repository at this point
Copy the full SHA 4047670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f618aa - Browse repository at this point
Copy the full SHA 7f618aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64602a8 - Browse repository at this point
Copy the full SHA 64602a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e40581e - Browse repository at this point
Copy the full SHA e40581eView commit details -
refactor(types): use interface instead of type for
ValidationContext
We generally prefer interfaces, but this in particular allows us to extend the type from the `sanity` module using declaration merging. While not the optimal choice (the whole type should really just be in the `sanity` module), it is at least addressing the problem until we can do a breaking change in the types module.
Configuration menu - View commit details
-
Copy full SHA for 97c52f1 - Browse repository at this point
Copy the full SHA 97c52f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9af0bf - Browse repository at this point
Copy the full SHA c9af0bfView commit details -
fix(desk): show all validation errors for a given path
Because there can be several validation errors/warnings/info messages for a single field, simply using the field path as key is not enough, since React only renders a single element per parent with a given key.
Configuration menu - View commit details
-
Copy full SHA for 021ec17 - Browse repository at this point
Copy the full SHA 021ec17View commit details -
feat(i18n): add
loadNamespaces
method to i18n sourceThis is required because non-React codepaths will simply fail/throw when attempting to use a namespace that is not defined. An example is the upcoming validation system, where the validation system is decoupled from the React lifecycle, and so cannot rely on Suspense in order to load missing namespaces.
Configuration menu - View commit details
-
Copy full SHA for c6971ad - Browse repository at this point
Copy the full SHA c6971adView commit details -
Configuration menu - View commit details
-
Copy full SHA for d95b646 - Browse repository at this point
Copy the full SHA d95b646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc815b - Browse repository at this point
Copy the full SHA 6dc815bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bc64a - Browse repository at this point
Copy the full SHA 20bc64aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d4306 - Browse repository at this point
Copy the full SHA 90d4306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d73b94 - Browse repository at this point
Copy the full SHA 1d73b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaaab22 - Browse repository at this point
Copy the full SHA eaaab22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c52b3 - Browse repository at this point
Copy the full SHA 06c52b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 702af41 - Browse repository at this point
Copy the full SHA 702af41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 570f461 - Browse repository at this point
Copy the full SHA 570f461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e57311 - Browse repository at this point
Copy the full SHA 5e57311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03984ac - Browse repository at this point
Copy the full SHA 03984acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47505b2 - Browse repository at this point
Copy the full SHA 47505b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e455e5c - Browse repository at this point
Copy the full SHA e455e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d16586 - Browse repository at this point
Copy the full SHA 9d16586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d88afe - Browse repository at this point
Copy the full SHA 3d88afeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f412f4 - Browse repository at this point
Copy the full SHA 1f412f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c91c888 - Browse repository at this point
Copy the full SHA c91c888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2185f02 - Browse repository at this point
Copy the full SHA 2185f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2120401 - Browse repository at this point
Copy the full SHA 2120401View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe77a0 - Browse repository at this point
Copy the full SHA afe77a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa8234 - Browse repository at this point
Copy the full SHA 9aa8234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1616b0a - Browse repository at this point
Copy the full SHA 1616b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e27e7 - Browse repository at this point
Copy the full SHA 71e27e7View commit details -
refactor(desk): remove unused imports + rely on i18n translate for ti…
…me formatting - timelineMenu
Configuration menu - View commit details
-
Copy full SHA for b89f2d9 - Browse repository at this point
Copy the full SHA b89f2d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc0fc5 - Browse repository at this point
Copy the full SHA fcc0fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4bdcff - Browse repository at this point
Copy the full SHA c4bdcffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0119f72 - Browse repository at this point
Copy the full SHA 0119f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3d155 - Browse repository at this point
Copy the full SHA 6b3d155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c121f2 - Browse repository at this point
Copy the full SHA 8c121f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 550e177 - Browse repository at this point
Copy the full SHA 550e177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 982c699 - Browse repository at this point
Copy the full SHA 982c699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b93b0 - Browse repository at this point
Copy the full SHA 47b93b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4cddf7 - Browse repository at this point
Copy the full SHA a4cddf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 634a09c - Browse repository at this point
Copy the full SHA 634a09cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc40bb9 - Browse repository at this point
Copy the full SHA bc40bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed5a6e9 - Browse repository at this point
Copy the full SHA ed5a6e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for af5da0a - Browse repository at this point
Copy the full SHA af5da0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84fe085 - Browse repository at this point
Copy the full SHA 84fe085View commit details -
Configuration menu - View commit details
-
Copy full SHA for e682670 - Browse repository at this point
Copy the full SHA e682670View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22639f - Browse repository at this point
Copy the full SHA f22639fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c04ac - Browse repository at this point
Copy the full SHA 26c04acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b58c70 - Browse repository at this point
Copy the full SHA 9b58c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6149f87 - Browse repository at this point
Copy the full SHA 6149f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe9142 - Browse repository at this point
Copy the full SHA bbe9142View commit details -
Configuration menu - View commit details
-
Copy full SHA for eee1f2d - Browse repository at this point
Copy the full SHA eee1f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e15819 - Browse repository at this point
Copy the full SHA 2e15819View commit details -
Configuration menu - View commit details
-
Copy full SHA for 667596a - Browse repository at this point
Copy the full SHA 667596aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 741813d - Browse repository at this point
Copy the full SHA 741813dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d1833 - Browse repository at this point
Copy the full SHA 78d1833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1093869 - Browse repository at this point
Copy the full SHA 1093869View commit details -
Configuration menu - View commit details
-
Copy full SHA for dffe098 - Browse repository at this point
Copy the full SHA dffe098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 955cdb8 - Browse repository at this point
Copy the full SHA 955cdb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ffd850 - Browse repository at this point
Copy the full SHA 3ffd850View commit details -
feat(core): add i18n primitives to FilterPopoverContentHeader + Docum…
…entTypesPopoverContent
Configuration menu - View commit details
-
Copy full SHA for ea3b0f6 - Browse repository at this point
Copy the full SHA ea3b0f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca86644 - Browse repository at this point
Copy the full SHA ca86644View commit details -
Configuration menu - View commit details
-
Copy full SHA for e31c858 - Browse repository at this point
Copy the full SHA e31c858View commit details -
feat(core): add i18n primitives to AddFilterPopoverContent + add plur…
…al for "filters" + generic no search found
Configuration menu - View commit details
-
Copy full SHA for a4fee28 - Browse repository at this point
Copy the full SHA a4fee28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b753ce - Browse repository at this point
Copy the full SHA 6b753ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 551fb43 - Browse repository at this point
Copy the full SHA 551fb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for c08f5ad - Browse repository at this point
Copy the full SHA c08f5adView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfef9f5 - Browse repository at this point
Copy the full SHA bfef9f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d0431 - Browse repository at this point
Copy the full SHA 04d0431View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41fe80 - Browse repository at this point
Copy the full SHA b41fe80View commit details -
Configuration menu - View commit details
-
Copy full SHA for c56beac - Browse repository at this point
Copy the full SHA c56beacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d1827 - Browse repository at this point
Copy the full SHA 67d1827View commit details -
Configuration menu - View commit details
-
Copy full SHA for c12244e - Browse repository at this point
Copy the full SHA c12244eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e89c3 - Browse repository at this point
Copy the full SHA d8e89c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a505d3d - Browse repository at this point
Copy the full SHA a505d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e36b46b - Browse repository at this point
Copy the full SHA e36b46bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21aaf9e - Browse repository at this point
Copy the full SHA 21aaf9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9df09 - Browse repository at this point
Copy the full SHA 3c9df09View commit details -
Configuration menu - View commit details
-
Copy full SHA for c78b115 - Browse repository at this point
Copy the full SHA c78b115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 494a2fc - Browse repository at this point
Copy the full SHA 494a2fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3952fd1 - Browse repository at this point
Copy the full SHA 3952fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d42169 - Browse repository at this point
Copy the full SHA 1d42169View commit details -
Configuration menu - View commit details
-
Copy full SHA for 310a9cf - Browse repository at this point
Copy the full SHA 310a9cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e402e5e - Browse repository at this point
Copy the full SHA e402e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f25217 - Browse repository at this point
Copy the full SHA 6f25217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1459a - Browse repository at this point
Copy the full SHA 3e1459aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf732ab - Browse repository at this point
Copy the full SHA cf732abView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd1d590 - Browse repository at this point
Copy the full SHA dd1d590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ac3b5 - Browse repository at this point
Copy the full SHA 05ac3b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d8ab6 - Browse repository at this point
Copy the full SHA 76d8ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea119fc - Browse repository at this point
Copy the full SHA ea119fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9e482 - Browse repository at this point
Copy the full SHA bc9e482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0201b - Browse repository at this point
Copy the full SHA 3c0201bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be5e9e - Browse repository at this point
Copy the full SHA 8be5e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 082c5b7 - Browse repository at this point
Copy the full SHA 082c5b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1acdcb - Browse repository at this point
Copy the full SHA c1acdcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b09b74 - Browse repository at this point
Copy the full SHA 1b09b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2d67c4 - Browse repository at this point
Copy the full SHA b2d67c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 502b56a - Browse repository at this point
Copy the full SHA 502b56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f492704 - Browse repository at this point
Copy the full SHA f492704View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c3df2 - Browse repository at this point
Copy the full SHA e2c3df2View commit details -
chore(core): update packages/sanity/src/core/i18n/bundles/studio.ts typo
Co-authored-by: Robin Pyon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32f2779 - Browse repository at this point
Copy the full SHA 32f2779View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2706896 - Browse repository at this point
Copy the full SHA 2706896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66573ab - Browse repository at this point
Copy the full SHA 66573abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 914d4c1 - Browse repository at this point
Copy the full SHA 914d4c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e65d9d6 - Browse repository at this point
Copy the full SHA e65d9d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fbcf8c - Browse repository at this point
Copy the full SHA 8fbcf8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6ae15 - Browse repository at this point
Copy the full SHA 3a6ae15View commit details -
Configuration menu - View commit details
-
Copy full SHA for f808fba - Browse repository at this point
Copy the full SHA f808fbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cbefb8 - Browse repository at this point
Copy the full SHA 6cbefb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 360df63 - Browse repository at this point
Copy the full SHA 360df63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0188a66 - Browse repository at this point
Copy the full SHA 0188a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 052f666 - Browse repository at this point
Copy the full SHA 052f666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f0c4c6 - Browse repository at this point
Copy the full SHA 5f0c4c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b26b22 - Browse repository at this point
Copy the full SHA 6b26b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa89c2 - Browse repository at this point
Copy the full SHA 3fa89c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b3c3f - Browse repository at this point
Copy the full SHA a0b3c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4a09a - Browse repository at this point
Copy the full SHA 0f4a09aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9018949 - Browse repository at this point
Copy the full SHA 9018949View commit details -
refactor(i18n): allow string arrays as <Translate> values
Rationale: translation resources can use the list formatting functions
Configuration menu - View commit details
-
Copy full SHA for 4125419 - Browse repository at this point
Copy the full SHA 4125419View commit details -
refactor(i18n): make
components
prop required for <Translate>Rationale: We prefer that people use the `useTranslation` hook instead, as it has a lower overhead. The only two use cases we're tailoring for is when you need to use React components as part of the translation resource, or you are using a non-functional component and thus cannot use hooks.
Configuration menu - View commit details
-
Copy full SHA for 3942229 - Browse repository at this point
Copy the full SHA 3942229View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab1477a - Browse repository at this point
Copy the full SHA ab1477aView commit details
Commits on Oct 11, 2023
-
feat(i18n): add
useIntlListFormat
hookMakes it easier to get hold of a list formatter outside of locale resources, which you sometimes need, while ensuring it is using the correct (current) locale, and does not recreate the formatter on every render.
Configuration menu - View commit details
-
Copy full SHA for c98dd0f - Browse repository at this point
Copy the full SHA c98dd0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c22bff1 - Browse repository at this point
Copy the full SHA c22bff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 936455a - Browse repository at this point
Copy the full SHA 936455aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93717bc - Browse repository at this point
Copy the full SHA 93717bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d0872 - Browse repository at this point
Copy the full SHA f7d0872View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb88a09 - Browse repository at this point
Copy the full SHA eb88a09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 681387d - Browse repository at this point
Copy the full SHA 681387dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e9bc5 - Browse repository at this point
Copy the full SHA b7e9bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 796533a - Browse repository at this point
Copy the full SHA 796533aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bfe3ef - Browse repository at this point
Copy the full SHA 1bfe3efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4bf47 - Browse repository at this point
Copy the full SHA 0a4bf47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e8d84 - Browse repository at this point
Copy the full SHA 49e8d84View commit details -
feat(core): add i18n primitives to ArrayOfObjectsFunctions + ArrayOfP…
…rimitivesFunctions
Configuration menu - View commit details
-
Copy full SHA for 7ee3f25 - Browse repository at this point
Copy the full SHA 7ee3f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2afc7 - Browse repository at this point
Copy the full SHA 7a2afc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1bc01 - Browse repository at this point
Copy the full SHA 9a1bc01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f6095 - Browse repository at this point
Copy the full SHA 47f6095View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6906f6 - Browse repository at this point
Copy the full SHA c6906f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ec072 - Browse repository at this point
Copy the full SHA 87ec072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 934cd0c - Browse repository at this point
Copy the full SHA 934cd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8635aa - Browse repository at this point
Copy the full SHA d8635aaView commit details -
chore(test-studio): use norwegian schema for
allTypes
typeMakes it easier to see which areas are not yet localized
Configuration menu - View commit details
-
Copy full SHA for 786b7cc - Browse repository at this point
Copy the full SHA 786b7ccView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cff28db - Browse repository at this point
Copy the full SHA cff28dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f6f7a5 - Browse repository at this point
Copy the full SHA 0f6f7a5View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49cbdc6 - Browse repository at this point
Copy the full SHA 49cbdc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5422e0e - Browse repository at this point
Copy the full SHA 5422e0eView commit details