-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨🐛 rework room map and fix theme bugs (#326)
* 🐛 render special rooms in special color and adjust legend to theme * 🎨 unify TUX_ROOMS * 🐛 fix special room indicator in room map popup * 🎨 load common.scss in every theme * 💄 style room map Popup * 🐛 fix Theme indicator showing light and thi-light * 🐛 fix popup close button position * 💄 rework room map * 🐛 fix light themes * 💄 location marker in theme color * 🐛 more theme fixes
- Loading branch information
1 parent
03629b7
commit 8763975
Showing
20 changed files
with
186 additions
and
79 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[ | ||
{ "name": { "en": "Automatic", "de": "Automatisch" }, "style": "default" }, | ||
{ "name": { "en": "Light", "de": "Hell" }, "style": "light" }, | ||
{ "name": { "en": "THI Light", "de": "THI Hell" }, "style": "thi-light" }, | ||
{ "name": { "en": "Dark", "de": "Dunkel" }, "style": "dark" }, | ||
{ "name": { "en": "Barbie & Ken", "de": "Barbie & Ken" }, "style": "barbie" }, | ||
{ "name": { "en": "Retro", "de": "Retro" }, "style": "retro" }, | ||
{ "name": { "en": "Windows 95", "de": "Windows 95" }, "style": "95" }, | ||
{ "name": { "en": "Pride", "de": "Pride" }, "style": "pride" }, | ||
{ "name": { "en": "Hackerman", "de": "Hackerman" }, "style": "hacker", "requiresToken": true } | ||
{ "name": { "en": "Automatic", "de": "Automatisch" }, "style": "default", "mapTheme": "system" }, | ||
{ "name": { "en": "Light", "de": "Hell" }, "style": "light", "mapTheme": "light"}, | ||
{ "name": { "en": "THI Light", "de": "THI Hell" }, "style": "thi-light", "mapTheme": "light"}, | ||
{ "name": { "en": "Dark", "de": "Dunkel" }, "style": "dark", "mapTheme": "dark" }, | ||
{ "name": { "en": "Barbie & Ken", "de": "Barbie & Ken" }, "style": "barbie", "mapTheme": "light" }, | ||
{ "name": { "en": "Retro", "de": "Retro" }, "style": "retro", "mapTheme": "dark" }, | ||
{ "name": { "en": "Windows 95", "de": "Windows 95" }, "style": "95", "mapTheme": "light" }, | ||
{ "name": { "en": "Pride", "de": "Pride" }, "style": "pride", "mapTheme": "system" }, | ||
{ "name": { "en": "Hackerman", "de": "Hackerman" }, "style": "hacker", "requiresToken": true, "mapTheme": "dark" } | ||
] |
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.