Closed fmaclen closed 2 months ago
This assumption is incorrect: https://github.com/fmaclen/hollama/blob/main/src/routes/sessions/%5Bid%5D/%2Bpage.svelte#L66-L71
It might make more sense to simply add serverStatus to the $settingsStore and update it accordingly.
serverStatus
$settingsStore
Fixed by https://github.com/fmaclen/hollama/pull/159/files#diff-276a0044b7db537e1835eb8b2c20368b8a7437a3fde350198bff4db2b9e418feR54
This assumption is incorrect: https://github.com/fmaclen/hollama/blob/main/src/routes/sessions/%5Bid%5D/%2Bpage.svelte#L66-L71
It might make more sense to simply add
serverStatus
to the$settingsStore
and update it accordingly.