Commit Graph

6 Commits (15ece50d53b7b0d5dada94643dc2dac45242cc59)

Author SHA1 Message Date
thyttan ef94eab363
Update settings.js
Delete custom formatting for booleans in settings, falling back on the default checkboxes.
2024-01-20 22:58:30 +01:00
Paul Spenke c21ea99724 Refactor settings in line_clock app
The `settings` object has been renamed to `initialSettings` for better clarity as these values represent the initial, default settings. Also, the code to remove the clock UI has been commented out, possibly signaling future work on applying the Fast Load system, but this needs to be confirmed. Lastly, calling settings to draw locking and minute indicators has been updated to call the renamed `initialSettings` object.
2024-01-20 19:48:33 +01:00
Paul Spenke 651d08de53 Update changelog 2024-01-06 15:06:25 +01:00
Paul Spenke e62d3fd219 Add Storage requirement to Line Clock app 2024-01-06 15:00:52 +01:00
Paul Spenke a54d37dbfc Implement showMinute setting in Line Clock app
The commit adds 'showMinute' configuration in both app and settings file for the Line Clock app, allowing users to choose whether to display the minute. An additional property within the settings JSON file is now read at application start to adjust behavior accordingly.
2024-01-05 19:15:55 +01:00
Paul Spenke 7ab3fe2f37 Add new Line Clock application
This commit introduces the Line Clock application. The Line Clock is a readable analog clock that is customizable via the theme configuration. It includes a JavaScript logic file, an app icon, a metadata JSON file, a README, and a ChangeLog file. This also includes the MIT license file.
2024-01-05 12:15:31 +01:00