-
Notifications
You must be signed in to change notification settings - Fork 183
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
071624.05/api revisions #8655
071624.05/api revisions #8655
Conversation
chidozieononiwu
commented
Jul 18, 2024
- This adds API-Revision view showing API Revision in detail, and ability to add APIRevisions from the review page.
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 fine
@chidozieononiwu I see an issue. I deployed this change to staging to verify the changes. I see the comments button on left side panel but click on the conversations icon is not doing anything. |
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.
Let's the get fix to show conversations page also along with revisions. Currently conversations icon is visible but it's not doing anything when I click on it. Also what about samples
icon.
I have also found a bug in the revisions page when adding a new revision. Newly added revision is not shown in the revision list without refreshing the whole page. We need to refresh the revisions automatically when a new revision is available. It's not a good user experience to ask user to refresh the page to get newly added revision. |
d9e1e15
to
43b4451
Compare
* Add APIRevision to Review Page * Add APIRevisions list to Review Page