Skip to content

Commit

Permalink
Merge branch 'master' into mik-373-create-cutscenes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lredigonda committed Nov 4, 2024
2 parents e189929 + 8f109a8 commit 6e8e3e7
Show file tree
Hide file tree
Showing 60 changed files with 3,574 additions and 743 deletions.
7 changes: 2 additions & 5 deletions apps/bot-translator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> -->
<link
href="/fonts.css"
rel="stylesheet"
/>
<title>TavernCardV2 Translator | Miku.gg</title>
<link href="/fonts.css" rel="stylesheet" />
<title>Novel translator | miku.gg</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file removed apps/bot-translator/public/card-bottom.png
Binary file not shown.
Binary file added apps/bot-translator/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/bot-translator/public/placeholder.png
Binary file not shown.
146 changes: 0 additions & 146 deletions apps/bot-translator/src/encodePNG.ts

This file was deleted.

37 changes: 36 additions & 1 deletion apps/bot-translator/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,45 @@ body {
padding: 0;
margin: 0;
}
form {

.Main {
display: flex;
flex-direction: column;
max-height: 100vh;
max-width: 852px;
margin: 0 auto;
}

.Header {
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4rem;
padding: 30px 0;

img {
width: 40px;
height: 40px;
margin-right: 10px;
}
}

.JsonFile {
padding: 20px;
border: 1px solid gray;
border-radius: 10px;
display: flex;
gap: 20px;
}

.OpenAIKey {
margin-top: 20px;
textarea {
height: 4rem;
font-family: 'Courier New', Courier, monospace;
}
}

.Language {
margin-top: 20px;
}
Loading

0 comments on commit 6e8e3e7

Please sign in to comment.