21 Commits

Author SHA1 Message Date
Krafpy
77f36f8b86 Replaced github logo with svg 2023-12-08 01:06:39 +01:00
Krafpy
2fbacd87a9 Added CSV data download button. 2023-01-08 00:06:01 +01:00
Krafpy
bcc386348c Update style.css 2023-01-07 01:36:58 +01:00
Krafpy
c7de2269d5 Update delta-V table CSS. 2023-01-07 01:18:01 +01:00
Krafpy
d092fc1e23 Update delta-V display style. 2023-01-07 00:56:45 +01:00
Krafpy
183f70fa47 Added copy to clipboard button 2023-01-02 17:25:14 +01:00
Krafpy
522f590138 Added button to displayed detailed text panel.
Also refactored `button.ts` to use a common `Button` class instead
of separate `SubmitButton` and `StopButton` types.
2023-01-02 14:46:32 +01:00
Krafpy
b17398f5aa Added draggable textbox. 2023-01-02 13:49:33 +01:00
Krafpy
b95a4da37d Added ejection angle display
- Added velocity vector calculation in `Orbit` class
- Added item for ejection maneuver to display ejection angle
2022-10-08 14:35:32 +02:00
Krafpy
c75ba94cf8 Added insertion burn checkbox. 2022-08-20 01:34:02 +02:00
Krafpy
a62751faff Removed unused CSS. 2022-07-22 12:59:47 +02:00
Krafpy
a88aea6472 Added solar system selector. 2022-07-21 21:30:52 +02:00
Krafpy
e0f592cdba Added SOI display
- Added SOI checkbox in the editor
- Added management of SOI displays during rendering in `system.ts`
- Replaced body sprites with spheres
2022-07-12 17:35:18 +02:00
Krafpy
44beeeb1b5 Added flyby details display in maneuvers selector. 2022-07-10 02:06:52 +02:00
Krafpy
6168e7c8fd Removed 'or' separator. 2021-12-20 00:28:14 +01:00
Krafpy
f71d8e73b7 Added custom sequence separator 2021-12-19 17:47:54 +01:00
Krafpy
7c1f0dbf7d Update style.css 2021-08-21 18:48:01 +02:00
Krafpy
5f6c1b8a53 Added custom sequence input. 2021-08-21 00:47:28 +02:00
Krafpy
6ddce572d7 Fixed invalid HTML. 2021-08-17 11:40:20 +02:00
Krafpy
7cce4f96b8 HTML edit.
- Added github link with logo
- Fixed a typo in footer
2021-08-16 17:30:26 +02:00
Krafpy
824af087c1 Modified file structure.
Modified the file structure to have the `index.html` at the root
of the repository. Needed for Github Pages.
2021-08-15 21:31:25 +02:00