Skip to content

Conversation

@sergiocarracedo
Copy link
Collaborator

@sergiocarracedo sergiocarracedo commented Nov 11, 2025

Description

  • refactor: Rename Select to F0Select
  • refactor: Move F0Select to components and add experimentalComponent
  • feat: Add multiselection for non paginated data (type the props acording if is multiple or single (and clearable or nor crearable)

Screenshots (if applicable)

image

[Link to Figma Design](Figma URL here)

Implementation details

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2025

🔍 Visual review for your branch is published 🔍

Here are the links to:

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2025

Coverage Report for packages/react

Status Category Percentage Covered / Total
🔵 Lines 17.89% 18740 / 104742
🔵 Statements 17.89% 18740 / 104742
🔵 Functions 43.16% 868 / 2011
🔵 Branches 69.56% 2642 / 3798
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/react/src/components/exports.ts 0% 0% 0% 0% 1-17
packages/react/src/components/F0Select/index.tsx 100% 100% 100% 100%
packages/react/src/components/F0Select/internal-types.ts 0% 0% 0% 0% 1
packages/react/src/components/F0Select/types.ts 100% 100% 100% 100%
packages/react/src/components/F0Select/__stories__/mocks.ts 0% 0% 0% 0% 1-123
packages/react/src/components/F0Select/components/SelectItem.tsx 90.9% 60% 100% 90.9% 34-36
packages/react/src/components/F0Select/components/SelectedItems.tsx 60% 75% 100% 60% 18-33
packages/react/src/components/tags/exports.tsx 0% 0% 0% 0% 1-10
packages/react/src/components/tags/F0Tag/index.ts 0% 0% 0% 0% 1
packages/react/src/components/tags/F0TagAlert/F0TagAlert.tsx 34.78% 100% 100% 34.78% 18-50
packages/react/src/components/tags/F0TagAlert/types.ts 0% 0% 0% 0% 1
packages/react/src/components/tags/F0TagAlert/__storybook__/TagAlert.stories.tsx 0% 100% 100% 0% 3-83
packages/react/src/components/tags/F0TagBalance/F0TagBalance.tsx 20.79% 100% 0% 20.79% 15-29, 32-43, 53-113
packages/react/src/components/tags/F0TagBalance/index.tsx 100% 100% 100% 100%
packages/react/src/components/tags/F0TagBalance/types.ts 0% 0% 0% 0% 1
packages/react/src/components/tags/F0TagBalance/__storybook__/TagBalance.stories.tsx 0% 100% 100% 0% 3-210
packages/react/src/components/tags/F0TagCompany/F0TagCompany.tsx 35.29% 100% 100% 35.29% 7-18
packages/react/src/components/tags/F0TagCompany/index.tsx 100% 100% 100% 100%
packages/react/src/components/tags/F0TagCompany/types.ts 100% 100% 100% 100%
packages/react/src/components/tags/F0TagCompany/__storybook__/TagCompany.stories.tsx 0% 100% 100% 0% 3-44
packages/react/src/components/tags/F0TagDot/F0TagDot.tsx 27.58% 100% 100% 27.58% 9-34
packages/react/src/components/tags/F0TagDot/index.tsx 100% 100% 100% 100%
packages/react/src/components/tags/F0TagDot/types.ts 100% 100% 100% 100%
packages/react/src/components/tags/F0TagDot/__storybook__/TagDot.stories.tsx 0% 100% 100% 0% 3-63
packages/react/src/components/tags/F0TagList/F0TagList.tsx 14.28% 100% 0% 14.28% 7-41
packages/react/src/components/tags/F0TagList/index.tsx 100% 100% 100% 100%
packages/react/src/components/tags/F0TagList/types.ts 0% 100% 100% 0% 9-18
packages/react/src/components/tags/F0TagList/__storybook__/TagList.stories.tsx 0% 0% 0% 0% 1-74
packages/react/src/components/tags/F0TagList/__storybook__/mockData.ts 0% 0% 0% 0% 1-151
packages/react/src/components/tags/F0TagList/components/TagCounter.tsx 18.91% 100% 0% 18.91% 15-50
packages/react/src/components/tags/F0TagPerson/F0TagPerson.tsx 33.33% 100% 100% 33.33% 7-19
packages/react/src/components/tags/F0TagPerson/index.tsx 100% 100% 100% 100%
packages/react/src/components/tags/F0TagPerson/types.ts 100% 100% 100% 100%
packages/react/src/components/tags/F0TagPerson/__storybook__/TagPerson.stories.tsx 0% 100% 100% 0% 3-49
packages/react/src/components/tags/F0TagRaw/F0TagRaw.tsx 29.62% 100% 100% 29.62% 9-30
packages/react/src/components/tags/F0TagRaw/index.tsx 100% 100% 100% 100%
packages/react/src/components/tags/F0TagRaw/types.ts 100% 100% 100% 100%
packages/react/src/components/tags/F0TagRaw/__storybook__/TagRaw.stories.tsx 0% 0% 0% 0% 1-73
packages/react/src/components/tags/F0TagStatus/F0TagStatus.tsx 100% 100% 100% 100%
packages/react/src/components/tags/F0TagStatus/index.tsx 100% 100% 100% 100%
packages/react/src/components/tags/F0TagStatus/types.ts 0% 0% 0% 0% 1-7
packages/react/src/components/tags/F0TagStatus/__storybook__/TagStatus.stories.tsx 0% 100% 100% 0% 3-84
packages/react/src/components/tags/F0TagTeam/F0TagTeam.tsx 35.29% 100% 100% 35.29% 7-18
packages/react/src/components/tags/F0TagTeam/index.tsx 100% 100% 100% 100%
packages/react/src/components/tags/F0TagTeam/types.ts 100% 100% 100% 100%
packages/react/src/components/tags/F0TagTeam/__storybook__/TagTeam.stories.tsx 0% 100% 100% 0% 3-43
packages/react/src/components/tags/internal/BaseTag/index.tsx 87.5% 12.5% 100% 87.5% 75, 80-82, 85-87
packages/react/src/components/value-display/types/tagList.tsx 66.66% 100% 0% 66.66% 16
packages/react/src/experimental/exports.ts 0% 0% 0% 0% 1-44
packages/react/src/experimental/Forms/EntitySelect/index.stories.tsx 0% 100% 100% 0% 3-759
packages/react/src/experimental/Forms/EntitySelect/types.ts 100% 100% 100% 100%
packages/react/src/experimental/Forms/EntitySelect/Content/index.tsx 0% 100% 100% 0% 7-119
packages/react/src/experimental/Forms/EntitySelect/Content/MainContent/Footer.tsx 0% 0% 0% 0% 1-157
packages/react/src/experimental/Forms/EntitySelect/Content/MainContent/index.tsx 0% 0% 0% 0% 1-554
packages/react/src/experimental/Forms/EntitySelect/ListTag/index.tsx 0% 0% 0% 0% 1-51
packages/react/src/experimental/Forms/EntitySelect/Trigger/index.tsx 0% 0% 0% 0% 1-154
packages/react/src/experimental/Forms/Fields/exports.ts 0% 0% 0% 0% 1-7
packages/react/src/experimental/Forms/Form/index.stories.tsx 0% 0% 0% 0% 1-632
packages/react/src/experimental/Lists/OnePersonListItem/index.tsx 0% 100% 100% 0% 2-140
packages/react/src/experimental/Modals/OneModal/OneModal.stories.tsx 0% 0% 0% 0% 1-350
packages/react/src/experimental/Navigation/Header/Breadcrumbs/index.stories.tsx 0% 0% 0% 0% 1-359
packages/react/src/experimental/Navigation/Header/Breadcrumbs/types.ts 100% 100% 100% 100%
packages/react/src/experimental/Navigation/Header/Breadcrumbs/internal/BreadcrumbItem.tsx 81.91% 75% 100% 81.91% 50, 81-98
packages/react/src/experimental/Navigation/Header/Breadcrumbs/internal/BreadcrumbSelect/index.stories.tsx 0% 0% 0% 0% 1-214
packages/react/src/experimental/Navigation/Header/Breadcrumbs/internal/BreadcrumbSelect/index.tsx 11.53% 100% 0% 11.53% 18-71
packages/react/src/experimental/Navigation/Header/PageHeader/index.tsx 7.62% 100% 0% 7.62% 75-101, 104-330
packages/react/src/experimental/Navigation/Sidebar/CompanySelector/index.tsx 0% 100% 100% 0% 2-187
packages/react/src/experimental/OneDataCollection/Settings/components/GroupingSelector.tsx 51.25% 11.11% 33.33% 51.25% 36, 41-49, 53-57, 60-61, 75-89, 94-105
packages/react/src/experimental/OneDataCollection/Settings/components/SortingSelector.tsx 9.33% 100% 0% 9.33% 15-94
packages/react/src/experimental/Widgets/Content/CalendarEvent/index.tsx 0% 0% 0% 0% 1-162
packages/react/src/experimental/Widgets/Content/ClockIn/ClockInControls/index.tsx 70% 43.75% 33.33% 70% 103-108, 114-122, 125-128, 133-134, 144-146, 208-226, 274-294, 298-300, 304
packages/react/src/lib/experimental.ts 35.89% 75% 33.33% 35.89% 12-25, 29-41, 58-71, 85-98
packages/react/src/lib/numberFormat.ts 10% 100% 0% 10% 2-10
packages/react/src/lib/toArray.ts 100% 100% 100% 100%
packages/react/src/ui/DatePickerPopup/DatePickerPopup.tsx 70.04% 80.95% 42.85% 70.04% 77-78, 96-100, 104-105, 120, 133-137, 145-146, 168-186, 193-201, 210-211, 267-283
packages/react/src/ui/OverflowList/index.tsx 89.85% 56.25% 100% 89.85% 97, 183-192, 228-231
packages/react/src/ui/OverflowList/useOverflowCalculation.ts 85.29% 45% 50% 85.29% 48-49, 55-58, 61-62, 86-88, 125, 127-129
packages/react/src/ui/Select/components/Select.tsx 88.4% 83.33% 100% 88.4% 78, 85-91
Generated in workflow #9121 for commit fc54180 by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2025

size-limit report 📦

Path Size
JS: Stable 610.28 KB (+0.12% 🔺)
JS: Experimental 1015.73 KB (+0.08% 🔺)
CSS 72.46 KB (-0.1% 🔽)

@sergiocarracedo sergiocarracedo changed the title feat/select multiselection feat: f0select multiselection Nov 11, 2025
@github-actions github-actions bot added the feat label Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants