PromucFlow_constructor/app/client/src/ee
ashit-rath d7a8a39ebf
chore: Workspace home page refactor for packages (#26654)
## Description
This is a refactor PR that helps introducing the packages section in EE.
Apart from refactor there are some design changes that are made (refer
figma design and the `Design changes` list).

Refactor list -
- Applications list extracted from the index file to it's own component
(`ApplicationCardList.tsx`)
- Extracted `+ New` button to a new component to override in EE
(`WorkspaceAction.tsx`).
- Created and moved workspace context menu just de-clutter the main
Application page (`WorkspaceMenu.tsx`)
- Mixed packages into the fuzzy search logic with dummy package selector
logic (EE will have the main logic)
- Extracted common Card logic from ApplicationCard component to reuse
for packages. (`Card.tsx`)
-

Design changes -
- Search bar increased width to `500px`
- Workspace heading font size decreased to 16px
- Workspace heading text color
- Application card name font size decreased to 16px
- Gap between application cards decreased to 12px
- Added a horizontal divider between each workspace


[Figma
Design](https://www.figma.com/file/Z0QsSdGOydURn6WIMQ3rHM/Solution-Design?type=design&node-id=1171-91563&mode=design&t=GTnV1fZa5ODy8xGD-0)

Fixes #26497

#### Type of change
- Chore (housekeeping or task changes that don't impact user perception)

## Testing
>
#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [x] Manual
- [ ] JUnit
- [x] Jest
- [ ] Cypress
>
>
#### Test Plan
> Add Testsmith test cases links that relate to this PR
>
>
#### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)
>
>
>
## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed

---------

Co-authored-by: Ankita Kinger <ankita@appsmith.com>
2023-08-31 13:51:04 +05:30
..
actions chore: code splitting for multiple env feature (#25479) 2023-07-21 12:53:17 +07:00
api feat: updating datasource endpoints contract (#23920) 2023-07-03 18:36:05 +05:30
components feat: ramps for multiple environments (#25764) 2023-08-05 14:59:47 +07:00
configs chore: Code splitting FE files to support app level invites on Business edition (#21783) 2023-03-29 17:07:06 +00:00
constants chore: Workspace home page refactor for packages (#26654) 2023-08-31 13:51:04 +05:30
entities feat: Flagsmith Integration (#24472) 2023-06-27 16:15:33 +05:30
mocks
pages chore: Workspace home page refactor for packages (#26654) 2023-08-31 13:51:04 +05:30
reducers refactor: Code splitting of some files for invite modal on EE (#17847) 2022-10-26 15:30:55 +05:30
sagas fix: Resetting the search keyword when the user un-mounts from the home page (#26060) 2023-08-07 10:28:21 +05:30
selectors chore: Workspace home page refactor for packages (#26654) 2023-08-31 13:51:04 +05:30
utils feat: code split branding helpers, add auth locators in CE (#26379) 2023-08-16 18:08:10 +05:30
workers chore: Add missing imports errors for ee repo sync (#20575) 2023-02-12 05:15:34 +01:00
AppRouter.tsx chore: code split usage and billing files (#19436) 2023-01-10 11:09:15 +05:30