Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ntroller committed Jan 14, 2024
2 parents be3e567 + a95d39b commit 73b4b17
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
Binary file added src/assets/icons/nautos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/contentScripts/forward/searchEngines/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import sites from './sites.json'
opal: 'https://bildungsportal.sachsen.de/opal/shiblogin?0',
selma: 'https://selma.tu-dresden.de/APP/EXTERNALPAGES/-N000000000000001,-N000155,-AEXT_willkommen',
slub: 'https://www.slub-dresden.de/',
tucloud: 'https://cloudstore.zih.tu-dresden.de/index.php/login',
tucloud: 'https://datashare.tu-dresden.de/',
tudmail: 'https://msx.tu-dresden.de/owa/#path=/mail',
tumail: 'https://msx.tu-dresden.de/owa/#path=/mail',
tumatrix: 'https://matrix.tu-dresden.de/#/',
tumed: 'https://eportal.med.tu-dresden.de/login',
tustore: 'https://cloudstore.zih.tu-dresden.de/index.php/login',
tustore: 'hhttps://datashare.tu-dresden.de/n',
videocampus: 'https://videocampus.sachsen.de/'
} */

Expand Down
4 changes: 2 additions & 2 deletions src/contentScripts/forward/searchEngines/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"tucloud": {
"name": "Cloudstore TU Dresden",
"url": "https://cloudstore.zih.tu-dresden.de/index.php/login"
"url": "https://datashare.tu-dresden.de/"
},
"tudmail": {
"name": "Outlook Web App",
Expand All @@ -41,7 +41,7 @@
},
"tustore": {
"name": "Cloudstore TU Dresden",
"url": "https://cloudstore.zih.tu-dresden.de/index.php/login"
"url": "https://datashare.tu-dresden.de/"
},
"videocampus": {
"name": "Videocampus Sachsen",
Expand Down
6 changes: 5 additions & 1 deletion src/freshContent/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<a href="https://www.slub-dresden.de/" target="_blank" class="settings-section-icon" style="flex: 1" id="slub">
<img class="settings-img" style="height: 21px; width: auto;" src="../../assets/icons/slub.png">
</a>
<a href="https://cloudstore.zih.tu-dresden.de/" target="_blank" class="settings-section-icon" style="flex: 1" id="cloud">
<a href="https://datashare.tu-dresden.de/" target="_blank" class="settings-section-icon" style="flex: 1" id="cloud">
<img class="settings-img invert" src="../../assets/icons/cloud.png">
</a>
<a href="https://jexam.inf.tu-dresden.de/" target="_blank" class="settings-section-icon" style="flex: 1" id="je">
Expand All @@ -87,6 +87,10 @@
style="flex: 1" id="perinorm">
<img class="settings-img invert" style="height: 23px; width: auto;" src="../../assets/icons/perinorm_small.png">
</a>
<a href="https://wwwdb.dbod.de/login?url=https://nautos.de/O9G/login" target="_blank" class="settings-section-icon"
style="flex: 1" id="nautos">
<img class="settings-img invert" style="height: 23px; width: auto;" src="../../assets/icons/nautos.png">
</a>
<a href="https://discord.gg/5H5RxTQS4s" target="_blank" class="settings-section-icon"
style="flex: 1" id="info_discord">
<img class="settings-img" src="../../assets/icons/discord.svg">
Expand Down
2 changes: 1 addition & 1 deletion src/freshContent/studies.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"fsr_icon_dashboard_style": "max-height: 32px;",
"fsr_link": "https://www.tud-fsrbiw.de/",
"pa_link": "https://tu-dresden.de/bu/bauingenieurwesen/studium/infos-fuer-aktuell-studierende/pruefungsamt",
"footer_icons_display": ["selma", "opal", "matrix", "msx", "slub", "pa", "cloud", "swdd", "perinorm"],
"footer_icons_display": ["selma", "opal", "matrix", "msx", "slub", "pa", "cloud", "swdd", "nautos"],
"footer_icons_links": {
"swdd": "https://www.studentenwerk-dresden.de/mensen/speiseplan/"
},
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TUfast TU Dresden",
"version": "8.0.0.0",
"version": "8.0.0.2",
"description": "Das Produktivitäts-Tool für TU Dresden Studierende 🚀",
"permissions": [
"storage",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TUfast TU Dresden",
"version": "8.0.0.0",
"version": "8.0.0.3",
"description": "Das Produktivitäts-Tool für TU Dresden Studierende 🚀",
"permissions": [
"storage",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/components/notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
bottom: .8rem;
right: .8rem;
width: 25vw;
height: 50vh;
height: fit-content;
z-index: 50;

display: flex;
Expand Down

0 comments on commit 73b4b17

Please sign in to comment.