-
- Downloads
Chore: ui-client package (#25916)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Showing
- apps/meteor/client/providers/TooltipProvider.tsx 1 addition, 1 deletionapps/meteor/client/providers/TooltipProvider.tsx
- apps/meteor/client/views/admin/apps/AppDetailsPageContent.tsx 1 addition, 1 deletion.../meteor/client/views/admin/apps/AppDetailsPageContent.tsx
- apps/meteor/client/views/admin/apps/AppsWhatIsIt.tsx 1 addition, 1 deletionapps/meteor/client/views/admin/apps/AppsWhatIsIt.tsx
- apps/meteor/client/views/admin/info/TextSeparator.js 1 addition, 2 deletionsapps/meteor/client/views/admin/info/TextSeparator.js
- apps/meteor/client/views/location/MapViewFallback.tsx 1 addition, 2 deletionsapps/meteor/client/views/location/MapViewFallback.tsx
- apps/meteor/client/views/location/MapViewImage.tsx 1 addition, 2 deletionsapps/meteor/client/views/location/MapViewImage.tsx
- apps/meteor/client/views/omnichannel/webhooks/WebhooksPage.js 1 addition, 1 deletion.../meteor/client/views/omnichannel/webhooks/WebhooksPage.js
- apps/meteor/client/views/room/MessageList/MessageListErrorBoundary.tsx 1 addition, 2 deletions...lient/views/room/MessageList/MessageListErrorBoundary.tsx
- apps/meteor/client/views/room/Room/Room.tsx 1 addition, 1 deletionapps/meteor/client/views/room/Room/Room.tsx
- apps/meteor/ee/client/views/admin/info/SeatsCard.tsx 1 addition, 1 deletionapps/meteor/ee/client/views/admin/info/SeatsCard.tsx
- apps/meteor/ee/client/views/admin/users/CloseToSeatsCapModal.tsx 1 addition, 1 deletion...teor/ee/client/views/admin/users/CloseToSeatsCapModal.tsx
- apps/meteor/ee/client/views/admin/users/ReachedSeatsCapModal.tsx 1 addition, 1 deletion...teor/ee/client/views/admin/users/ReachedSeatsCapModal.tsx
- apps/meteor/ee/client/views/admin/users/UserPageHeaderContentWithSeatsCap.tsx 1 addition, 1 deletion...t/views/admin/users/UserPageHeaderContentWithSeatsCap.tsx
- apps/meteor/package.json 1 addition, 0 deletionsapps/meteor/package.json
- packages/ui-client/.eslintrc 67 additions, 0 deletionspackages/ui-client/.eslintrc
- packages/ui-client/.storybook/main.js 12 additions, 0 deletionspackages/ui-client/.storybook/main.js
- packages/ui-client/.storybook/preview.js 25 additions, 0 deletionspackages/ui-client/.storybook/preview.js
- packages/ui-client/package.json 44 additions, 0 deletionspackages/ui-client/package.json
- packages/ui-client/src/components/DotLeader.stories.tsx 1 addition, 2 deletionspackages/ui-client/src/components/DotLeader.stories.tsx
- packages/ui-client/src/components/DotLeader.tsx 2 additions, 4 deletionspackages/ui-client/src/components/DotLeader.tsx
Loading
Please register or sign in to comment