[DEV-532] added question input page and page navigation#67
Open
adambelouad wants to merge 1 commit intopreviewfrom
Open
[DEV-532] added question input page and page navigation#67adambelouad wants to merge 1 commit intopreviewfrom
adambelouad wants to merge 1 commit intopreviewfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
31c1bdf to
13bf3b4
Compare
| <label className='block text-sm font-semibold mb-1'> | ||
| Question Title | ||
| </label> | ||
| <input |
Contributor
There was a problem hiding this comment.
Swap these html input elements for TextInput evergreen elements
|
|
||
| {/* Buttons */} | ||
| <div className='flex gap-3 mt-2'> | ||
| <button |
Contributor
There was a problem hiding this comment.
Use the Evergreen Button element
| {/* Category */} | ||
| <div> | ||
| <label className='block text-sm font-semibold mb-1'>Category</label> | ||
| <select |
Contributor
There was a problem hiding this comment.
Use Evergreen SelectMenu
issacli-0821
requested changes
Feb 13, 2026
Contributor
issacli-0821
left a comment
There was a problem hiding this comment.
Left some comments!
Comment on lines
+134
to
+137
| <option value='Assignments and PSETs'>Assignments and PSETs</option> | ||
| <option value='Exam Prep'>Exam Prep</option> | ||
| <option value='Resource Recommendations'> | ||
| Resource Recommendations |
Contributor
There was a problem hiding this comment.
Put these options in a list as a constant on the top of the file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
Proposed Changes