Skip to content

Commit

Permalink
feat(about): made in (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Dec 20, 2023
1 parent 8297e2c commit 8307de4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/locales/en-US/main.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ settings-about = About Settings
.update-check-error = Failed to fetch update! Check your logs for more info.
.update-check-error-timeout = Failed to fetch update! Request timed out.
.update-check-error-request = Failed to fetch update! Couldn't send update request. Please check your internet connection.
.made-in = Made in
.team = Our team is all over the world with different backgrounds and day-to-day lives, all working on a common goal to build Uplink & Satellite together.
media-player = Media Player
.enable-camera = Enable Camera
Expand Down
4 changes: 4 additions & 0 deletions ui/src/components/settings/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@
}
}

.flags {
font-size: 2rem;
}

.color-swatches {
display: inline-flex;
gap: var(--gap);
Expand Down
9 changes: 9 additions & 0 deletions ui/src/components/settings/sub_pages/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,15 @@ pub fn AboutPage(cx: Scope) -> Element {
}
}
},
SettingSection {
section_label: get_local_text("settings-about.made-in"),
section_description: get_local_text("settings-about.team"),
div {
class: "flags",
"🇺🇸🇲🇽🇩🇪🇵🇹🇧🇷🇮🇹🇺🇦🇧🇾🇯🇵🇦🇺🇮🇩"
}

}
}
))
}

0 comments on commit 8307de4

Please sign in to comment.