generated from pagevamp/copilot-custom-app-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
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
feature/M6
| Templates
#460
Open
rrojan
wants to merge
43
commits into
main
Choose a base branch
from
feature/M6
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
* feat(OUT-1081) : dummy modal revamp for create template * fix(OUT-1081-re) : design fix on create/edit template modal4
* feat(OUT-1081) : dummy modal revamp for create template * feat(OUT-1082) : api integration of template creation, attachments handling in templates body and attachments storage location updated'
* feat(OUT-1081) : dummy modal revamp for create template * fix(OUT-1081-re) : design fix on create/edit template modal4 * fix(OUT-1062): use title instead of removed templateName * chore(OUT-1062): initialize templates state as undefined for better loading state detection * chore(OUT-1062): add new template icon * fix(OUT-1062): prevent flickering issue * feat(OUT-1062): implement manage page with cards --------- Co-authored-by: Arpan Dhakal <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…nu options design fixes (#462)
* fix(OUT-1061) : update modal desgin and functionality verified * fix(OUT-1061) : confirm delete ui text updated for template delete modal * fix(OUT-1061) : confirm delete ui text updated for template delete modal, design fixes for confirm delete ui * fix(OUT-1061) : delete confirmation ui refactored * fix(OUT-1061) : double quoation on delete confirmation text removed for tempalte deletion * feat(OUT-1103) : menu to access manage templates page in board and menu options design fixes (#462) * fix(OUT-1061) : added accented quote for template name in delete confirmation box * fix(OUT-1061) : update modal desgin and functionality verified * fix(OUT-1061) : confirm delete ui text updated for template delete modal * fix(OUT-1061) : confirm delete ui text updated for template delete modal, design fixes for confirm delete ui * fix(OUT-1061) : delete confirmation ui refactored * fix(OUT-1061) : double quoation on delete confirmation text removed for tempalte deletion * fix(OUT-1061) : added accented quote for template name in delete confirmation box
* chore(OUT-1104): add arrow-right icon * feat(OUT-1104): add support for endOption in selector * feat(OUT-1104): implement background templates fetcher * feat(OUT-1104): implement templates selector UI in new task form * fix(OUT-1104): comment out click mechanism code * fix(OUT-1104): fix new task close icon issue
* feat(OUT-1102) : Realtime changes update on manage template page for templates * fix(OUT-1102) : build error fix * tryfix(OUT-1102) : logs added * tryfix(OUT-1102) : logs added * tryfix(OUT-1102) : removed revalidateTags on template api * tryfix(OUT-1102) : removed unnecessary state update, state update should be done from realTime only * tryfix(OUT-1102) : removed unnecessary state update, state update should be done from realTime only * tryfix(OUT-1102) : removed logs and cleanup * tryfix(OUT-1102) : removed logs and cleanup * fix(OUT-1102) : applied request code quality changes * fix(OUT-1102) : applied requested change, tokenPayload checker added * fix(OUT-1102) : applied requested change, tokenPayload checker added * fix(OUT-1102) : applied requested change, tokenPayload checker added
* feat(OUT-1081) : dummy modal revamp for create template * fix(OUT-1081-re) : design fix on create/edit template modal4
* feat(OUT-1081) : dummy modal revamp for create template * feat(OUT-1082) : api integration of template creation, attachments handling in templates body and attachments storage location updated'
* feat(OUT-1081) : dummy modal revamp for create template * fix(OUT-1081-re) : design fix on create/edit template modal4 * fix(OUT-1062): use title instead of removed templateName * chore(OUT-1062): initialize templates state as undefined for better loading state detection * chore(OUT-1062): add new template icon * fix(OUT-1062): prevent flickering issue * feat(OUT-1062): implement manage page with cards --------- Co-authored-by: Arpan Dhakal <[email protected]>
…nu options design fixes (#462)
* fix(OUT-1061) : update modal desgin and functionality verified * fix(OUT-1061) : confirm delete ui text updated for template delete modal * fix(OUT-1061) : confirm delete ui text updated for template delete modal, design fixes for confirm delete ui * fix(OUT-1061) : delete confirmation ui refactored * fix(OUT-1061) : double quoation on delete confirmation text removed for tempalte deletion * feat(OUT-1103) : menu to access manage templates page in board and menu options design fixes (#462) * fix(OUT-1061) : added accented quote for template name in delete confirmation box * fix(OUT-1061) : update modal desgin and functionality verified * fix(OUT-1061) : confirm delete ui text updated for template delete modal * fix(OUT-1061) : confirm delete ui text updated for template delete modal, design fixes for confirm delete ui * fix(OUT-1061) : delete confirmation ui refactored * fix(OUT-1061) : double quoation on delete confirmation text removed for tempalte deletion * fix(OUT-1061) : added accented quote for template name in delete confirmation box
* chore(OUT-1104): add arrow-right icon * feat(OUT-1104): add support for endOption in selector * feat(OUT-1104): implement background templates fetcher * feat(OUT-1104): implement templates selector UI in new task form * fix(OUT-1104): comment out click mechanism code * fix(OUT-1104): fix new task close icon issue
* feat(OUT-1102) : Realtime changes update on manage template page for templates * fix(OUT-1102) : build error fix * tryfix(OUT-1102) : logs added * tryfix(OUT-1102) : logs added * tryfix(OUT-1102) : removed revalidateTags on template api * tryfix(OUT-1102) : removed unnecessary state update, state update should be done from realTime only * tryfix(OUT-1102) : removed unnecessary state update, state update should be done from realTime only * tryfix(OUT-1102) : removed logs and cleanup * tryfix(OUT-1102) : removed logs and cleanup * fix(OUT-1102) : applied request code quality changes * fix(OUT-1102) : applied requested change, tokenPayload checker added * fix(OUT-1102) : applied requested change, tokenPayload checker added * fix(OUT-1102) : applied requested change, tokenPayload checker added
…g on a template from dropdown (#466) * chore(OUT-1105): add JSDOM for markup parsing * feat(OUT-1105): add support in SupabaseActions to copy attachment * feat(OUT-1105): implement template replacer in tasks create endpoint * feat(OUT-1105): add util to replace template signed url with task asset urls * feat(OUT-1105): implement apply template feature to new task form * feat: implement signed template apply * feat(OUT-1105): implement moving attachments * feat(OUT-1105): disable fields temporarily while attachment is being applied * refactor(OUT-1105): clean code * docs(OUT-1105): clarify comments * chore(OUT-1105): bump tapwrite to 1.1.80 * chore(OUT-1105): upgrade tapwrite version to fix readonly issue
… long template names in menu and manage template button responsiveness (#473)
… which is now resuable for Manage templates and Task details page (#478)
* fix(OUT-1119): hacky solution to override click event to card vs menu * fix(OUT-1119): add cursor pointer
…he Manage templates page does not extend all the way (#482) * fix(OUT-1141) : vertical line in manage templates, spacing on top bar of manage templates and task details * fix(OUT-1141) : - create task title in create new task modal added - Manage templates button aligned with other options in apply templates dropdown. - Updated error message when template name is missing while creating a new template.
- Fixed status of recently updated template showing up on new template. Cleared activeWorkflowStateId while closing the create template modal. - Ellipsis hover state always showing on task Details page solved. applied menuxBox exactly like the main page. - Removed border from the apply template button in task creation modal.
- Delete button text in manage template page kebab menu changed from "Delete" to "Delete template". - Correct icon TemplateLgIcon used for empty templates page. - Empty state in templates page text changed to match the one in figma. - New ellipsis icon added on template card and padding used instead of giving height and width values to the icon container div. - Changed task creation button name from "New Task" to "Create Task"
* feat(OUT-1117): capture create template response * feat(OUT-1117): add util to sanitize string for SQL injections * feat(OUT-1117): add composite unique constraint on title & workspaceId * feat(OUT-1117): implement appending copy at end of duplicate template titles * fix(OUT-1117): include workspaceId filter in query
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.
All features and improvements related to Templates goes here.