Skip to content
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

Feat 709 add progress bar to edit study page with the ability to switch between different lists #832

Prev Previous commit
replace mark with set
nicoalee committed Oct 22, 2024
commit cb4a0f95eb2d2a89c5726014039213cf7f92c5d5
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ const EditStudyCompleteButton: React.FC = React.memo((props) => {
text={
extractionStatus?.status === EExtractionStatus.COMPLETED
? 'Completed'
: 'Set as Complete'
: 'Mark as Complete'
}
/>
</Box>
Original file line number Diff line number Diff line change
@@ -289,7 +289,7 @@ const EditStudyToolbar: React.FC<{ isViewOnly?: boolean }> = ({ isViewOnly = fal
orientation="vertical"
sx={{ minWidth: '0px', marginBottom: '1rem' }}
>
<Tooltip title="Set as uncategorized" placement="left">
<Tooltip title="Mark as uncategorized" placement="left">
<Button
onClick={() =>
handleUpdateExtractionStatus(

Unchanged files with check annotations Beta

RUN apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
RUN mkdir -p /app/.cache/Cypress
RUN chmod 777 /app/.cache/Cypress
ENV CYPRESS_CACHE_FOLDER "/app/.cache/Cypress"

Check warning on line 20 in compose/neurosynth_compose/Dockerfile

GitHub Actions / build_neurosynth_compose

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 20 in compose/neurosynth_compose/Dockerfile

GitHub Actions / neurosynth_compose_cypress_tests

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 20 in compose/neurosynth_compose/Dockerfile

GitHub Actions / neurosynth_compose_backend_tests

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 20 in compose/neurosynth_compose/Dockerfile

GitHub Actions / neurosynth_compose_JUNIT_tests

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
COPY neurosynth_compose/requirements.txt /usr/src/app/
# in order to install nimare dependency indexed_gzip (no binaries for python 3.10)