PeterBlenessy / ai-assistant-for-jira-desktop

0 stars 0 forks source link

Add settings dialog to the application #1

Closed PeterBlenessy closed 1 month ago

PeterBlenessy commented 1 month ago

The user opens the settings dialog by clicking the settings button in the application toolbar in the application header.

PeterBlenessy commented 1 month ago

The settings dialog allows the user to configure JIRA server parameters.

The user can input the below parameters:

PeterBlenessy commented 1 month ago

These parameters will be available across the application. Use Pinia store.

PeterBlenessy commented 1 month ago

The parameters are persisted in localstorage automatically when changed. Implement this in the Pinia store.