Skip to content

Guruupdeshsingh/462 40 task page layout#72

Merged
GuruUpdesh merged 3 commits intomainfrom
guruupdeshsingh/462-40-task-page-layout-with-text-editor
Jan 31, 2024
Merged

Guruupdeshsingh/462 40 task page layout#72
GuruUpdesh merged 3 commits intomainfrom
guruupdeshsingh/462-40-task-page-layout-with-text-editor

Conversation

@GuruUpdesh
Copy link
Owner

No description provided.

@linear
Copy link

linear bot commented Jan 31, 2024

462-40 Task Page Layout with Text Editor

Develop a layout for the Task Page that integrates a robust text editor, allowing users to easily create and edit task descriptions and notes.

@vercel
Copy link

vercel bot commented Jan 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
taskly ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2024 9:58pm


export async function updateTask(id: number, data: NewTask) {
try {
console.log("update task", id, data);
Copy link
Collaborator

@cameronhollis4 cameronhollis4 Jan 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you leaving the console.log on purpose?

}

export async function getTask(id: number) {
console.log("get task", id);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here too

}

async function handleChange() {
console.log("FORM CHANGE", form.getValues());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here too

}, [JSON.stringify(task)]);

function onSubmit(updatedTask: FormType) {
console.log("FORM SUBMIT", updatedTask);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

}, [JSON.stringify(task)]);

function onSubmit(updatedTask: FormType) {
console.log("FORM SUBMIT", updatedTask);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

@GuruUpdesh GuruUpdesh merged commit 9ef276b into main Jan 31, 2024
@GuruUpdesh GuruUpdesh deleted the guruupdeshsingh/462-40-task-page-layout-with-text-editor branch January 31, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants