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

Miscellaneous cleanup #2477

Merged
merged 4 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Version Info
REACT_APP_VERSION_SEMVER=$npm_package_version

# App Info (front-end)
REACT_APP_BASE_PATH=''
REACT_APP_URL='http://127.0.0.1:3000'
Expand Down
6 changes: 4 additions & 2 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { FormattedMessage, injectIntl } from 'react-intl'
import SvgSymbol from '../SvgSymbol/SvgSymbol'
import messages from './Messages'

import { version } from '../../../package.json'

class Footer extends Component {
constructor(props) {
super(props);
Expand Down Expand Up @@ -39,9 +41,9 @@ class Footer extends Component {
<FormattedMessage {...messages.versionLabel} />{' '}
<span className="mr-text-green-light mr-font-mono mr-text-base">
<a
href={`https://github.com/maproulette/maproulette3/releases/tag/v${import.meta.env.REACT_APP_VERSION_SEMVER}`}
href={`https://github.com/maproulette/maproulette3/releases/tag/v${version}`}
>
v{import.meta.env.REACT_APP_VERSION_SEMVER}
v{version}
</a>
</span>
</h3>
Expand Down
76 changes: 0 additions & 76 deletions src/components/HomePane/HomePane.jsx

This file was deleted.

101 changes: 0 additions & 101 deletions src/components/HomePane/HomePane.scss

This file was deleted.

41 changes: 0 additions & 41 deletions src/components/HomePane/Messages.js

This file was deleted.

8 changes: 1 addition & 7 deletions src/lang/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,13 +984,7 @@
"Home.Intro.header": "Thousands of people just like you edit OpenStreetMap every day",
"Home.Intro.secondBullet": "Find mapping tasks that are important to you",
"Home.Intro.thirdBullet": "Create tasks for others to improve OSM together",
"HomePane.createChallenges": "Create tasks for others to help improve map data.",
"HomePane.feedback.header": "Feedback",
"HomePane.filterDifficultyIntro": "Work at your own level, from novice to expert.",
"HomePane.filterLocationIntro": "Make fixes in local areas you care about.",
"HomePane.filterTagIntro": "Find tasks that address efforts important to you.",
"HomePane.header": "Be an instant contributor to the world’s maps",
"HomePane.subheader": "Get Started",
"Home.Hero.headline": "Be an instant contributor to the world’s maps",
"ImportFileModal.controls.cancel.label": "Cancel",
"ImportFileModal.controls.upload.label": "Click to Upload File",
"Inbox.actions.openNotification.label": "Open",
Expand Down
8 changes: 1 addition & 7 deletions src/lang/cs_CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,13 +984,7 @@
"Home.Intro.header": "Thousands of people just like you edit OpenStreetMap every day",
"Home.Intro.secondBullet": "Find mapping tasks that are important to you",
"Home.Intro.thirdBullet": "Create tasks for others to improve OSM together",
"HomePane.createChallenges": "Create tasks for others to help improve map data.",
"HomePane.feedback.header": "Zpětná vazba",
"HomePane.filterDifficultyIntro": "Work at your own level, from novice to expert.",
"HomePane.filterLocationIntro": "Make fixes in local areas you care about.",
"HomePane.filterTagIntro": "Find tasks that address efforts important to you.",
"HomePane.header": "Staňte se okamžitým přispěvatelem do světových map",
"HomePane.subheader": "Get Started",
"Home.Hero.headline": "Staňte se okamžitým přispěvatelem do světových map",
"ImportFileModal.controls.cancel.label": "Zrušit",
"ImportFileModal.controls.upload.label": "Click to Upload File",
"Inbox.actions.openNotification.label": "Otevřít",
Expand Down
8 changes: 1 addition & 7 deletions src/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,13 +984,7 @@
"Home.Intro.header": "Tausende von Menschen wie Du bearbeiten OpenStreetMap jeden Tag",
"Home.Intro.secondBullet": "Finde Aufgaben, die Dir wichtig sind",
"Home.Intro.thirdBullet": "Erstelle Aufgaben für andere, um OSM zusammen zu verbessern",
"HomePane.createChallenges": "Erstelle Aufgaben für andere, um die Kartendaten zu verbessern.",
"HomePane.feedback.header": "Feedback",
"HomePane.filterDifficultyIntro": "Aufgaben in verschiedenen Schwierigkeiten, vom Anfänger bis zum Experten.",
"HomePane.filterLocationIntro": "Verbessere Fehler in Gegenden, die dir wichtig sind.",
"HomePane.filterTagIntro": "Finde Aufgaben zu Themen, die Dir wichtig sind.",
"HomePane.header": "Werde in wenigen Klicks zum Kartographen offener Weltkarten",
"HomePane.subheader": "Los geht's",
"Home.Hero.headline": "Werde in wenigen Klicks zum Kartographen offener Weltkarten",
"ImportFileModal.controls.cancel.label": "Abbrechen",
"ImportFileModal.controls.upload.label": "Klicken um Datei hochzuladen",
"Inbox.actions.openNotification.label": "Öffnen",
Expand Down
8 changes: 1 addition & 7 deletions src/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@
"Home.Featured.browse": "Explore",
"Home.Featured.header": "Featured Challenges",
"Home.Hero.controls.getStarted.label": "Get Started",
"Home.Hero.headline": "Be an instant contributor to the world’s maps",
"Home.Instructions.controls.findChallenges.label": "Find Challenges",
"Home.Instructions.firstParagraph": "MapRoulette has dozens of mapping Challenges that are created by experienced mappers. Each Challenge is about improving OSM in one very specific way. Do you want to add pedestrian crossings? Fix bridges? Add opening times for shops? There’s a challenge for it. Each challenge has many tasks, perhaps even thousands.",
"Home.Instructions.header": "Find your Challenge",
Expand All @@ -984,13 +985,6 @@
"Home.Intro.header": "Thousands of people just like you edit OpenStreetMap every day",
"Home.Intro.secondBullet": "Find mapping tasks that are important to you",
"Home.Intro.thirdBullet": "Create tasks for others to improve OSM together",
"HomePane.createChallenges": "Create tasks for others to help improve map data.",
"HomePane.feedback.header": "Feedback",
"HomePane.filterDifficultyIntro": "Work at your own level, from novice to expert.",
"HomePane.filterLocationIntro": "Make fixes in local areas you care about.",
"HomePane.filterTagIntro": "Find tasks that address efforts important to you.",
"HomePane.header": "Be an instant contributor to the world’s maps",
"HomePane.subheader": "Get Started",
"ImportFileModal.controls.cancel.label": "Cancel",
"ImportFileModal.controls.upload.label": "Click to Upload File",
"Inbox.actions.openNotification.label": "Open",
Expand Down
8 changes: 1 addition & 7 deletions src/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,13 +984,7 @@
"Home.Intro.header": "Miles de personas editan OpenStreetMap todos los días",
"Home.Intro.secondBullet": "Encuentre tareas de mapeo que le sean importantes",
"Home.Intro.thirdBullet": "Cree tareas para que otros mejoren OSM",
"HomePane.createChallenges": "Cree tareas para otros para ayudar a mejorar los datos del mapa.",
"HomePane.feedback.header": "Realimentación",
"HomePane.filterDifficultyIntro": "Trabaje a su propio nivel, desde principiante hasta experto.",
"HomePane.filterLocationIntro": "Haga arreglos en las áreas locales que le interesan.",
"HomePane.filterTagIntro": "Encuentre tareas que aborden los esfuerzos importantes para usted.",
"HomePane.header": "Sea un colaborador de los mapas del mundo.",
"HomePane.subheader": "Comenzar",
"Home.Hero.headline": "Sea un colaborador de los mapas del mundo.",
"ImportFileModal.controls.cancel.label": "Cancelar",
"ImportFileModal.controls.upload.label": "Haga clic para cargar archivo",
"Inbox.actions.openNotification.label": "Abrir",
Expand Down
8 changes: 1 addition & 7 deletions src/lang/fa_IR.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,13 +984,7 @@
"Home.Intro.header": "Thousands of people just like you edit OpenStreetMap every day",
"Home.Intro.secondBullet": "Find mapping tasks that are important to you",
"Home.Intro.thirdBullet": "Create tasks for others to improve OSM together",
"HomePane.createChallenges": "Create tasks for others to help improve map data.",
"HomePane.feedback.header": "Feedback",
"HomePane.filterDifficultyIntro": "Work at your own level, from novice to expert.",
"HomePane.filterLocationIntro": "Make fixes in local areas you care about.",
"HomePane.filterTagIntro": "Find tasks that address efforts important to you.",
"HomePane.header": "Be an instant contributor to the world’s maps",
"HomePane.subheader": "Get Started",
"Home.Hero.headline": "Be an instant contributor to the world’s maps",
"ImportFileModal.controls.cancel.label": "Cancel",
"ImportFileModal.controls.upload.label": "Click to Upload File",
"Inbox.actions.openNotification.label": "Open",
Expand Down
8 changes: 1 addition & 7 deletions src/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,13 +984,7 @@
"Home.Intro.header": "Des milliers de citoyens comme vous contribuent à OpenStreetMap chaque jour",
"Home.Intro.secondBullet": "Trouvez les thématiques qui vous plaisent",
"Home.Intro.thirdBullet": "Créez des défis pour améliorer OSM ensemble",
"HomePane.createChallenges": "Créez des tâches pour les autres afin de contribuer à l'amélioration des données cartographiques.",
"HomePane.feedback.header": "Commentaires",
"HomePane.filterDifficultyIntro": "Travaillez à votre niveau, de novice à expert.",
"HomePane.filterLocationIntro": "Effectuez des corrections qui vous tiennent à cœur près de chez vous",
"HomePane.filterTagIntro": "Trouvez des tâches qui vous demandent des efforts importants",
"HomePane.header": "Contribuez dès à présent à la carte du Monde",
"HomePane.subheader": "Démarrer",
"Home.Hero.headline": "Contribuez dès à présent à la carte du Monde",
"ImportFileModal.controls.cancel.label": "Annuler",
"ImportFileModal.controls.upload.label": "Cliquez pour télécharger le fichier",
"Inbox.actions.openNotification.label": "Ouvrir",
Expand Down
8 changes: 1 addition & 7 deletions src/lang/it_IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,13 +984,7 @@
"Home.Intro.header": "Migliaia di persone come te modificano OpenStreetMap ogni giorno",
"Home.Intro.secondBullet": "Trova i compiti di mappatura che sono importanti per te",
"Home.Intro.thirdBullet": "Crea compiti per gli altri per migliorare OSM insieme",
"HomePane.createChallenges": "Crea compiti per gli altri per aiutare a migliorare i dati della mappa.",
"HomePane.feedback.header": "Feedback",
"HomePane.filterDifficultyIntro": "Lavora al tuo livello, da principiante a esperto.",
"HomePane.filterLocationIntro": "Apporta correzioni nelle aree locali che ti interessano.",
"HomePane.filterTagIntro": "Trova compiti significativi per te.",
"HomePane.header": "Contribuisci istantaneamente alle mappe del mondo",
"HomePane.subheader": "Iniziare",
"Home.Hero.headline": "Contribuisci istantaneamente alle mappe del mondo",
"ImportFileModal.controls.cancel.label": "Cancella",
"ImportFileModal.controls.upload.label": "Fare clic per caricare il file",
"Inbox.actions.openNotification.label": "Apri",
Expand Down
8 changes: 1 addition & 7 deletions src/lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,13 +984,7 @@
"Home.Intro.header": "Thousands of people just like you edit OpenStreetMap every day",
"Home.Intro.secondBullet": "Find mapping tasks that are important to you",
"Home.Intro.thirdBullet": "Create tasks for others to improve OSM together",
"HomePane.createChallenges": "タスクを作成して地図データを改善",
"HomePane.feedback.header": "Feedback",
"HomePane.filterDifficultyIntro": "初心者から上級者まで、レベルに応じた作業が可能",
"HomePane.filterLocationIntro": "Make fixes in local areas you care about.",
"HomePane.filterTagIntro": "あなたにとって重要なタスクを探します",
"HomePane.header": "Be an instant contributor to the world’s maps",
"HomePane.subheader": "始める",
"Home.Hero.headline": "Be an instant contributor to the world’s maps",
"ImportFileModal.controls.cancel.label": "キャンセル",
"ImportFileModal.controls.upload.label": "ファイルをアップロード",
"Inbox.actions.openNotification.label": "開く",
Expand Down
Loading