Merged
Conversation
a9a281f to
3b0c565
Compare
ofr1tz
approved these changes
Sep 25, 2025
Comment on lines
+32
to
+56
| ENV VITE_BASE_URL=https://mapswipe.org/privacy | ||
| ENV VITE_PRIVACY_POLICY_URL=https://mapswipe.org/privacy/ | ||
| ENV VITE_IMPRINT_URL=https://mapswipe.org/privacy/ | ||
| ENV VITE_APP_LOGO=./img/mapswipe-white.svg | ||
| ENV VITE_PROJECTS_FALLBACK_IMAGE=./img/map-pin-600x400.jpg | ||
| ENV VITE_ALLOW_UNVERIFIED_USERS=true | ||
|
|
||
| ENV VITE_DEFAULT_LOCALE=en | ||
| ENV VITE_FALLBACK_LOCALE=en | ||
| ENV VITE_SUPPORTED_LOCALES=en,de,fr | ||
|
|
||
| ENV VITE_THEME_LIGHT_PRIMARY=#060E2F | ||
| ENV VITE_THEME_LIGHT_SECONDARY=#0D1949 | ||
| ENV VITE_THEME_LIGHT_TERTIARY=#EEF2FB | ||
| ENV VITE_THEME_LIGHT_ACCENT=#589AE3 | ||
| ENV VITE_THEME_LIGHT_ERROR=#C62828 | ||
| ENV VITE_THEME_LIGHT_WARNING=#8E0000 | ||
| ENV VITE_THEME_LIGHT_INFO=#2196f3 | ||
| ENV VITE_THEME_LIGHT_SUCCESS=#4caf50 | ||
| ENV VITE_THEME_LIGHT_NEUTRAL=#272727 | ||
|
|
||
| ENV VITE_APP_NAME=MapSwipe | ||
| ENV VITE_APP_WEBSITE_URL=https://mapswipe.org | ||
| ENV VITE_APP_ATTRIBUTION_TITLE=MapSwipe | ||
| ENV VITE_APP_ATTRIBUTION_URL=https://mapswipe.org/privacy/ |
Collaborator
There was a problem hiding this comment.
Is there a reason for "hard-coding" the env variables in the Dockerfile instead of grabbing them from the .env file?
| @@ -0,0 +1,166 @@ | |||
| <script lang="ts" setup> | |||
Collaborator
There was a problem hiding this comment.
Just as a comment: Using Vue's "new" Composition API instead of the old Options API is probably a step into the right direction. It might however get a bit confusing to mix both in the same code base.
| component: 'findProject', | ||
| component: 'completenessProject', | ||
| }, | ||
| '5': { |
Collaborator
There was a problem hiding this comment.
I think the Validate Image project can replace the experimental Media project? As I understand, I could also create a project from images without labels and with custom options?
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.
This PR include changes done during (but not limited to) the MapSwipe backend revamp.