-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: update file upload logkcs & space connector restClient #5393
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…#5277) * feat(authenticator): initialize task management template on sign-in Signed-off-by: Wanjin Noh <[email protected]> * refactor: separate mention functionality from comment input component Signed-off-by: Wanjin Noh <[email protected]> --------- Signed-off-by: Wanjin Noh <[email protected]>
…5333) * feat(editor): add options for text alignment and undo/redo buttons Signed-off-by: Wanjin Noh <[email protected]> * chore: remove debug log from TextEditor component on mount Signed-off-by: Wanjin Noh <[email protected]> * fix(task-category-store): correct syntax in task-category-store.ts Signed-off-by: Wanjin Noh <[email protected]> * refactor: separate mention functionality from comment input component (#5277) * feat(authenticator): initialize task management template on sign-in Signed-off-by: Wanjin Noh <[email protected]> * refactor: separate mention functionality from comment input component Signed-off-by: Wanjin Noh <[email protected]> --------- Signed-off-by: Wanjin Noh <[email protected]> feat(editor): add color picker option to menu bar and refactor text editor Signed-off-by: Wanjin Noh <[email protected]> * feat(ops-flow): use TextEditorViewer component for comment display Signed-off-by: Wanjin Noh <[email protected]> * feat(ops-flow): disable undo/redo buttons in comment text editor Signed-off-by: Wanjin Noh <[email protected]> * feat(ops-flow): add timezone support for comment date display Signed-off-by: Wanjin Noh <[email protected]> * feat(i18n): add translation for default description placeholder in text editor Signed-off-by: Wanjin Noh <[email protected]> * feat(task-field): add options property to OtherTaskField interface and enhance validation logic Signed-off-by: Wanjin Noh <[email protected]> * feat(task-field-generator): add JSON input handling and new input types Signed-off-by: Wanjin Noh <[email protected]> * refactor: enhance task field metadata store with computed properties and types Signed-off-by: Wanjin Noh <[email protected]> * refactor: add options generator types for dropdown and paragraph components Signed-off-by: Wanjin Noh <[email protected]> * feat(task-fields-configuration): enhance validation and field management logic Signed-off-by: Wanjin Noh <[email protected]> * feat(validation): add new enum validation messages and improve logic Signed-off-by: Wanjin Noh <[email protected]> * fix: update event type for 'update:files' to use FileModel[] Signed-off-by: Wanjin Noh <[email protected]> * refactor: remove unused import for useMention in BoardTaskComment.vue Signed-off-by: Wanjin Noh <[email protected]> --------- Signed-off-by: Wanjin Noh <[email protected]>
#5334) Signed-off-by: Wanjin Noh <[email protected]>
…gic (#5336) * feat(event): add status change interface and update event handling logic Signed-off-by: Wanjin Noh <[email protected]> * fix: add key to datetime-picker for re-rendering on readonly change Signed-off-by: Wanjin Noh <[email protected]> * feat(ops-flow): enhance task initialization and category filtering logic Signed-off-by: Wanjin Noh <[email protected]> * fix(task-category-store): improve item handling in task category updates Signed-off-by: Wanjin Noh <[email protected]> * feat(ops-flow): add cleanup for associated tasks on modal unmount Signed-off-by: Wanjin Noh <[email protected]> * feat(package-delete-modal): simplify deletable condition for package deletion Signed-off-by: Wanjin Noh <[email protected]> * feat: update column widths and add edit access control in components Signed-off-by: Wanjin Noh <[email protected]> * feat: enable project group selection in ProjectTaskField component Signed-off-by: Wanjin Noh <[email protected]> --------- Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
…g page (#5354) Signed-off-by: Wanjin Noh <[email protected]>
…onents (#5355) Signed-off-by: Wanjin Noh <[email protected]>
* fix: update icons and add workspaceId prop to task components Signed-off-by: Wanjin Noh <[email protected]> * fix(ops-flow): enhance view mode initialization Signed-off-by: Wanjin Noh <[email protected]> * refactor: restructure task field types and options for better clarity Signed-off-by: Wanjin Noh <[email protected]> * feat(validation): add maxLength validation for task field inputs Signed-off-by: Wanjin Noh <[email protected]> * feat(ops-flow): increase column widths in BoardTaskTable component Signed-off-by: Wanjin Noh <[email protected]> --------- Signed-off-by: Wanjin Noh <[email protected]>
…sks table Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
….vue Signed-off-by: Wanjin Noh <[email protected]>
feat(language-pack): add translations for archived task description Signed-off-by: Wanjin Noh <[email protected]>
…ents array Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
…rity Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
…tion Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]> docs: add context menu attach hook with storybook integration Signed-off-by: Wanjin Noh <[email protected]> fix: update pageSize in useContextMenuAttach to improve functionality Signed-off-by: Wanjin Noh <[email protected]> feat: add useContextMenuItems hook for enhanced context menu management Signed-off-by: Wanjin Noh <[email protected]> refactor: reorganize context menu hooks and update import paths Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
…ate mappings Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
…a fields Signed-off-by: Wanjin Noh <[email protected]>
…tance Signed-off-by: Wanjin Noh <[email protected]>
…e group logic Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
… handling Signed-off-by: Wanjin Noh <[email protected]>
…or inputs Signed-off-by: Wanjin Noh <[email protected]>
…dling Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To Reviewers
style
,chore
,ci
, straightforward changes, etc.)Description (optional)
Things to Talk About (optional)