RaunoT / plex-rewind

Present Plex user statistics and habits in a beautiful and organized manner.
GNU General Public License v3.0
175 stars 8 forks source link

Implement configuration/settings screen #74

Closed RaunoT closed 2 months ago

RaunoT commented 9 months ago

Description

Currently all the configuration for the app has to be done inside .env. It works, but it's not very user friendly. Additionally, since .env is bundled at build time, it is blocking https://github.com/RaunoT/plex-rewind/issues/32 due to missing variables at build time.

Desired behavior

Upon first booting up the app, the user is greeted with a configuration screen where he can set up his variables. After these are set, the user can later change them under a settings page.

Additional context

We should make sure that settings are persisted after updating.

RaunoT commented 2 months ago

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: