-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create a main front-end view (index page) #3
Comments
I'd love to claim this! Thanks for offering such a fun and useful project to work on. |
😍 😍 😍 |
Hey @lynmuldrow I have an update for you, because I did set up a Laravel extension to implement user registration and it uses another front-end framework so this could impact this issue. A few pages were automatically included, a dashboard and a user settings page, as well as registration / login pages (that's what I was more interested so I could focus on the links implementation). I haven't used these things before so we'll figure out as we go :D Please don't hesitate in reaching out if you have any questions! :) and thank you once again for getting this issue to work on! <3 |
Thanks for the callout! I'll dive into these automagic pages and try to make them pretty. I'm trying to figure out what framework is used- I see Tailwinds managing the full app CSS, blade for templates, and some bootstrap splashed in as well. I've been working through the day to parse through the things I don't yet know about these, and I'm happy to customize the main templates in |
I've been working on the secured area where users will be able to add links - so I spend the day figuring out how to use Livewire to reuse the styles of the dashboard initially, so you can focus on the public face of the app - I think we'll need a generic index page, and then the user profile page that will be something like |
Create a basic view for the main page with Bulma CSS. This should replace the
resources/views/index.blade.php
placeholder page.The text was updated successfully, but these errors were encountered: