From 4c8c82aff4c183b5e47e3d2dd8d0694d4426967e Mon Sep 17 00:00:00 2001 From: Arvid Lunnemark Date: Tue, 26 Jul 2022 18:20:11 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20"Async=20invitation=20UI=20(#50)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add timestamp to read message * add anysphere * add id animation * add types * dont be too smart * small fixes * Ui is done! * fix some ui things * start implementing invitations UI * fix linter errors * add async test * 🔄 "add async test " Update anysphere/asphr commit SHA 🔗 https://github.com/anysphere/asphr/commit/0a61f23f1cb84651283aa129f0c456504300f39c * implement cancel invitation * fix cancel implementation * regenerate schema * cancel in the UI! * finish incoming invitations * remove buttons * fix text size * trunk fmt * update comment to reflect the code * dont push two of the same tab * add isvalidpublicid * 🔄 "add isvalidpublicid " Update anysphere/asphr commit SHA 🔗 https://github.com/anysphere/asphr/commit/bc96d9af99c5bb3d9f71bd49c108738449490a11 * update daemon proto * check if public id is valid * isvalidpublicID implemented * add license * 🔄 "trunk fmt " Update anysphere/asphr commit SHA 🔗 https://github.com/anysphere/asphr/commit/e28a374e7eb7a4d72f330e3c9b46f37bd0e5a503" Update anysphere/client commit SHA 🔗 https://github.com/anysphere/client/commit/df96741938fbaf13baca2b73ad41114753e51270 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 903969a5..e5004b6b 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -39,7 +39,7 @@ setup_asphr("@asphr") git_repository( name = "client", - commit = "2c42b86ce327f1fcf22e878d8e8e9bdad4ba11f0", # autoupdate anysphere/client + commit = "df96741938fbaf13baca2b73ad41114753e51270", # autoupdate anysphere/client init_submodules = True, remote = "https://github.com/anysphere/client.git", )