Compare commits

..

8 Commits

Author SHA1 Message Date
Wayne
3b16223caa Merge branch 'main' into wip 2025-08-24 16:09:31 +02:00
Wayne
19c26a8c24 fix storage legend overflow 2025-08-24 16:04:12 +02:00
Wayne
3c6254504b Fix storage chart legend overflow 2025-08-24 16:02:58 +02:00
Wei S.
a2c55f36ee Cla v2 (#68)
* Format checked, contributing.md update

* Middleware setup

* IAP API, create user/roles in frontend

* RBAC using CASL library

* Switch to CASL, secure search, resource-level access control

* Remove inherent behavior, index userEmail, adding docs for IAM policies

* Format

* CLA v2

* cla-v2

---------

Co-authored-by: Wayne <5291640+ringoinca@users.noreply.github.com>
2025-08-24 15:03:05 +02:00
Wayne
9873ab263a Merge branch 'main' into CLA-v2 2025-08-24 15:02:13 +02:00
Wei S.
9fdba4cd61 Role based access: Adding docs to docs site (#67)
* Format checked, contributing.md update

* Middleware setup

* IAP API, create user/roles in frontend

* RBAC using CASL library

* Switch to CASL, secure search, resource-level access control

* Remove inherent behavior, index userEmail, adding docs for IAM policies

* Format

* Adding IAM policy documentation to Docs site

---------

Co-authored-by: Wayne <5291640+ringoinca@users.noreply.github.com>
2025-08-24 14:52:08 +02:00
Wayne
c2cfd96b6f cla-v2 2025-08-24 14:07:25 +02:00
Wayne
a5478c416a CLA v2 2025-08-23 20:37:24 +03:00

View File

@@ -14,7 +14,10 @@
} satisfies ChartConfig;
</script>
<Chart.Container config={chartConfig} class="h-full min-h-[300px] w-full">
<Chart.Container
config={chartConfig}
class="flex h-full w-full flex-col overflow-y-auto [&_.lc-legend-swatch-group]:overflow-x-auto "
>
<PieChart
{data}
key="name"