Commit Graph

68417 Commits

Author SHA1 Message Date
backstage-goalie[bot] 39591f4c27 Merge pull request #31686 from backstage/renovate/electric-sql-pglite-0.x-lockfile
chore(deps): update dependency @electric-sql/pglite to v0.3.14
2025-11-09 05:06:54 +00:00
renovate[bot] 58cf9758b3 chore(deps): update dependency @electric-sql/pglite to v0.3.14
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-09 04:30:31 +00:00
Patrik Oldsberg 8b84f39946 frontend-plugin-api: runtime attachTo by reference
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-08 19:01:10 +01:00
Patrik Oldsberg 7c6a66dd9f frontend-plugin-api: add support for relative attachments
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-08 11:26:08 +01:00
Stephen Glass a2d7ae7b5a fix(catalog-graph): improve height handling in catalog graph entity card
Signed-off-by: Stephen Glass <stephen@stephen.glass>
2025-11-07 17:16:13 -05:00
Johan Persson 01476f00de refactor(ui): adopt flexbox positioning pattern for input components
Refactored PasswordField, SearchField, and MenuAutocomplete to use a
consistent flexbox positioning approach, improving maintainability and
visual consistency.

Key changes:
- Replaced absolute positioning with flexbox layouts
- Moved border and background styling from input to wrapper
- Used grid-centered containers for icons and buttons
- Added component-specific CSS variables for item height

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2025-11-07 17:42:08 +01:00
Peter Macdonald 30fe9aac29 Merge pull request #30628 from Ayushmore1214/patch-2
Update backend plugin tutorial to refer to /todos endpoint instead of…
2025-11-07 15:53:22 +01:00
Johan Persson 6d35a6bfe1 chore(ui): remove Base UI Components dependency
All components have been migrated to React Aria Components, making
the @base-ui-components/react dependency obsolete.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2025-11-07 14:07:59 +01:00
Johan Persson 816af0fa39 feat(ui): add searchable and multiple selection support to Select component
Enhanced the Select component with search filtering and multi-selection capabilities through new searchable, selectionMode, and searchPlaceholder props.

Breaking changes:

- The SelectProps interface now accepts a generic type parameter for selection mode

Implementation details:

- Created SelectTrigger, SelectContent, and SelectListBox components for modular composition
- Integrated react-aria's Autocomplete and SearchField for search functionality
- Added support for multiple selection mode
- Added "No results found" empty state when search returns no matches
- Improved CSS organization and updated visual styling for better consistency
- Exported Option type as public API for type safety
- Updated API reports and added comprehensive Storybook stories
- Added documentation with examples for searchable and multiple selection modes

Migration guide:

If using SelectProps type directly, update the type parameter:

```diff
- SelectProps
+ SelectProps<'single' | 'multiple'>
```

Component usage remains backward compatible - existing Select implementations require no changes.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2025-11-07 14:06:16 +01:00
Johan Persson a00fb88bd7 fix(ui): enable Table Row href to open in new tabs
The Table Row component's href prop was being destructured but not
passed to the underlying ReactAriaRow component, preventing rows from
rendering as <a> elements. This blocked native browser link behaviors
like right-click "Open in new tab" and Cmd+Click.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2025-11-07 12:11:54 +01:00
Ayush More be76b403d8 Json fixxxxx
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
2025-11-07 10:16:50 +00:00
Ben Lambert d1ad1379a6 Merge pull request #31661 from SonilPro/line-numbers-should-not-be-selectable
Line numbers should not be selectable
2025-11-07 10:20:52 +01:00
Ayush More f0c4ad7292 Update backend plugin tutorial to refer to /todos endpoint instead of /health
This PR updates the backend plugin tutorial documentation to match the current plugin template.
Previously, the tutorial referenced a /health endpoint, which does not exist in the generated backend plugin.

