-
Notifications
You must be signed in to change notification settings - Fork 18
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
Adding a dashboard feature (#7) #33
Conversation
Great work! I looked through the code and it looks pretty solid. I will pull down your branch when I have time later to do a full review and test. (For future reference, screenshots in the pull request are a huge plus. I'll add that to the contribution guidelines) I have a few questions/comments:
|
Thanks for the feedback! Next time I will add screenshots. This one was my first coding PR (I only made readme PRs before), so I wasn't sure how to describe all the work done. Answers:
|
Considering all 176 items inside Latest commit shows a warning when user exceeds length limit, and also ignores all items above length limit. |
…on after creating it.
Awesome thanks for the quick updates!
Oh, I may have done some custom css for those Github/Discord/API links. It probably should be set in the MUI theme instead. But yeah, I was referring to the color and button style on those buttons. Feel free to leave the Create Dashboard button as is and I will go in and update the appearance after merging and maybe try to make it easier to have consistent buttons.
I'll make the issue after merging this PR and we can link this PR to that issue |
Ok! I changed the svg color to match your links. I will await for updates. |
This PR is based on #7, although I couldn't complete it since the API is not available for PRs right now. I did it as a workaround until an account system (and any other features) gets launched.
I made a modal where anyone can create a dashboard, which is a URL with the
q
parameter set by a autocomplete multiselect component. This component collects all item names through a request to the/api.json
route.However, I didn't have success trying to hit this route. All my tentatives got 404s. I added a mock json file to test the component, so it should work normally in a real scenario.
It's a big PR, so I'm available to answer any questions and fix any bugs before being accepted (if it's good enough for the website, of course).
Cheers