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

Update settings to have initial pop up with simple actions #34

Open
alkrauss48 opened this issue Sep 7, 2024 · 0 comments
Open

Update settings to have initial pop up with simple actions #34

alkrauss48 opened this issue Sep 7, 2024 · 0 comments

Comments

@alkrauss48
Copy link
Owner

alkrauss48 commented Sep 7, 2024

Currently the Settings icon in the top left corner takes you over to a Settings Page, but I'd rather it load up a simple popup menu with a few common options, and then have the ability to navigate to the full settings page if the user wants to.

This is the icon, which when clicked currently goes to the Settings page:
Screenshot 2024-10-11 at 12 05 07 PM

But I want it to generate a popup with these features (but styled better):
Screenshot 2024-10-11 at 12 05 33 PM

The links should behave as follows:

  • Login - Take you directly (via an inertia-link) to /admin
    • This link should say "Dashboard" if you are logged in. See Settings page link for more details.
  • Sign Up - Take you directly (via an inertia-link) to /register
    • This link should hide if you are logged in. See Settings page link for more details.
  • All Settings - Take you directly (via an inert-alink) to /settings
  • Bottom links
    • YouTube / GitHub Icons (just normal a tags with href properties)
    • Moon icon - this one is a bit more challenging (see settings page). Likely will want to extract out the logic of this icon into its own component, and use it both in this popup menu and the Settings page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant