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

Backport into dev #380

Merged
merged 3 commits into from
Jan 14, 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
2 changes: 1 addition & 1 deletion client/public/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildMajor":1,"buildMinor":125,"buildRevision":193,"buildTag":"dev","buildDate":"Mon Dec 18 2023","build":"1.125.193 dev"}
{"buildMajor":1,"buildMinor":125,"buildRevision":194,"buildTag":"dev","buildDate":"Sun Jan 14 2024","build":"1.125.194 dev"}
2 changes: 1 addition & 1 deletion client/src/components/clicktoconnect/ClickPrompt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function ClickPrompt(props) {
}

return (
<BlackoutPage backgroundColor="black">
<BlackoutPage backgroundColor="rgba(0,0,0,.5)">
<div className="py-12">
<section className="mb-32 text-gray-800 text-center lg:text-left w-full pt-32">
<div className="container mx-auto xl:px-32 text-center lg:text-left">
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/clicktoconnect/clickprompt.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}

.clickprompt-box {
background: var(--theme-bg-color);
background: color-mix(in srgb, var(--theme-bg-color), black 25%); /* Darker variant of var(--theme-bg-color) */
backdrop-filter: blur(30px); z-index: 1
}
2 changes: 1 addition & 1 deletion client/src/components/tabwindow/TabWindow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class TabWindow extends Component {
id="notice"
href="https://openaudiomc.net/"
>
&copy; OpenAudioMc 2016-2023. All Rights Reserved.
&copy; OpenAudioMc 2016-2024. All Rights Reserved.
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildMajor":1,"buildMinor":125,"buildRevision":193,"buildTag":"dev","buildDate":"Mon Dec 18 2023","build":"1.125.193 dev"}
{"buildMajor":1,"buildMinor":125,"buildRevision":194,"buildTag":"dev","buildDate":"Sun Jan 14 2024","build":"1.125.194 dev"}
2 changes: 1 addition & 1 deletion client/src/views/login/LoginView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class LoginView extends React.Component {
id="notice"
href="https://openaudiomc.net/"
>
&copy; OpenAudioMc 2016-2023.All Rights Reserved.
&copy; OpenAudioMc 2016-2024.All Rights Reserved.
</a>
</div>
</div>
Expand Down
Loading