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

Sidebar layout #92

Merged
merged 40 commits into from
Jan 10, 2024
Merged

Sidebar layout #92

merged 40 commits into from
Jan 10, 2024

Conversation

franknoirot
Copy link
Collaborator

@franknoirot franknoirot commented Jan 9, 2024

Resolves #90

I couldn't get the demo to upload here so it's only in the company Slack for now sorry

@franknoirot franknoirot added the enhancement New feature or request label Jan 9, 2024
@franknoirot franknoirot self-assigned this Jan 9, 2024
Copy link

vercel bot commented Jan 9, 2024

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

Name Status Preview Updated (UTC)
text-to-cad-ui ✅ Ready (Inspect) Visit Preview Jan 10, 2024 2:42am

@franknoirot
Copy link
Collaborator Author

To review the deployment preview and log in:

  1. open the vercel link
  2. open the browser console
  3. enter var CookieDate = new Date() in the console
  4. enter CookieDate.setFullYear(CookieDate.getFullYear() + 10) in the console
  5. in another tab, go to zoo.dev and sign in
  6. open the browser dev tools and go to the Application tab
  7. under Cookies, find the cookie with name __Secure-next-auth.session-token and the domain .zoo.dev
  8. copy the value field. This is your token
  9. back on the preview deploy, enter document.cookie = '__Secure-next-auth.session-token=<your-token>;Secure;expires=' + CookieDate.toUTCString() + ';' into the browser console, replacing <your-token> with your copied token

@franknoirot franknoirot changed the title Sidebar layout (WIP) Sidebar layout Jan 10, 2024
@jessfraz
Copy link
Contributor

jessfraz commented Jan 10, 2024

This is a cheap and dirty hack but I just login to dev.zoo.dev and then immediately hit the Vercel preview after, works for me…

Edit: nevermind this only works on modeling app and the website

@jessfraz
Copy link
Contributor

jessfraz commented Jan 10, 2024

just two small things i sent in slack:

  • was non apparent to me i had to click "download" after selecting stl from the list of dropdown, maybe we just auto download it after converting and the loader?
  • takes a second+ after clicking a model in the side bar for it to load making me think i need to click it again or it didnt know i clicked maybe some feedback or a small loader to show you its working, idk

just small nits!

THIS IS SO MUCH BETTER THO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a layout more familiar to ML chat application users
2 participants