-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Enhance/rest nextjs api routes #4975
base: latest
Are you sure you want to change the base?
Enhance/rest nextjs api routes #4975
Conversation
- removed long `../..` pattern - makes refactoring/rearranging files easy
- There is no login or signup mechanism. - Signup button adds new author - This commit simply renames UI text to reflect that more clearly
- Change authorEmail Input field to select - This is much better as Author email must exist in users table - fix imports
Hi, anybody here? |
Is this repo deprecated? |
Hi there! Apologies for not seeing this back when you opened it. I tried my hand at fixing merge conflicts and failed spectacularly. If you're still interested in this, would you mind correcting the merge conflicts? I will then give this the go ahead. |
Hello! We are reviewing our old pull requests in this repo. If we believe that the PR is stale or abandoned, we're going to close them. We'd still love to have your contribution! If you'd be willing to pick this PR back up, please just comment or open a new pull request and we'll hop on it 🙏 |
hi |
Hi @mayank1513 and glad to have you back 😊 I'll take a look at resolving merge conflicts, but as our codebase has changed pretty significantly it might be difficult. Please bear with me! |
Fixes #4974
Refractor code to match community standards
Update UI to reflect functionality properly