Jason Gill
Jason Gill
Bonus: fix CSS specificity issues caused by pointer-events being styled inline.
If you are using Microsoft's [C# plugin](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) it changes `Razor` filetypes to be called `aspnetcorerazor` with some enhanced support. The files are the same, but the type name is different,...
After upgrading to latest version, when I run `npx pod-install` I get the following error: ``` Auto-generating `.xcode.env.local` with $NODE_BINARY=/Users/runner/hostedtoolcache/node/18.16.1/x64/bin/node error Failed to build the app: No package name found....
Closes [PROD-1916](https://ethyca.atlassian.net/browse/PROD-1916) ### Description Of Changes Update the filters on the table to apply a modified version of the hierarchy component that we are using on the dataset page. ###...
Closes [PROD-2067](https://ethyca.atlassian.net/browse/PROD-2067) ### Description Of Changes - Include as part of the clients monorepo using turbo - Replace imports in Privacy Center and Admin UI with this new package version...
Closes [PROD-2076](https://ethyca.atlassian.net/browse/PROD-2076) ### Description Of Changes Upgrade to React 18 along will all dependencies which need upgrading as a result. ### Code Changes * lots of package upgrades * lots...
### Description Of Changes Exports [Carbon Icons](https://carbondesignsystem.com/elements/icons/library/) from `fidesui` prefixed as `Icons` to avoid conflicts with other components Upgrade Ant Design to latest version to benefit from new `variant` property...
Closes [ENG-849] ### Description Of Changes Introduces a new Higher-Order Component (HOC) `CustomTooltip` that wraps the Ant Design `Tooltip` to provide enhanced keyboard accessibility. This HOC automatically adds a `tabIndex`...
### Description Of Changes Automatically inject `versioneer`-generated version into the Privacy Center and FidesJS build processes. The docker build system replaces a `__RELEASE_VERSION__` placeholder in `next.config.js` with the actual Git-based...
A standalone select element with no associated label will pass ``` Ancestors Descendants All ``` ^ No lint errors A custom select component with correctly associated label will fail ```...