Mirjam Aulbach
Mirjam Aulbach
# Note This PR would require a new tag, because it updates functionality to work with Jest version 27 (instead of 25 like currently). There's no backward compatibility. ### What...
Hi :) I have a short question about the correct license of your repo. In the bower.json it's listed with MIT bit in your readme it looks like CC-0 or...
Resolves: #2419 Note: This is more complicated as expected unfortunately, as having a workflow that runs _only_ in the queue is not straightforward. Currently, what I read up and tested,...
# Description User with role SUPERADMIN should be able to access Coral. The change will be done in multiple steps behind a feature flag. ## Changes needed Note: This is...
# What happened? While we track of the advanced topic config is valid (in `onValidate` in `AdvancedConfiguration`) we don't take that into account for form validation. User can create a...
## What this is about This PR https://github.com/aiven/klaw/pull/1431 introduced the `LoadingTable` component, which allows us to generate a flexible skeleton component, with as many columns and rows as we want...
# What happened? We are defining a pretty large context through the `useOutletContext` hook provided by `react-router`, both in [`TopicDetails`](https://github.com/Aiven-Open/klaw/blob/db0aa9f71f51f9f0c70723c87cef42a83168405b/coral/src/app/features/topics/details/TopicDetails.tsx#L207-L217) and [`ConnectorDetails`](https://github.com/Aiven-Open/klaw/blob/db0aa9f71f51f9f0c70723c87cef42a83168405b/coral/src/app/features/connectors/details/ConnectorDetails.tsx#L213-L217). We then initialize this context with data in...
# What happened? We're using this pattern often in Coral: ``` { parseErrorMsg(clusterDetailsError) } ``` Sometimes, we also use additional text here: ``` There was an error while loading cluster...
# What happened? We are using [Definition Lists](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl) in different components. In the component [`ClusterDetails`](https://github.com/aiven/klaw/blob/main/coral/src/app/features/topics/details/overview/components/ClusterDetails.tsx) we have, instead of using ``, ``, and `` elements inline, defined a internal component...