diff --git a/.gitignore b/.gitignore index 14b8360be0d..ce5a6b20f74 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ /deploy /dist /docs +/keys /nbproject /node_modules /temp diff --git a/app/demo/template/buttons.htm b/app/demo/template/buttons.htm index 9aa93904904..e4abb0083c4 100644 --- a/app/demo/template/buttons.htm +++ b/app/demo/template/buttons.htm @@ -17,7 +17,7 @@

Icon



- Import OSX Contacts + Import macOS Contacts

Round

button-round-xl

diff --git a/app/font/Wire.ttf b/app/font/Wire.ttf index b842d30bc84..d64f56a07cb 100755 Binary files a/app/font/Wire.ttf and b/app/font/Wire.ttf differ diff --git a/app/font/redacted-script-regular.woff2 b/app/font/redacted-script-regular.woff2 new file mode 100644 index 00000000000..b076d61969d Binary files /dev/null and b/app/font/redacted-script-regular.woff2 differ diff --git a/app/page/template/_dist/app.htm b/app/page/template/_dist/app.htm index a44f70d6435..cc6f969c319 100644 --- a/app/page/template/_dist/app.htm +++ b/app/page/template/_dist/app.htm @@ -13,6 +13,7 @@ + @@ -26,6 +27,7 @@ + @@ -45,6 +47,11 @@ + + + + + @@ -68,6 +75,9 @@ + + + @@ -94,6 +104,8 @@ + + @@ -184,6 +196,7 @@ + @@ -203,6 +216,7 @@ + diff --git a/app/page/template/content/conversation/conversation-input.htm b/app/page/template/content/conversation/conversation-input.htm index d1274708445..b422fbe1819 100644 --- a/app/page/template/content/conversation/conversation-input.htm +++ b/app/page/template/content/conversation/conversation-input.htm @@ -19,13 +19,14 @@ class="conversation-input-text border-theme" data-bind="event: {'keydown': on_input_key_down}, focus_on_keydown: true, + css: {'ephemeral-input': conversation_et().ephemeral_timer()}, enter: on_input_enter, hasFocus: blinking_cursor, textInput: input, resize: input, resize_callback: scroll_message_list, click: on_input_click, - l10n_placeholder: z.string.tooltip_conversation_input_placeholder" + attr: {'placeholder': input_tooltip}" data-uie-name="input-message"> @@ -42,6 +43,27 @@ + + + + +
+ + +
+ + + + + +
+ +