From a62b6ae7de61cb251c08553684fa46c9b6dd35a3 Mon Sep 17 00:00:00 2001 From: AtHeartEngineer <1675654+AtHeartEngineer@users.noreply.github.com> Date: Mon, 28 Aug 2023 01:38:15 -0400 Subject: [PATCH] feat: Add loading component to Join form - Added a loading component to the Join.svelte form to show a loading message when the invite code is being submitted. - Updated the addCode function to set the loading variable to true before making the API call and set it back to false when the API call is completed. - Added a msg variable to store any error messages returned by the API call and display them to the user. - Updated the submit button to show a loading message when the loading variable is true and disable the button when there is no invite code. - Added a new