Commit History

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

J0BL1N commited on

when user logs out refresh page - Follow Up Deployment
cb93ac3
verified

J0BL1N commited on

<!DOCTYPE html>
5640926
verified

J0BL1N commited on

When logged out, the Login button is being forced into a circle and the icon/text stack vertically because classes like w-10, h-10, aspect-square, btn-circle, or flex-col are applied. Remove those classes and render the Login button as a horizontal pill with the icon and text side-by-side. Use inline-flex items-center gap-2 px-4 py-2 rounded-full whitespace-nowrap, and size the icon to w-4 h-4 - Follow Up Deployment
cc4ef21
verified

J0BL1N commited on

Right now, when the user is logged out, the Login button becomes a perfect circle with the icon stacked above the text. This happens because some classes (like w-10, h-10, aspect-square, flex-col, items-center justify-center) are forcing it to be a fixed square container and stack the content vertically.
53ea597
verified

J0BL1N commited on

Stop forcing the Login button into a circle — remove all w-*, h-*, aspect-square, or flex-col classes, and instead give it class="inline-flex items-center gap-2 px-4 py-2 rounded-full whitespace-nowrap" so it stays a horizontal pill with icon and text side by side - Follow Up Deployment
c2b5a00
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

“Keep the Login button styled as a horizontal pill with icon and text side by side using inline-flex items-center gap-2 px-4 py-2 rounded-full, and make sure no fixed width/height (like w-10 h-10) or flex-col is applied when logged out.” - Follow Up Deployment
7895874
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

“Make the username and logout buttons appear side by side on the same horizontal line (not one on top and one on bottom) by putting them in a flex container with display:flex; flex-direction:row; align-items:center; gap:1rem;.” - Follow Up Deployment
f1e499b
verified

J0BL1N commited on

Place these two buttons side by side (horizontally aligned) instead of stacking them vertically. - Follow Up Deployment
3ee39ef
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

see how the log out button is under the username? move the username to the left of the logout I want logout button on the top right of website and username left of it with a little space. - Follow Up Deployment
00119d5
verified

J0BL1N commited on

Upload 1 image(s)
2d54e6c
verified

J0BL1N commited on

move logout button to the right of the username not under. - Follow Up Deployment
06b4c6c
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 pull data for user and add to graph and recent entries. - Follow Up Deployment
f470e3d
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
e8cb9b3
verified

J0BL1N commited on

763131978703-p0iq4mgnb0i9hsv877s4u487upbmvs18.apps.googleusercontent.com
e548053
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

Upload 1 image(s)
a077993
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

Upload 1 image(s)
5509fab
verified

J0BL1N commited on

goal weight is 85kg - Follow Up Deployment
5544810
verified

J0BL1N commited on

goal weight is 85kg - Follow Up Deployment
9ff199e
verified

J0BL1N commited on

goal weight is 85kg - Initial Deployment
f00460c
verified

J0BL1N commited on

initial commit
c56cecc
verified

J0BL1N commited on