-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New card form in Home #9787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New card form in Home #9787
Conversation
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artem Savchenko <armisav@gmail.com>
|
Connected to Huly®: UBERF-13509 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new create card form that replaces the previous simple text input with a more comprehensive card creation interface. The new form includes type selection, space selection, and an expand button for advanced options.
- Replaced simple "What do you want to share?" input with a structured NewCardForm component
- Added type selector with icons and enhanced dropdown functionality
- Introduced advanced creation mode accessible via expand button
Reviewed Changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/card/src/index.ts | Added new Expand icon asset |
| plugins/card-resources/src/plugin.ts | Updated string resources for new form labels |
| plugins/card-resources/src/components/TypeSelector.svelte | Enhanced type selector with icon support and additional props |
| plugins/card-resources/src/components/NewCardForm.svelte | New comprehensive card creation form component |
| plugins/card-resources/src/components/Home.svelte | Replaced simple input with NewCardForm component |
| plugins/card-resources/src/components/CreateCardPopup.svelte | Added allowChangeSpace parameter |
| plugins/card-assets/src/index.ts | Added Expand icon mapping |
| plugins/card-assets/lang/*.json | Updated translation strings across all languages |
| packages/ui/src/components/*.svelte | Enhanced UI components to support icon props in dropdowns |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Before:


After: