-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feature v1 auth UI #702
Feature v1 auth UI #702
Changes from 6 commits
e9a38d1
4d48939
4917fd7
9ac1969
676bc0c
92a4fd2
b9b5168
e3d56c8
46566f6
aa7a68d
ffaab2e
f1595cb
8185de3
5d7d501
3563a09
a21915c
b2c1137
5224e78
a88b714
a427571
9cef9f7
161f633
6175537
4dbbe7d
7a44d69
fbb94da
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ | |
"recommended": "推奨", | ||
"key": "鍵でログイン", | ||
"create_account": "アカウントを作成", | ||
"create": "作成", | ||
"name": "名前", | ||
"try_demo": "デモを試す", | ||
"login": "ログイン" | ||
"login": "ログイン", | ||
"hero-message": "みんなのための、自由なSNS。", | ||
"hero-message-sub": "突然投稿ができなくなることも、アカウントが消えることもない。必要なのは「鍵」ひとつだけ。" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
やや意味が被ってそうなのでまとめてしまいたいかもです。
個人的には言い回し好きなんですが、鍵というワードを表に出すと全体的にもう少し npub/nsec を表に出さないと整合性取れなさそうなので出来ればメールアドレス不要のように言い換えたいです。 どういう文言にするのが良さそうか検討中。。 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. まとめてもいいんですけど、キャッチコピーとしては短くなるので、どうしようかなという感じです。 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ネガティブ否定系(凍結がない、メアド不要)だけじゃなくてポジティブ系も入れたいかも。 キャッチコピーとしてそれっぽくできるかは分からないけど… There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. かっこよさは減るけど「凍結のないオープンな環境で絵文字キッチンを楽しもう。」とかでもいいのかなぁ。 |
||
}, | ||
"post": "投稿", | ||
"follow": "フォロー", | ||
"following": "フォロー中", | ||
"editor": { | ||
"post": "ポストする" | ||
}, | ||
|
@@ -39,5 +39,9 @@ | |
"label": "アナリティクス", | ||
"description": "Google Analytics に使用されます。" | ||
} | ||
} | ||
}, | ||
"post": "投稿", | ||
"follow": "フォロー", | ||
"following": "フォロー中", | ||
"or": "または" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -218,7 +218,7 @@ | |
} | ||
|
||
:global(button:disabled) { | ||
opacity: 0.5; | ||
opacity: 0.5 !important; | ||
} | ||
|
||
:global( | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
<script lang="ts"> | ||
import { author } from '../stores/Author'; | ||
import Login from './Login.svelte'; | ||
</script> | ||
|
||
<svelte:head> | ||
<title>nostter</title> | ||
</svelte:head> | ||
|
||
<main> | ||
<h1>nostter</h1> | ||
{#if $author === undefined} | ||
<Login /> | ||
{/if} | ||
</main> | ||
<Login /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここの文言変更したいなと思ってるんですがどうでしょうか?(分かりやすさとデザイン面)
英語だと
Try without register
とかかな。アカウント作成ダイアログ内のボタンも
register
,登録
に。There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
試してみるとか、ログインせずに見るとかいろいろ考えられますよねー…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そうそう。「デモ」っていうとなんか少し堅苦しい(?)感じがするからもうちょっと気軽に中を覗けるよーって感じの文言にした方がいいかなと思って。