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

Add images for other parties #12

Open
jnnkB opened this issue Nov 8, 2019 · 7 comments
Open

Add images for other parties #12

jnnkB opened this issue Nov 8, 2019 · 7 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jnnkB
Copy link
Contributor

jnnkB commented Nov 8, 2019

I think we need to change the webpack configuration for this to support other files than svg's. This could be done by setting the env variable IMAGE_INLINE_SIZE_LIMIT to zero.

@gruselhaus
Copy link
Contributor

@jnnkB kann ich serverseitig irgend eine Einstellung vornehmen, damit wir dieses Issue schließen können?

@gruselhaus gruselhaus added enhancement New feature or request help wanted Extra attention is needed labels Dec 3, 2019
@jnnkB
Copy link
Contributor Author

jnnkB commented Dec 4, 2019

Ich habe diese Woche leider noch keine Zeit. Soweit ich weiß kann man IMAGE_INLINE_SIZE_LIMIT=0 als ENV Variable setzen und dann könnten wir auch Bilder und nicht nur svgs verwenden.
Alternativ könnte man halt auch seine eigene webpack config verwenden.

@jnnkB
Copy link
Contributor Author

jnnkB commented Dec 4, 2019

Danach kann man anfangen die Logos zusammenzusuchen.

@livgm livgm added the good first issue Good for newcomers label Feb 15, 2020
@gruselhaus
Copy link
Contributor

Ich habe diese Woche leider noch keine Zeit. Soweit ich weiß kann man IMAGE_INLINE_SIZE_LIMIT=0 als ENV Variable setzen und dann könnten wir auch Bilder und nicht nur svgs verwenden.
Alternativ könnte man halt auch seine eigene webpack config verwenden.

@jnnkB ich habe die ENV jetzt gesetzt

@Smaxs2001
Copy link
Contributor

Hätte mcih mal den Logos angenommen ahben wir da ein bestimmtes Format wie die Logos bespeichert werden sollen und wie binde ich die Bilder ein ?

@jnnkB
Copy link
Contributor Author

jnnkB commented Jul 7, 2020

Also wir verwenden um die Bilder zu laden folgenden Code:

function getImage(partei) {
  for (const image of images) {
    if (image.includes(partei.toLowerCase().replace("/", "-"))) {
      return image;
    }
  }
  console.error("Kein passendes Bild gefunden!", partei);
}

Das heißt du musst als Dateiname für die Bilder immer den Parteinamen nehmen und ihn komplett klein schreiben und Schrägstriche durch Bindestriche ersetzten. Die Dateiendung fügst du dann hinten an. Wenn du die dann unter src/assets/logos ablegst sollten sie automatisch geladen werden.

Als Format sollte eigentlich alles gehen. Am besten sind SVGs gefolgt von PNGs.

@gruselhaus
Copy link
Contributor

gruselhaus commented Feb 6, 2021

Hier mal eine entsprechende Liste aller Parteien, welche auftreten könnten:

  • 50Plus
  • AD-Demokraten NRW
  • ADM
  • ALFA
  • APPD
  • AUF
  • AUFBRUCH C
  • AfD
  • Allianz Deutscher Demokraten
  • B
  • B*
  • B+B
  • BBL
  • BGD
  • BGE
  • BIG
  • BIP
  • BIW
  • BP
  • Bü-Mi
  • BüSo
  • Bündnis 21/RRP
  • Bündnis C
  • CDU/CSU
  • CM
  • DBD
  • DIE EINHEIT
  • DIE FRANKEN
  • DIE FRAUEN
  • DIE FREIHEIT
  • DIE FREIHEIT Niedersachsen
  • DIE LINKE
  • DIE RECHTE
  • DIE VIOLETTEN
  • DIREKTE DEMOKRATIE
  • DKP
  • DM
  • DSU
  • DVU
  • Deutsche Konservative
  • DiB
  • Dialog Grundeinkommen
  • Die Grauen
  • Die Humanisten
  • Die PARTEI
  • Die Tierschutzpartei
  • EDE
  • FAMILIE
  • FBM
  • FDP
  • FRAUENLISTE
  • FREIE WÄHLER
  • FWD
  • Freie Union
  • Für Bremerhaven
  • GRÜNE
  • GRÜNE/GAL
  • Gesundheitsforschung
  • Graue Panther
  • HHBL
  • III. Weg
  • JED
  • KPD
  • LKR
  • Liberale
  • MENSCHLICHE WELT
  • MLPD
  • MUD
  • NPD
  • Newropeans
  • PARTEI DER VERNUNFT
  • PBC
  • PDV
  • PIRATEN
  • PRO NRW
  • PSG
  • Partei der Nichtwähler
  • Partei der Vernunft
  • PdB
  • REFORMER
  • RENTNER
  • REP
  • RRP
  • RSB
  • SGP
  • SPD
  • SSW
  • Schöner Leben
  • TIERSCHUTZliste
  • Tierschutzallianz
  • Tierschutzpartei
  • UNABHÄNGIGE
  • V-Partei³
  • VOLKSENTSCHEIDE
  • Volksabstimmung
  • WASG
  • Z.SH
  • ZENTRUM
  • ddp
  • du.
  • pro Deutschland
  • pro NRW
  • ÖDP

@gruselhaus gruselhaus pinned this issue Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants