-
Notifications
You must be signed in to change notification settings - Fork 0
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
Submission view #155
Submission view #155
Conversation
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.
@xerbalind working on the frontend 🤔
Good pr overall 👍
const refetch_timer = () => { | ||
setTimeout(() => { | ||
const list = sorted.value; | ||
if (list && list.length > 0 && list[0].status == 1) { | ||
refetch(); | ||
refetch_timer(); | ||
} | ||
}, 1000); |
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.
Would be cleaner with a websocket.
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.
no
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.
I respectfully disagree.
Hartelijk dank voor de review |
Co-authored-by: Vincent Vallaeys <[email protected]>
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.
ziet er in orde uit
color: red; | ||
} | ||
|
||
.Crashed { |
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.
lol is purple de standaard voor crashed?
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.
nee? als je een andere kleur weet?
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.
nee maakt nie uit hoor ben maar aant zeveren
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.
ziet er snel snel gekeken wel ok uit
Co-authored-by: Bram Reyniers <[email protected]>
cb3ab4a
to
269ebae
Compare
Closes #150
Bij een nieuwe indiening, kom je op nieuwe pagina met alle indieningen (en all de info) , met de nieuwe indiening bovenaan.
Zolang de nieuwste indiening
InProgress
is, wordt er om de seconde een refetch gedaan totdat dezeAccepted
is.Indien er docker tests zijn uitgevoerd worden deze resultaten ook getoond.
Je kunt ook naar lijst van alle indieningen navigeren via project pagina.