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

update branding #920

Merged
merged 8 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from 7 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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Staging workflow](https://github.com/sillsdev/languageforge-lexbox/actions/workflows/lexbox-api.yaml/badge.svg?branch=develop)](https://github.com/sillsdev/languageforge-lexbox/actions/workflows/lexbox-api.yaml?query=branch%3Adevelop)

# Lexbox Language Depot replacement
# Lexbox replacement
hahn-kev marked this conversation as resolved.
Show resolved Hide resolved

## Repo Structure

Expand Down
2 changes: 1 addition & 1 deletion backend/LexBoxApi/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"SmtpPort": 1025,
"SmtpUser": "maildev",
"SmtpPassword": "maildev_pass",
"From": "Language Depot <no-reply@test.org>",
"From": "Lexbox <no-reply@test.org>",
"EmailRenderHost": "localhost:3000",
"BaseUrl": "http://localhost:3000"
}
Expand Down
2 changes: 1 addition & 1 deletion deployment/develop/lexbox-deployment.patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: Email__SmtpPort
value: '587'
- name: Email__From
value: "Language Depot (Develop) <no-reply@develop.languagedepot.org>"
value: "Lexbox (Develop) <no-reply@develop.languagedepot.org>"
- name: Email__BaseUrl
value: "https://develop.lexbox.org"
- name: HgConfig__RequireContainerVersionMatch
Expand Down
2 changes: 1 addition & 1 deletion deployment/production/lexbox-deployment.patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: Email__SmtpPort
value: '587'
- name: Email__From
value: "Language Depot <no-reply@languagedepot.org>"
value: "Lexbox <no-reply@languagedepot.org>"
- name: Email__CreateProjectEmailDestination
value: "admin@languagedepot.org"
- name: Email__BaseUrl
Expand Down
2 changes: 1 addition & 1 deletion deployment/staging/lexbox-deployment.patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ spec:
- name: Email__SmtpPort
value: '587'
- name: Email__From
value: "Language Depot (Staging) <no-reply@staging.languagedepot.org>"
value: "Lexbox (Staging) <no-reply@staging.languagedepot.org>"
- name: Email__BaseUrl
value: "https://staging.languagedepot.org"
2 changes: 1 addition & 1 deletion frontend/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />

<title>Language Depot</title>
<title>Lexbox</title>
<link rel="icon" href="%sveltekit.assets%/favicon.png" />

<script>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<head>
<meta charset="utf-8">
<title>Language Depot - Critical Error</title>
<title>Lexbox - Critical Error</title>

<style>
body {
Expand Down Expand Up @@ -79,7 +79,7 @@
<div>
Please let us know about this at
<a
href="mailto:issues@languageforge.org?body=%sveltekit.error.message%&subject=Language Depot - Unexpected error">issues@languageforge.org</a>.
href="mailto:issues@languageforge.org?body=%sveltekit.error.message%&subject=Lexbox - Unexpected error">issues@languageforge.org</a>.
Include the error message, a screenshot of your browser and a summary of the steps that lead to the
error.
</div>
Expand Down
52 changes: 52 additions & 0 deletions frontend/src/lib/assets/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading