tuttle-dev / tuttle

🪰 Tuttle - time and money management for freelancers
GNU General Public License v3.0
61 stars 12 forks source link

UI: registration / user profile: ask user for website #182

Closed clstaudt closed 1 year ago

clstaudt commented 1 year ago
    website: Optional[str] = Field(
        default=None,
        description="URL of the user's website.",
    )

This is an attribute of the User model that is not in the registration / user profile form.

clstaudt commented 1 year ago

@vlad-ed-git Now it's there, thanks. But revealing another issue: The forms are so long that the window content is scrolling. At least on my Macbook Air it doesn't fit into a fullscreen window anymore.

Image

Image

vlad-ed-git commented 1 year ago

@clstaudt please review latest update.

clstaudt commented 1 year ago

👍 for the new tabbed settings design

Image