Ola Vea is migrating websites from Gatsby to Astro and Laravel
Ola Vea is migrating websites from Gatsby to Astro and Laravel
an ordinary terniary? ```js {values.showPassword ? : } ``` Q From where comes values.showPassword ? A ```js const [values, setValues] = React.useState({ .... showPassword: false, }); ``` Q From where...
ikke se på disse: **Questions** 1. Why is the button gray and not red? *** 2.
Yo @raae ! Take a look at this comment to commit 1 of 5 https://github.com/raae/pow-app/commit/e351853503e63932ed813b0138d4fba307016358 - [x] go to pages/profile.js - [x] put in a `Router` in pages/profile.js - [x]...
commit-2-of-5 I put in a const EditProfile in pages/profile.js, but the ToolBar is the-real-commit-2
You want the Fab button to the right of the Avatar on the Profile component on the profile page right? See screenshot here.  This fab button takes the Customer...
`const showEmail = variant === "signup" || variant === "update"` and ``` {showEmail && (
components/UserForm.js This is some of the code that updates the Customers profile inside Userbase ``` import { useAuthState, useAuthActions } from "../auth" const UserForm = ({ ... onSubmitFulfilled, ... })...
This is some of the code that sends the Customers back to profile from profile/edit pages/profile.js import { navigate } from "gatsby" const EditProfile = ({}) => { .... const...
Yo @raae take a look at the comments inside the commits.
Yo @raae take a look at the comments inside the commits: 0daf828 cdd5e15