SvelteKit
GitHub
  • Configured a class "globalState.svelte.ts" for application wide state. The data in the class is shared across the application
  • Added code to stop user pinch zoom
  • User select elements on double click and long press
  • Added a session state object to keep data between page reloads and nav bar link clicks
  • Added a sandbox page to test the global state and session state
  • Added a date input field to the sandbox page
  • Added a reset button to the sandbox page to reset the session state data
  • Committed app to my GITHUB as new report
  • this is a test of the commit