Commit Graph

  • fc8c2d292d create instruction list endpoint waltem01 2024-03-14 14:30:56 +0100
  • 84fb7963d8 bugfix: implementation details waltem01 2024-03-14 14:30:35 +0100
  • 6fe5690a6b use unified implemetation of matrix parameters waltem01 2024-03-14 14:29:36 +0100
  • 7dec79ea84 unify reading of .env for matrix parameters waltem01 2024-03-14 14:27:40 +0100
  • bdf2df59c3 optimize clock hand lengths waltem01 2024-03-13 14:20:58 +0100
  • 6f4b0ff5f4 bugfix: correct radius calculation waltem01 2024-03-13 14:15:54 +0100
  • dcdac793c2 clean up: formatting waltem01 2024-03-13 13:49:59 +0100
  • c1e0ba56c3 bugfix: setting defaults instead of overwriting waltem01 2024-03-13 13:46:32 +0100
  • 2a6eb11db5 overwrite cli args with dotenv waltem01 2024-03-13 13:27:54 +0100
  • 2a16383fea load project-wide variables waltem01 2024-03-13 13:03:09 +0100
  • f111c7330b separate project-wide and local variables waltem01 2024-03-13 11:54:23 +0100
  • ecc16e4b7b global ignore .env waltem01 2024-03-13 11:53:59 +0100
  • 894ed74c48 import additional parent environment variables waltem01 2024-03-13 11:52:25 +0100
  • 91fb38c251 install dotenv package waltem01 2024-03-13 11:52:10 +0100
  • 1f51e13a77 removed unused import waltem01 2024-03-13 11:51:56 +0100
  • ff7cdea69e smooth time calculation waltem01 2024-03-08 13:40:55 +0100
  • 2cff560425 clean up: bugfixes waltem01 2024-03-08 11:46:56 +0100
  • b1703955d8 implement line for admin control panel waltem01 2024-03-08 11:46:17 +0100
  • 15e49614e0 try implementing clock matrix display waltem01 2024-03-08 11:26:58 +0100
  • 205d96f399 implement matrix instance for clock waltem01 2024-03-08 11:26:32 +0100
  • be55d35f67 implement draw line endpoint and method waltem01 2024-03-08 11:23:40 +0100
  • 8eded89afa remove unused assertion waltem01 2024-03-08 10:33:44 +0100
  • 9c520b94b2 prepare sending data to server waltem01 2024-03-08 10:29:28 +0100
  • 9d482e8492 improved time calculations and accuracy waltem01 2024-03-08 10:27:23 +0100
  • 8f28820452 improved default values waltem01 2024-03-08 10:26:08 +0100
  • e672e854c9 better commentary waltem01 2024-03-08 10:25:20 +0100
  • d60800bc3f shared post redirect method waltem01 2024-03-08 10:21:40 +0100
  • b1d514d147 clean up: fixed typo waltem01 2024-03-07 07:15:49 +0100
  • 694cdc76ad remove unused proxy waltem01 2024-02-28 11:39:37 +0100
  • e14ee55ff4 implement clock animation waltem01 2024-02-28 09:35:40 +0100
  • 149c03e82f initialize clock page waltem01 2024-02-22 13:43:56 +0100
  • 5de98094f8 updated alt tag waltem01 2024-02-22 10:54:03 +0100
  • e95ef79af0 requesting images from reddit redirect waltem01 2024-02-22 10:47:51 +0100
  • 2d0c93cf3b refactor: general code clean up waltem01 2024-02-22 10:47:26 +0100
  • f2cb916782 filtering all sources of post images waltem01 2024-02-22 10:41:17 +0100
  • 4d6867e690 endpoint for reddit 'redirect' waltem01 2024-02-22 10:41:00 +0100
  • a92193f33b accept optional api response data waltem01 2024-02-22 10:37:00 +0100
  • d23c4b0fef use proxy in global dispatcher waltem01 2024-02-22 10:35:06 +0100
  • cea3e7303c passing in data object repeatedly waltem01 2024-02-21 10:55:36 +0100
  • 3e2ef80ad3 optional auto update waltem01 2024-02-21 09:55:19 +0100
  • c38f300796 homepage redirects waltem01 2024-02-21 09:12:26 +0100
  • f6316ea142 image url only waltem01 2024-02-21 08:20:24 +0100
  • 16d426c23b styling in equal unified format waltem01 2024-02-16 13:07:20 +0100
  • 688447e63c get image placement data from a submit form waltem01 2024-02-16 13:06:52 +0100
  • 5248c09267 upload start flag waltem01 2024-02-16 11:27:26 +0100
  • 9ab5ceaa88 adjust admin panel matrix data to .env settings waltem01 2024-02-16 10:14:56 +0100
  • 2053a5ad29 prepare scaling interface waltem01 2024-02-16 10:14:36 +0100
  • 0554531b12 use matrix interface on admin waltem01 2024-02-16 09:27:19 +0100
  • 846778b969 configuring matrix dimensions waltem01 2024-02-16 09:15:32 +0100
  • b11292ec85 clean up: formatting waltem01 2024-02-16 09:15:01 +0100
  • 0264a9bd30 update matrix by swapping canvas buffers waltem01 2024-02-16 07:22:50 +0100
  • 6a2e1f48f9 place image onto canvas waltem01 2024-02-16 07:22:37 +0100
  • c9507ed683 implement HTTP POST method waltem01 2024-02-16 07:21:31 +0100
  • 8f4e669d51 send data url to server waltem01 2024-02-16 07:21:03 +0100
  • ad72d2582e read image, create data url waltem01 2024-02-16 07:18:53 +0100
  • a1d177678c save image and url waltem01 2024-02-16 07:16:32 +0100
  • 0831e751c3 decode image from data url waltem01 2024-02-16 07:12:12 +0100
  • c4e3d04043 resize image on client waltem01 2024-02-16 07:11:50 +0100
  • bc37cb3c67 bugfix: renamed endpoint waltem01 2024-02-15 09:43:38 +0100
  • 21416fd55a bugfix: optional parameters waltem01 2024-02-15 09:36:28 +0100
  • 0ff0f2ecad bugfix: corrected comment content waltem01 2024-02-15 09:31:34 +0100
  • 10d61d17ee implement image api waltem01 2024-02-15 09:27:19 +0100
  • c81223fe5b bugfix: assert not null waltem01 2024-02-15 09:27:05 +0100
  • 233d8b6f82 measuring elapsed time waltem01 2024-02-15 08:31:50 +0100
  • f9d2d9fd72 prepare sending image to server waltem01 2024-02-15 08:28:08 +0100
  • 60fd19cb17 handle loading image from url waltem01 2024-02-15 08:18:22 +0100
  • 664c58e863 prepare image upload steps waltem01 2024-02-15 08:13:44 +0100
  • d75b74965b initialize image page waltem01 2024-02-15 08:06:31 +0100
  • cd31c576ec update packages waltem01 2024-02-14 07:39:40 +0100
  • 458c9ce995 linking subdirectories waltem01 2024-02-12 11:57:06 +0100
  • 1bbe1467d6 set main README waltem01 2024-02-12 11:52:25 +0100
  • 84d25c9c2d initialize main README waltem01 2024-01-11 14:40:23 +0100
  • 30f16e0a63 improved API warning waltem01 2024-01-11 14:39:17 +0100
  • 159255836f README explaination for .env waltem01 2024-01-11 13:18:48 +0100
  • 044bad3f60 api server access in env waltem01 2023-06-18 18:44:28 +0200
  • 380e7191ed better universal LSP setup waltem01 2023-06-18 18:25:00 +0200
  • fb11d96757 installed updates waltem01 2023-06-18 18:24:13 +0200
  • e0366fdd04 commented interfaces.ts file waltem01 2022-08-07 19:41:57 +0200
  • 153c32c9b4 commented miscellaneous.ts file waltem01 2022-08-07 19:41:36 +0200
  • 8c2c4f0b25 commented gamepad.ts file waltem01 2022-08-07 19:25:00 +0200
  • a3e54d5f09 commented matrix.ts file waltem01 2022-08-07 19:24:53 +0200
  • d3016684f3 commented color.ts file waltem01 2022-08-07 19:02:13 +0200
  • d36f05a3d0 installed @sveltejs/adapter-node waltem01 2023-12-01 08:16:01 +0100
  • 74ce889071 node as build config waltem01 2023-12-01 08:14:08 +0100
  • 2cf0b376f3 better SvelteKit app README waltem01 2023-12-01 08:06:10 +0100
  • c93d1f9479 /static README waltem01 2023-12-01 07:34:12 +0100
  • d986698d83 consistency waltem01 2022-08-07 15:29:12 +0200
  • 7b0fd355ad wiring and sources waltem01 2023-11-30 15:28:32 +0100
  • 243f33f4d5 flags and arguments waltem01 2023-11-30 15:18:44 +0100
  • 12beb888f1 matrix API README waltem01 2023-11-30 15:16:07 +0100
  • 32ca31ed6e dependency README waltem01 2023-11-30 15:15:57 +0100
  • c0e0310b20 remove csharp library waltem01 2023-11-30 14:43:24 +0100
  • c724b2be28 sample README waltem01 2023-11-30 14:37:00 +0100
  • d9caac2129 software relevant info waltem01 2023-11-30 13:26:28 +0100
  • 7185f8f021 remove non-public domain waltem01 2023-11-30 13:21:42 +0100
  • bf3c738ef0 reformatted waltem01 2023-11-30 13:07:07 +0100
  • 68458b9ad5 label bugfix waltem01 2023-11-30 11:47:22 +0100
  • e54dd5cfa3 display gamepad opacity waltem01 2023-11-30 11:45:44 +0100
  • c57bb60fcb commentary waltem01 2023-11-30 09:51:30 +0100
  • 3a105c79dd clean up waltem01 2023-11-30 09:19:07 +0100