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

Create a main front-end view (index page) #3

Open
erikaheidi opened this issue Oct 8, 2020 · 5 comments
Open

Create a main front-end view (index page) #3

erikaheidi opened this issue Oct 8, 2020 · 5 comments

Comments

@erikaheidi
Copy link
Contributor

Create a basic view for the main page with Bulma CSS. This should replace the resources/views/index.blade.php placeholder page.

@lynmuldrow
Copy link

I'd love to claim this! Thanks for offering such a fun and useful project to work on.

@erikaheidi
Copy link
Contributor Author

😍 😍 😍

@erikaheidi
Copy link
Contributor Author

erikaheidi commented Oct 12, 2020

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

@lynmuldrow
Copy link

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 /resources/views/auth or /resources/views/layouts to match the design ideas you have.

@erikaheidi
Copy link
Contributor Author

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 creatorlinks.com/lynmuldrow . Ideally the user will be able to customize some things in the profile later on, but to get started we can have a default style for all the public pages. For this first PR you could focus on the views/index.blade.php and then you'll have more freedom , I think :) Using Tailwind seems like a good route if you'd like to, but if you feel you should keep things simpler you can also use Bulma CSS, your choice! :D

@erikaheidi erikaheidi changed the title Create a main front-end view with Bulma CSS Create a main front-end view (index page) Oct 15, 2020
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

2 participants