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

feat: basic transaction search UI #53

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

feat: basic transaction search UI #53

wants to merge 5 commits into from

Conversation

dckc
Copy link
Owner

@dckc dckc commented May 31, 2023

goal:
fixes: #39

  • extremely simple static web server
  • UI uses preact, htm
  • fuse.js for search
  • tx style from lmSync

goals:

  • basic code clean-up
  • makeTxRegister with explicit authority for fetch etc.
  • localStorage cache for mobile etc.
  • SSL from mobile to desktop
  • how to manage keeping the server running? systemd user unit?
  • factor common CSS out of lmSync

  - extremely simple static web server
  - UI uses preact, htm
  - fuse.js for search

no localStorage etc.
@dckc
Copy link
Owner Author

dckc commented Jul 15, 2023

localStorage quota

can't the whole string of length 14955326 into localstorage

DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of '/txs' exceeded the quota.

@dckc
Copy link
Owner Author

dckc commented Aug 13, 2023

@dckc
Copy link
Owner Author

dckc commented Oct 9, 2023

Thanks to @eugene-khyst, I got this working from mobile using letsencrypt and docker compose.

$ git log10 examples/nodejs-backend/Dockerfile
2023-03-07 21:48 d38618a Version 2 (#36)
 - npm -> yarn
 - server.js is down a level
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.

PWA: Search transactions etc.
1 participant