-
Notifications
You must be signed in to change notification settings - Fork 5
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
Question SPA #30
Question SPA #30
Conversation
The new route is /questions
Currently, this delete only deletes questions from the client side.
Previously, the multiselect would only show nulls when populated. Now, it would correctly show the right value.
Previously, pagination would not expand even if new rows were added
Question spa frontend
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty sick, other than the minor comments LGTM, just need to hook it with the question service endpoints.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops missed two minor details
- Update toast message for successful delete - Add spaces between multiple topics - Update .css to use .min - Remove redundant console logs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I also ask if |
I think this is still accessible by other pages since our frontend will be deployed as one. But if this improves the project structure, I can move it. What do the others think? |
I think we should move into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor things!
Aite I'll move it to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a few minor code quality comments
Upon adding a new topic, * Immediately adds the topic instead of the user having to press the new topic checkbox * Clear the search filter box since there would be no other results
Description
Checklist