Commit Graph

90 Commits

Author SHA1 Message Date
Émile Ré
a202f2f51e Fix @probo/ui lint
Signed-off-by: Émile Ré <nemile.re@gmail.com>
2025-12-04 17:27:48 +04:00
Émile Ré
44336c2a35 Fix warnings
Signed-off-by: Émile Ré <nemile.re@gmail.com>
2025-12-04 17:27:47 +04:00
Émile Ré
e2ef4b005d Fix some unexpected any
Signed-off-by: Émile Ré <nemile.re@gmail.com>
2025-12-04 17:27:47 +04:00
Émile Ré
519dd716b3 Better handle falsy values in Select & GraphQL cells
Signed-off-by: Émile Ré <nemile.re@gmail.com>
2025-12-02 10:47:40 +04:00
Émile Ré
57e267afe0 Fix review
Signed-off-by: Émile Ré <nemile.re@gmail.com>
2025-12-01 20:00:11 +04:00
Émile Ré
d0cefdee2f Fix cubic review
Signed-off-by: Émile Ré <nemile.re@gmail.com>
2025-12-01 18:23:11 +04:00
Émile Ré
8f68f7116a Remove unused import
Signed-off-by: Émile Ré <nemile.re@gmail.com>
2025-12-01 18:23:11 +04:00
Jonathan
ee0a430d79 Fix cubic review
Signed-off-by: Jonathan <contact@grafikart.fr>
2025-12-01 18:23:11 +04:00
Jonathan
7e8222d9b5 Fix cubic review
Signed-off-by: Jonathan <contact@grafikart.fr>
2025-12-01 18:23:11 +04:00
Jonathan
789775f2fe Simplify editable cell signature
Signed-off-by: Jonathan <contact@grafikart.fr>
2025-12-01 18:23:11 +04:00
Jonathan
218566505b Handle keyboard navigation
Signed-off-by: Jonathan <contact@grafikart.fr>
2025-12-01 18:23:11 +04:00
Jonathan
94684e56ff Ref EditableCell signature
Signed-off-by: Jonathan <contact@grafikart.fr>
2025-12-01 18:23:11 +04:00
Jonathan
53a1e0f383 Style for cell form
Signed-off-by: Jonathan <contact@grafikart.fr>
2025-12-01 18:23:11 +04:00
Jonathan
3953a05cf3 DataTable component
Signed-off-by: Jonathan <contact@grafikart.fr>
2025-12-01 18:23:11 +04:00
Jonathan
6dc6e2a626 Move dependencies
Signed-off-by: Jonathan <contact@grafikart.fr>
2025-12-01 18:23:11 +04:00
Sacha Al Himdani
21c4b7cd9d Add role management
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-11-13 17:11:22 +01:00
Sacha Al Himdani
b25d30d3c7 Fix deletion freeze
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-11-07 20:08:40 +01:00
Sacha Al Himdani
288c59a5f2 Make descriptions nullable
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-11-05 17:58:50 +01:00
Sacha Al Himdani
5212d0c18f Add api keys
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-11-04 13:37:31 +01:00
Sacha Al Himdani
9a33f7b771 Manage errors
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-10-31 15:14:56 +01:00
Bryan Frimin
2766f8e423 Add SAML support
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-10-30 16:31:27 +01:00
Bryan Frimin
8302b11614 Open markdown link in a new tab
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-10-23 14:21:37 +02:00
Bryan Frimin
c7cabf23de Add document classification
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-10-22 17:02:39 +02:00
dependabot[bot]
6253254335 Bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.3.6 to 6.4.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-22 14:26:35 +02:00
dependabot[bot]
d1b31b3b6c Bump playwright in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [playwright](https://github.com/microsoft/playwright).


Updates `playwright` from 1.53.2 to 1.55.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.53.2...v1.55.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.55.1
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-22 14:00:34 +02:00
Sacha Al Himdani
165eb267f2 Refactor invitation system
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-10-14 16:32:22 +02:00
Bryan Frimin
0f96b8518f Refactoring of authentification
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-10-14 16:32:22 +02:00
Sacha Al Himdani
d757c9604b Add company name and logo to documents
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-10-14 11:02:12 +02:00
Jonathan
55e85e5f67 Add trust center v2
Signed-off-by: Jonathan <contact@grafikart.fr>
2025-09-30 16:23:22 +02:00
Sacha Al Himdani
04e3eb81a7 Upgrade documents
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-09-18 16:32:59 +02:00
Sacha Al Himdani
b06bd113f3 Add nda to trust center
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-09-15 16:53:51 +02:00
dependabot[bot]
2af9649bf3 Bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.3.5 to 6.3.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.6
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 15:35:53 +02:00
Sacha Al Himdani
d9001215f6 Rename registries
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-09-09 12:53:26 +02:00
Sacha Al Himdani
5462ae6239 Store sidebar state
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-09-08 17:13:24 +02:00
Sacha Al Himdani
612149afc8 Add processing activity registry snapshots
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-08-29 17:07:11 +02:00
Sacha Al Himdani
bb68af1d3c Add continual improvement registries
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-08-27 16:29:49 +02:00
Sacha Al Himdani
5db9b9f787 Add trust center access requests
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-08-22 11:04:48 +02:00
Sacha Al Himdani
c2209d3842 Wider sidebar
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-08-20 10:59:02 +02:00
Bryan Frimin
210a05b54d Remove circular import
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-08-16 08:44:26 +04:00
Sacha Al Himdani
32c47a1988 Add trust center configuration
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-07-31 15:36:24 +02:00
Sacha Al Himdani
85bd140599 Exclude controls
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-07-21 11:05:04 +02:00
Jonathan
f114f3bc4a Add version selector on document
Fix #166

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-07-15 16:48:04 +02:00
Jonathan
a4606f95f5 Add checkboxes for documents table
Helps #167

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-07-15 16:48:04 +02:00
Bryan Frimin
8b9e0a66eb Fix risk score color on dark mode
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-06-30 14:25:08 +02:00
Jonathan
bd1e7396ae Add link dialog for measure evidences 2025-06-21 11:53:43 +02:00
Jonathan
b6cda52f37 Make text selectable inside td with links
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-06-17 13:24:19 -07:00
Jonathan
ab54d13b87 Add evidence preview url
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-06-17 13:24:17 -07:00
Jonathan
d3ff7cc6ac Fix centered layout height
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-06-17 13:24:17 -07:00
Bryan Frimin
15880e9933 Fix upload file size too small
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-06-14 22:45:07 -07:00
Jonathan
f709eda08c Add loading state for select dropdown 2025-06-13 14:45:40 -07:00