Skip to content
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

✨(frontend) one-click document creation #275

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

arnaud-robin
Copy link
Collaborator

Purpose

We want to reduce friction for document creation.
We want the user to be able to create document
with a single click wihout having to type in the title
and then allow for editing the title in place.

Proposal

  • Remove modal to create document
  • Allow title to be edited in place direclty

Arnaud Robin added 3 commits September 23, 2024 00:45
Create a styled component to allow for direct
editing of the title of the document when clicking.
Remove create document modal to remove
friction for user. "New document" is selected
as original title.
Fix linting issues and minor nits.
@arnaud-robin arnaud-robin mentioned this pull request Sep 22, 2024
4 tasks
@arnaud-robin arnaud-robin linked an issue Sep 22, 2024 that may be closed by this pull request
4 tasks
Modification of the create doc button added the
need for useRouter to be mounted during testing.
This adds a mock function to allow for testing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

One click doc creation
2 participants