flyxc icon indicating copy to clipboard operation
flyxc copied to clipboard

One stop shop web app for paraglider pilots. Plan, visualize, and track your flights.

Results 61 flyxc issues
Sort by recently updated
recently updated
newest added

Discussed with Josh Mix of `filter` and `backdrop-filter`

Hi, Would it be possible to display airspace crossed along a XC planing route like it's already done when loading a IGC track ? ![Capture](https://github.com/vicb/flyxc/assets/49079590/9cc670a3-03bd-4c20-87dc-ea430e51e200)

Drop ionic ? https://vaadin.com/docs/latest/components

Animate live tracks Get 5mn worth of data every 4mn and animate - less overlap in incremental updates -> reduced data usage The server should return data up to t-2mn...

Quite a few pilots forget to save after updating https://flyxc.app/devices We could either auto-save or display a dialog when navigating away

Experiment with: - Deno - Vercel - Cloudflare workers

Currently the airspaces update is manual (see [`apps/airspaces/README.md`](https://github.com/vicb/flyxc/blob/master/apps/airspaces/README.md)) Steps: - Move the logic to a new lib `libs/airspaces` - Check if we can use the local drive or have to...

flyxc already pushes to OGN when an OGN id has been added to the account. We could extend that to push to OGN even when no id is provided by...