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

Reconnecting after a disconnect doesn't refresh data #79

Closed
alexanderson1993 opened this issue Oct 27, 2021 · 0 comments
Closed

Reconnecting after a disconnect doesn't refresh data #79

alexanderson1993 opened this issue Oct 27, 2021 · 0 comments
Assignees
Labels
approved Issues that are approved and ready to be implemented. Bug

Comments

@alexanderson1993
Copy link
Member

Describe the bug

The client sometimes disconnects from the server, either because the server went down or because the client lost connection somehow. It has auto-reconnect, but the data doesn't update properly when the client reconnects.

To Reproduce Steps to reproduce the behavior:

In development mode -

  1. Start the server and the client
  2. Make some change, like creating a plugin
  3. Restart the server without reloading the client
  4. Wait for the client to reconnect
  5. Notice the old plugin is still there (even though the database resets when the server restarts in development mode)
  6. Try creating another plugin. It won't create, likely because the netRequest subscription wasn't recreated.

Expected behavior

The client should resubscribe and see updated data as soon as it reconnects

@alexanderson1993 alexanderson1993 moved this to ⏳Pending Approval in Thorium Nova Roadmap Oct 27, 2021
@alexanderson1993 alexanderson1993 added the approved Issues that are approved and ready to be implemented. label Oct 27, 2021
@alexanderson1993 alexanderson1993 moved this from ⏳Pending Approval to 📌 Todo in Thorium Nova Roadmap Oct 27, 2021
@alexanderson1993 alexanderson1993 self-assigned this Nov 4, 2021
@alexanderson1993 alexanderson1993 moved this from 📌 Todo to 🛠 In Progress in Thorium Nova Roadmap Nov 4, 2021
@alexanderson1993 alexanderson1993 moved this from 🛠 In Progress to ✅ Done in Thorium Nova Roadmap Nov 4, 2021
github-actions bot pushed a commit that referenced this issue Dec 17, 2021
# 1.0.0-alpha.1 (2021-12-17)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
github-actions bot pushed a commit that referenced this issue Dec 17, 2021
# 1.0.0-alpha.1 (2021-12-17)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
github-actions bot pushed a commit that referenced this issue Dec 17, 2021
# 1.0.0-alpha.1 (2021-12-17)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
github-actions bot pushed a commit that referenced this issue Dec 21, 2021
# 1.0.0-alpha.1 (2021-12-21)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
github-actions bot pushed a commit that referenced this issue Dec 21, 2021
# 1.0.0-alpha.1 (2021-12-21)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
github-actions bot pushed a commit that referenced this issue Dec 21, 2021
# 1.0.0-alpha.1 (2021-12-21)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
github-actions bot pushed a commit that referenced this issue Dec 21, 2021
# 1.0.0-alpha.1 (2021-12-21)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
github-actions bot pushed a commit that referenced this issue Dec 22, 2021
# 1.0.0-alpha.1 (2021-12-22)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
github-actions bot pushed a commit that referenced this issue Dec 23, 2021
# 1.0.0-alpha.1 (2021-12-23)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
github-actions bot pushed a commit that referenced this issue Dec 23, 2021
# 1.0.0-alpha.1 (2021-12-23)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
github-actions bot pushed a commit that referenced this issue Apr 21, 2022
# 1.0.0-alpha.1 (2022-04-21)

### Bug Fixes

* **Connection:** Fix an issue where initial data was missing important pieces. ([38511c7](38511c7))
* **HTTPS:** Fixes an issue with connecting using HTTPS. Closes [#206](#206) ([f721b2a](f721b2a))
* **Issue Tracker:** Fixes an issue where the issue tracker doesn't submit properly. Closes [#200](#200) ([a77aef5](a77aef5))
* **NetRequest:** Improves the subscription process for net requests. Closes [#151](#151) ([#152](#152)) ([19ee470](19ee470))
* **Networking:** Fixes an issue where reconnecting doesn't restart netRequests. Closes [#79](#79) ([ed42a80](ed42a80))

### Features

* **Client:** Make it possible to assign a client to a station. ([#118](#118)) ([0e1119b](0e1119b)), closes [#92](#92)
* **Docs:** Add a built-in search ([#55](#55)) ([0b178db](0b178db))
* **Docs:** Added more docs for NetRequests and writing plugins. ([4f7eaa9](4f7eaa9))
* **Flight:** Add the UI for configuring the crew for a flight. Closes [#100](#100) ([c8c2198](c8c2198))
* **Issue Tracker:** Add the issue tracker component ([#142](#142)) ([ac16ff7](ac16ff7)), closes [#83](#83)
* **Plugins:** Add support for configuring ship templates in plugins. ([1640856](1640856)), closes [#64](#64) [#58](#58) [#59](#59) [#60](#60)
* **Plugins:** Asset uploading ([f082d47](f082d47))
* **Ship Map:** Add deck creation and image upload. Closes [#166](#166). Closes [#171](#171). ([55970ab](55970ab))
* **Ship Map:** Add the backend for adding and removing nodes and edges from the ship map. ([49fa053](49fa053))
* **Ship Map:** Add the backend for creating decks on a ship and uploading background images. ([0bfd79d](0bfd79d))
* **Ship Map:** Adds the ability to configure the node and edge graph for ship maps. ([5ecb1ac](5ecb1ac))
* **Ship Systems:** Add the backend structures for defining ship systems. ([d13c17c](d13c17c))
* **Star Map:** Add an editor palette for updating properties of solar systems. ([877156c](877156c))
* **Star Map:** Add auto-generated nebula background to the interstellar and system maps. ([18be783](18be783))
* **Star Map:** Add backend and API for adding, updating, and deleting stars from solar systems. Closes [#174](#174) ([10c71a3](10c71a3))
* **Star Map:** Add backend and API for adding, updating, and deleting stars from solar systems. Closes [#174](#174) ([681e97a](681e97a))
* **Star Map:** Add the APIs for adding, removing, and updating solar system plugins. Refs [#173](#173) ([f469d69](f469d69))
* **Star Map:** Add the backend data structure for storing Solar Systems in plugins. Refs [#173](#173) ([febab2c](febab2c))
* **Star Map:** Add the backend structures for stars, planets, and moons. ([8230488](8230488))
* **Star Map:** Clean up the 3D view and create a top-down 2D view. Closes [#179](#179). Closes [#178](#178). ([a0675b4](a0675b4))
* **Star Map:** Enables configuring solar systems, including stars and planets. ([96ed284](96ed284))
* **Star Map:** Major improvements to the camera controls for the interstellar star map. ([0141d6d](0141d6d))
* **Station:** Add the ability to escape from cards ([#153](#153)) ([86bba7a](86bba7a)), closes [#146](#146) [#151](#151)
* **Stations:** Create the necessary scaffolding for a station complement plugin aspect. ([3b02377](3b02377)), closes [#87](#87)
* **Station:** Station Layout ([#139](#139)) ([13d0e9b](13d0e9b))
* **Themes:** Add the ability to assign a theme to a ship. Closes [#133](#133) ([#145](#145)) ([fb5eb5c](fb5eb5c))
* **Thorium Account:** Add support for signing into the Thorium Account within Thorium Nova. ([#106](#106)) ([8b5b58a](8b5b58a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Issues that are approved and ready to be implemented. Bug
Projects
Status: Done
Development

No branches or pull requests

1 participant