Donal McBreen
b79c7897e6
Fix export/import losing custom column colors
...
record.to_json serializes through model accessors. Column::Colored
overrides the color accessor to return a Color struct, which serializes
as {"name":"Blue","value":"var(--color-card-default)"} instead of the
raw CSS string.
Two fixes:
- Export raw DB values via record.attributes.slice(*attributes).to_json
- Color.for_value parses legacy JSON format so columns imported from
old exports self-heal when read
2026-04-03 10:05:11 +01:00
..
2026-04-03 10:05:11 +01:00
2026-03-09 17:37:56 -04:00
2026-02-17 13:57:24 +01:00
2025-12-11 10:25:34 +01:00
2026-01-23 12:13:08 -05:00
2026-02-25 19:31:13 +01:00
2026-02-13 03:25:59 -05:00
2025-12-03 15:47:04 -08:00
2026-03-18 11:51:10 +01:00
2025-12-12 07:45:23 +01:00
2026-03-02 16:15:28 +01:00
2026-02-24 15:56:27 +01:00
2026-03-18 11:51:10 +01:00
2025-12-09 20:24:09 -05:00
2026-03-18 11:38:06 -04:00
2025-11-28 15:53:58 +01:00
2025-12-19 13:07:32 -08:00
2025-07-03 23:06:37 +02:00
2026-03-11 13:36:09 +01:00
2026-02-16 15:31:10 -08:00
2026-03-16 17:57:26 +01:00
2025-11-17 09:12:40 -05:00
2026-02-02 12:36:48 +01:00
2025-12-16 16:44:20 +01:00
2026-03-17 10:45:37 -04:00
2025-12-03 14:27:52 +00:00
2026-02-02 13:38:34 +01:00
2025-12-10 16:04:30 -08:00
2026-02-04 15:04:28 -05:00
2025-11-17 09:12:40 -05:00
2026-04-03 10:05:11 +01:00
2025-12-09 11:28:42 +01:00
2026-02-02 13:38:34 +01:00
2025-12-10 09:23:52 +01:00
2026-03-09 17:37:56 -04:00
2026-02-25 19:31:13 +01:00
2026-02-02 21:49:06 +01:00
2025-12-13 10:10:13 -08:00
2026-03-18 11:51:10 +01:00
2025-11-29 12:36:00 +01:00
2026-02-25 19:31:13 +01:00
2026-02-25 19:31:13 +01:00
2026-02-16 16:50:46 +01:00
2025-11-17 09:12:40 -05:00
2025-07-21 20:11:03 -05:00
2025-11-17 09:12:41 -05:00
2026-01-22 12:29:54 -05:00
2026-01-08 21:07:14 +01:00
2025-11-17 09:11:36 -05:00
2026-02-02 12:36:48 +01:00
2025-12-29 21:45:06 -08:00
2025-11-17 09:12:40 -05:00
2025-12-19 13:07:32 -08:00
2025-11-17 09:12:34 -05:00
2025-11-17 09:12:40 -05:00
2025-12-13 16:31:48 -03:00
2026-02-02 12:36:48 +01:00
2025-11-17 09:12:40 -05:00
2026-01-15 23:22:21 -05:00
2026-03-16 17:57:26 +01:00