Commit Graph
22 Commits
Author SHA1 Message Date
Sanaei 994b12fb25 fix: correct Live 24/7 handling and label regressions
- stream.updateWithIssue: 'Live 24/7: Yes' meant the stream IS 24/7, but it
  was assigned straight to isNot247, inverting the label. A 'No' answer was
  also ignored because the guard skipped falsy values.
- dataSet.getBoolean: an unanswered dropdown is stored as '' by
  parseIssueBody, which getBoolean read as false. Treat it as undefined so
  'no answer' means 'leave unchanged' instead of 'Not 24/7'.
- update.addStream: has() is true for an unanswered field, so it produced
  isNot247 = true for issues that left the dropdown blank.
- generate: sortBy got five orders for four iteratees.
- 2_streams_edit.yml: restore the '~' reset option dropped from the quality
  dropdown when the Label field was removed.
- stream.getLabels: use const to satisfy prefer-const.
2026-09-04 18:02:35 +02:00
freearhey d4f07c0a4c Update scripts 2026-09-03 14:53:13 +03:00
freearhey 254458135a Update scripts 2026-05-25 13:29:39 +03:00
freearhey 7286231894 Update generate.ts 2026-03-01 17:31:53 +03:00
freearhey ad2c83e333 Update scripts 2025-10-08 21:25:22 +03:00
freearhey 8f9c628d80 Update scripts 2025-08-30 00:54:55 +03:00
freearhey 8f9ea06133 Update scripts 2025-08-24 22:43:25 +03:00
theofficialomega 45304b81e1 switch deps + markdown & numeral ditch 2025-08-02 12:25:21 +02:00
freearhey 3105a56980 Update scripts 2025-07-20 20:28:58 +03:00
freearhey ef44a04ae5 Update scripts 2025-07-12 23:55:18 +03:00
freearhey acb19e72ee Update scripts 2025-07-10 21:13:43 +03:00
freearhey e6354bdd23 Update scripts 2025-04-23 20:56:19 +03:00
freearhey d42b102cdf Update scripts 2025-04-16 20:54:55 +03:00
freearhey 028b4675bb Update scripts 2025-03-30 03:01:05 +03:00
freearhey cad9cd5321 Update scripts 2025-03-29 11:39:46 +03:00
freearhey b71641f576 Update scripts 2025-03-09 19:14:12 +03:00
Ismaël Moret fe79857fbe To test. 2024-01-31 10:26:40 +00:00
freearhey 03a228f161 Update scripts 2023-11-01 05:38:07 +03:00
freearhey f8902e4e45 Install @freearhey/core 2023-09-22 05:17:22 +03:00
freearhey 643d4fd655 Update generate.ts 2023-09-17 04:30:37 +03:00
freearhey c019453f76 Update scripts 2023-09-17 04:08:50 +03:00
freearhey 94f473f7ca Update scripts 2023-09-15 18:40:35 +03:00