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

If anyone interested, fixed some minor bugs and applied a bit of my style #5

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

marcelaodev
Copy link

@marcelaodev marcelaodev commented Nov 6, 2024

Well I don't mean this to ever be merged. (while the previous I do)

But I'd like to share a bit of what I've done here... fixed some minor bugs like not showing validation messages but there's also some of what I consider to be more elegant.
(I guess I should just have disabled auto formatting, changes are hard to look that way)

It's the first time I paid some time to develop some stuff on the TALL stack and I gotta say: it's AWESOME!

With about 900 lines of code we have a web page with a similar UX as of this same project written instead in React with about 6k lines.

I don't usually have free choice to pick my stack, but this is now certainly my GO TO web stack!

Marcelão added 6 commits November 5, 2024 21:02
add missing confirmation and error messages;
ask for confirmation for deleting articles;
redirect to profile/article when creating/editing;
put delete button on article page instead of edit page;
add icon to unfavorite button and change its color;
transform number of likes/followers to int instead of float;
add profile link on navigation;
include number of followers on button to follow on profile;
fix username being required to be email on register;
fix something with register... I don't know how it was working before;
fix spacing, positioning and some other fluffy stuff;
laravel pint fixing styling and add bootstrap 5 (on top of 4 + custom styles omg);
@marcelaodev marcelaodev changed the title If anyone interested, fixed obvious bugs and applied a bit of my style If anyone interested, fixed some minor bugs and applied a bit of my style Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant