feat: Suggest source for transcription#34
Open
kouloumos wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Member
Author
|
@igbopharaoh please note that the modal is problematic on smaller screens |
Emmanuel-Develops
force-pushed
the
staging
branch
2 times, most recently
from
September 24, 2024 13:56
5d1e798 to
1f16071
Compare
Emmanuel-Develops
force-pushed
the
staging
branch
2 times, most recently
from
October 14, 2024 20:23
b1ab946 to
41d80e3
Compare
enables the related button and onSubmit calls the intenal `/suggestSource` endpoint which then calls the newly introduced `/suggestSource` endpoint in the Review app which is then responsible for all the related logic.
kouloumos
force-pushed
the
suggest-source
branch
from
October 15, 2024 07:19
60e5013 to
8d7e7cb
Compare
Member
Author
|
Rebased and tested! |
Collaborator
|
I couldn't suggest this transcript
cc: @kouloumos |
Member
Author
@Emmanuel-Develops did you try to suggest it through this PR's deployment? Cause you need the |
Emmanuel-Develops
force-pushed
the
staging
branch
from
November 29, 2024 09:19
52c8937 to
6bbe171
Compare
Emmanuel-Develops
force-pushed
the
staging
branch
from
January 8, 2025 14:45
f5e214e to
358e47a
Compare
Emmanuel-Develops
force-pushed
the
staging
branch
from
January 15, 2025 15:19
5fc22f8 to
1825a2c
Compare
Emmanuel-Develops
force-pushed
the
staging
branch
from
February 1, 2025 15:09
3b86286 to
9c2095d
Compare
0tuedon
force-pushed
the
staging
branch
2 times, most recently
from
January 1, 2026 13:36
dd32fe4 to
613136d
Compare
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.


enables the related button and onSubmit calls
the intenal
/suggestSourceendpoint whichthen calls the newly introduced
/suggestSourceendpoint in the Review app which is then
responsible for all the related logic.
Demo
Screencast from 2024-09-17 16-08-27.webm
Notes for testing:
You have to define the
REVIEW_APP_URLenv variable to point to a deployment of the Review Platform that runs bitcointranscripts/transcription-review-front-end#300