You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the Modal component out from the Button component, we do this so the shadow DOM styles don't affect the modal component in those cases where there is a container that could prevent the modal from taking the whole screen
Add the latest version of the Freighter API and update the calls to the API.
Add a new Button component. This new component can show the selected address, and the current XLM balance allows copying the chosen address and allows the user to "disconnect".
Allow listening to both "connect" and "disconnect" Button events
Add a new state to the kit, so we can keep the current balance and picked address to show in the Button component.
Add a new plugin to the build process, so it minimizes the distribution build.
Add a new development server to make the development of the kit easier.