Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues flagged by moving to monorepo #990

Open
4 of 10 tasks
hardingjam opened this issue Nov 12, 2024 · 0 comments
Open
4 of 10 tasks

Issues flagged by moving to monorepo #990

hardingjam opened this issue Nov 12, 2024 · 0 comments
Labels
refactor Code refactor

Comments

@hardingjam
Copy link
Contributor

hardingjam commented Nov 12, 2024

  • How to flag webapp vs. tauri-app?
  • Set up a flake.nix for webapp and ui-components
  • Move all packages shared by multiple workspaces into top-level package.json
  • Move tauri-app into workspaces
  • Re-start webapp as a sveltekit app (not package)
  • Run a full build before deploying to Vercel https://github.com/thenbe/template-nix-ci-vercel/blob/master/.github/workflows/deploy.yml
  • Use https://github.com/nektos/act to run CI tasks locally
  • Add a tiny web server to the native app that triggers the browser wallet to handle transactions
  • Move the app interface into ui-components
  • Move the refresh icon into the individual sets of filters instead of having it at block view
@hardingjam hardingjam added the refactor Code refactor label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code refactor
Projects
None yet
Development

No branches or pull requests

1 participant