Skip to content

Website Rehaul#11

Merged
TheRipperoni merged 7 commits intomainfrom
improvemobile
Jan 27, 2026
Merged

Website Rehaul#11
TheRipperoni merged 7 commits intomainfrom
improvemobile

Conversation

@TheRipperoni
Copy link
Contributor

Description

Convert the project to typescript

Related Issues

Testing

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as
    expected)
  • Documentation update
  • Performance improvement
  • Code refactoring
  • Build/CI changes
  • Test improvements

- Deleted the `InviteCodeManager` struct and its related logic.
- Removed associated dependencies and functions to streamline the codebase.
- Added `resolveDid` API call for resolving DID handles and integrated it into invite management.
- Updated invite code logic to classify codes as used if associated with `uses` entries.
- Commented out `handleGenerateOtp` function and removed the `QrCode` import as they are currently unused.
- Introduced a "Demo Mode" toggle that enables local operation without a backend.
- Added support for configuring a custom Backend API Host via user input.
- Updated `api.ts` to dynamically switch between demo and live API services.
- Enhanced test coverage for demo mode and custom API host scenarios.
@TheRipperoni TheRipperoni merged commit 2d83dc9 into main Jan 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant