cboard-org / cboard-ai-builder

The Cboard AI Builder is an augmentative and alternative communication (AAC) board generator designed to streamline the creation process for speech therapists or caregivers. It aims to reduce the time required to create specific AAC boards and provide a preliminary draft quickly.
https://cboard.io
GNU General Public License v3.0
7 stars 2 forks source link

Creates UI for signIn page integrating with OAuth #49

Closed maxicapodacqua closed 6 months ago

maxicapodacqua commented 6 months ago

Closes #11

Things to fix in future iterations:

  1. Layout spaces (some padding might not match design)
  2. Mobile is not including the image at the bottom
  3. Privacy and Terms links are not going to any page and their location is incorrect, should be at the bottom of the page

Features:

tomivm commented 6 months ago

Good Job @maxicapodacqua I noticed that the web console is showing these errors. Warning: Failed prop type: Invalid propchildrensupplied toForwardRef(Box), expected a ReactNode. Warning: Extra attributes from the server: data-new-gr-c-s-check-loaded,data-gr-ext-installed

maxicapodacqua commented 6 months ago

Warning: Extra attributes from the server: data-new-gr-c-s-check-loaded,data-gr-ext-installed

That warning it's because of the Gramarly extension (I have the same warning and extension installed) .

I'll work on the ForwardRef warning now