weight-tracker / index.html

Commit History

when user clicks logout button page needs to full refresh - Follow Up Deployment
5655d39
verified

J0BL1N commited on

“Fix the logged-out **Login** button: remove any `w-*`, `h-*`, `aspect-square`, `btn-circle`, and `flex-col` classes; set the button to `class="inline-flex items-center gap-2 px-4 py-2 rounded-full whitespace-nowrap"` and the icon to `class="w-4 h-4"` so it renders as a horizontal pill with text beside the icon.”
ce448c9
verified

J0BL1N commited on

“Make the **Login** button have a normal pill/rounded rectangle shape (not a perfect circle) by adding horizontal padding (px-4), vertical padding (py-2), and using `rounded-full inline-flex items-center gap-2` so the icon and text sit side by side.”
90549b1
verified

J0BL1N commited on

“Put the **Jayden** and **Logout** buttons inside the SAME parent and make that parent `class="flex flex-row items-center gap-2 flex-nowrap"`; change each button to `inline-flex` and remove any `block`, `w-full`, `flex-col`, `space-y-*`, or separate wrappers.”
1bd8797
verified

J0BL1N commited on

Group the Jayden (username) and Logout buttons in one container and make them sit on a single row: “Wrap both buttons in the same parent and set it to display:flex; flex-direction:row; align-items:center; gap:12px; — also remove any block, w-full, flex-col, or grid classes from the buttons/wrappers so they don’t stack. - Follow Up Deployment
336b5c9
verified

J0BL1N commited on

both buttons aren't side by side still make sure it happens. - Follow Up Deployment
1c9735a
verified

J0BL1N commited on

how can I explain this, I want the username and logout side by side. - Follow Up Deployment
99ce28f
verified

J0BL1N commited on

move username to the left more, also no pop ups when logging in and out, I want to click the button and it happens. - Follow Up Deployment
74be058
verified

J0BL1N commited on

still not working make them horizontally lined up on the top right of the website - Follow Up Deployment
f3fa209
verified

J0BL1N commited on

instead of clicking name to log out, add a log out button to the right of the username - Follow Up Deployment
891c37b
verified

J0BL1N commited on

some reason I have to refresh window, maybe do a refresh after logging in - Follow Up Deployment
ae21b84
verified

J0BL1N commited on

when user logs in remember users data - Follow Up Deployment
94a0405
verified

J0BL1N commited on

when user enters data live update the graph - Follow Up Deployment
44eb3cf
verified

J0BL1N commited on

wipe data, and save data specific to username - Follow Up Deployment
28fd7b9
verified

J0BL1N commited on

when logged in hide login button and only show username, also change in sign up where it asks for full name ask for username. when user adds details for sign up, make sure the website sends a confirmation to the email that the user has to click, and show a pop up to let the user know. - Follow Up Deployment
853078f
verified

J0BL1N commited on

add a sign up as well - Follow Up Deployment
022de28
verified

J0BL1N commited on

fix its not working properly the whole screen is white - Follow Up Deployment
2f9f4fb
verified

J0BL1N commited on

when I put in an entry make sure it saves the data - Follow Up Deployment
36ea1a7
verified

J0BL1N commited on

763131978703-p0iq4mgnb0i9hsv877s4u487upbmvs18.apps.googleusercontent.com
f8b2ba9
verified

J0BL1N commited on

see my issue? fix this please. - Follow Up Deployment
0337c15
verified

J0BL1N commited on

make the google log in actually work. - Follow Up Deployment
6326cbe
verified

J0BL1N commited on

put the log in as a button in the top right of the screen, and when logged in show user name in a rectangle with curved edges - Follow Up Deployment
cfbb69a
verified

J0BL1N commited on

goal weight is 85kg - Initial Deployment
f00460c
verified

J0BL1N commited on

initial commit
c56cecc
verified

J0BL1N commited on