Signed-off-by: Ayush More <ayushmore42595@gmail.com>
2025-11-07 09:18:24 +00:00
Eswaraiahsapram ee6a988ce0 api report fix
Signed-off-by: Eswaraiahsapram <esapram@redhat.com>
2025-11-07 13:35:01 +05:30
Eswaraiahsapram f62a9324ca api report fix
Signed-off-by: Eswaraiahsapram <esapram@redhat.com>
2025-11-07 12:21:49 +05:30
Eswaraiahsapram ef8864571e api report fix
Signed-off-by: Eswaraiahsapram <esapram@redhat.com>
2025-11-07 12:21:48 +05:30
Eswaraiahsapram 36d7582687 fix: add missing i18n support for catalog react plugin
Signed-off-by: Eswaraiahsapram <esapram@redhat.com>
2025-11-07 12:21:48 +05:30
Henrik Edegård a5c2fa22da fix for adding origins only if channel is enabled.
Signed-off-by: Henrik Edegård <henrik.edegard@fortnox.se>
2025-11-06 13:55:11 +00:00
Johan Persson 836b0c7552 fix(ui): improve dialog backdrop appearance in dark mode
Signed-off-by: Johan Persson <johanopersson@gmail.com>
2025-11-06 11:35:51 +01:00
Patrik Oldsberg f3c0d96813 Merge pull request #31671 from backstage/rugvip/cleanup
backend-app-api: remove debug logging
2025-11-06 10:05:06 +01:00
Patrik Oldsberg f0ece16206 backend-app-api: remove debug logging
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-06 09:50:45 +01:00
Patrik Oldsberg d77fdc3608 app-visualizer: icon type fix
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-06 09:46:25 +01:00
Benjamin Janssens 6db9e7e9d8 style(org): improve responsiveness of GroupProfileCard
Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
2025-11-06 08:39:34 +01:00
backstage-goalie[bot] a6e7572ac4 Merge pull request #31666 from backstage/renovate/zod-3.x-lockfile
chore(deps): update dependency zod to v3.25.76
2025-11-06 01:39:26 +00:00
renovate[bot] cddcb8c03b chore(deps): update dependency zod to v3.25.76
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 00:42:58 +00:00
backstage-goalie[bot] 3adce92ee7 Merge pull request #31665 from backstage/renovate/typedoc-0.x-lockfile
chore(deps): update dependency typedoc to v0.28.14
2025-11-06 00:34:49 +00:00
backstage-goalie[bot] 825cefe978 Merge pull request #31664 from backstage/renovate/supertest-7.x-lockfile
chore(deps): update dependency supertest to v7.1.4
2025-11-06 00:34:45 +00:00
renovate[bot] f75fd2df8d chore(deps): update dependency typedoc to v0.28.14
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 23:32:57 +00:00
renovate[bot] 6edccd4979 chore(deps): update dependency supertest to v7.1.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 23:32:19 +00:00
backstage-goalie[bot] ab818562d2 Merge pull request #31663 from backstage/renovate/strip-ansi-7.x-lockfile
chore(deps): update dependency strip-ansi to v7.1.2
2025-11-05 21:40:19 +00:00
backstage-goalie[bot] c51b757ab7 Merge pull request #31662 from backstage/renovate/semver-7.x-lockfile
chore(deps): update dependency semver to v7.7.3
2025-11-05 21:40:15 +00:00
renovate[bot] 4ef7cd2a62 chore(deps): update dependency strip-ansi to v7.1.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 21:06:46 +00:00
renovate[bot] d47fac067b chore(deps): update dependency semver to v7.7.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 21:06:13 +00:00
backstage-goalie[bot] 686742db64 Merge pull request #31660 from backstage/renovate/react-resizable-panels-3.x-lockfile
chore(deps): update dependency react-resizable-panels to v3.0.6
2025-11-05 20:55:12 +00:00
backstage-goalie[bot] 479a67e7d4 Merge pull request #31659 from backstage/renovate/rate-limit-redis-4.x-lockfile
chore(deps): update dependency rate-limit-redis to v4.2.3
2025-11-05 20:40:16 +00:00
Antonio Ereiz 96ad6745dd changeset
Signed-off-by: Antonio Ereiz <antonio.ereiz@gmail.com>
2025-11-05 21:31:09 +01:00
Antonio Ereiz f313ab5cd7 set userSelect to none
Signed-off-by: Antonio Ereiz <antonio.ereiz@gmail.com>
2025-11-05 21:18:35 +01:00
renovate[bot] 3e2f604802 chore(deps): update dependency react-resizable-panels to v3.0.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 20:13:30 +00:00
renovate[bot] 71f7893c4d chore(deps): update dependency rate-limit-redis to v4.2.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 20:03:20 +00:00
backstage-goalie[bot] 41120e5e1a Merge pull request #31657 from backstage/renovate/portfinder-1.x-lockfile
chore(deps): update dependency portfinder to v1.0.38
2025-11-05 19:55:57 +00:00
backstage-goalie[bot] 7a368c5051 Merge pull request #31656 from backstage/renovate/passport-auth0-1.x-lockfile
chore(deps): update dependency passport-auth0 to v1.4.5
2025-11-05 19:42:04 +00:00
renovate[bot] 4341512480 chore(deps): update dependency portfinder to v1.0.38
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 19:06:31 +00:00
renovate[bot] c5359dbf27 chore(deps): update dependency passport-auth0 to v1.4.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 19:06:00 +00:00
backstage-goalie[bot] 72bb7381d1 Merge pull request #31654 from backstage/renovate/nodemailer-7.x-lockfile
chore(deps): update dependency nodemailer to v7.0.10
2025-11-05 18:51:17 +00:00
backstage-goalie[bot] 2cc74b8a5c Merge pull request #31653 from backstage/renovate/next-mdx-remote-client-2.x-lockfile
chore(deps): update dependency next-mdx-remote-client to v2.1.7
2025-11-05 18:24:48 +00:00
renovate[bot] 71541e161c chore(deps): update dependency nodemailer to v7.0.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 18:08:06 +00:00
renovate[bot] 3216bd66f1 chore(deps): update dependency next-mdx-remote-client to v2.1.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 18:07:31 +00:00
Gaurav Pandey 80d5d664a1 add usage statistics plugin
Signed-off-by: Gaurav Pandey <grvpandey11@gmail.com>
2025-11-05 18:58:52 +01:00
backstage-goalie[bot] 84d6d1507b Merge pull request #31650 from backstage/renovate/mini-css-extract-plugin-2.x-lockfile
chore(deps): update dependency mini-css-extract-plugin to v2.9.4
2025-11-05 17:50:52 +00:00
backstage-goalie[bot] a37e572e3d Merge pull request #31651 from backstage/renovate/motion-12.x-lockfile
chore(deps): update dependency motion to v12.23.24
2025-11-05 17:36:39 +00:00