Dillon Kearns
|
df0489fc38
|
Revert unused config value.
|
2023-02-14 14:33:00 -08:00 |
|
Dillon Kearns
|
6bc426e2a6
|
Add kind field to form template.
|
2023-02-13 20:34:46 -08:00 |
|
Dillon Kearns
|
4224611e32
|
Set vite mode to development to avoid warning.
|
2023-02-13 20:34:32 -08:00 |
|
Dillon Kearns
|
5cc346f93f
|
Use inner text to control form value for textarea (instead of value attribute, which is not valid).
|
2023-02-13 19:13:44 -08:00 |
|
Dillon Kearns
|
a444c5af2c
|
Reduce oneOf decoder error noise for error case in BackendTask.Custom failures.
|
2023-02-13 19:00:56 -08:00 |
|
Dillon Kearns
|
26670d4283
|
Bump NPM version.
|
2023-02-13 08:06:42 -08:00 |
|
Dillon Kearns
|
ec501ac6cd
|
3.0.0-beta.24
|
2023-02-13 08:06:18 -08:00 |
|
Dillon Kearns
|
9c6d3545b4
|
Bump elm-tooling.
|
2023-02-13 08:02:58 -08:00 |
|
Dillon Kearns
|
ff19dab87e
|
Bump dependencies.
|
2023-02-13 08:01:32 -08:00 |
|
Dillon Kearns
|
6548ee523a
|
Ignore chokidar for new directories created in app/Route to avoid extra compile that caused race condition.
|
2023-02-10 15:16:53 -08:00 |
|
Dillon Kearns
|
2048773c84
|
Bump Elm package.
|
2023-02-09 12:05:42 -08:00 |
|
Dillon Kearns
|
8297473221
|
Update compatability keys and NPM version.
|
2023-02-09 12:05:02 -08:00 |
|
Dillon Kearns
|
e159004f0e
|
3.0.0-beta.23
|
2023-02-09 12:04:04 -08:00 |
|
Dillon Kearns
|
4f4e266f35
|
Inline some values.
|
2023-02-09 12:02:06 -08:00 |
|
Dillon Kearns
|
e1af771fc7
|
Handle dev server reloads from 404 pages.
|
2023-02-09 12:01:16 -08:00 |
|
Dillon Kearns
|
6b445ae436
|
Improve an error message.
|
2023-02-09 12:01:02 -08:00 |
|
Dillon Kearns
|
baf7f20bfc
|
Bump version.
|
2023-02-08 18:31:12 -08:00 |
|
Dillon Kearns
|
6f5ef36827
|
3.0.0-beta.22
|
2023-02-08 18:30:53 -08:00 |
|
Dillon Kearns
|
319150ea1f
|
Show a reconnect banner for dev server and attempt to reconnect EventSource.
|
2023-02-08 15:23:35 -08:00 |
|
Dillon Kearns
|
f3777804aa
|
Wait for pending CLI compile to finish before running render thread.
|
2023-02-08 11:55:35 -08:00 |
|
Dillon Kearns
|
9162abf153
|
Remove commented code.
|
2023-02-08 11:55:17 -08:00 |
|
Dillon Kearns
|
ad005d7ed2
|
Remove redundant compiliation.
|
2023-02-08 11:55:09 -08:00 |
|
Dillon Kearns
|
444163cf96
|
Don't consider unused threads as stale.
|
2023-02-08 11:25:57 -08:00 |
|
Dillon Kearns
|
05356dcd47
|
Revert back to terminating worker threads instead of fresh esm imports since esm import cache invalidation doesn't work.
|
2023-02-08 11:21:14 -08:00 |
|
Dillon Kearns
|
912c87f59d
|
Formatting.
|
2023-02-08 11:19:14 -08:00 |
|
Dillon Kearns
|
3ea9adf3a4
|
Add catch around delete to ignore when file is not found.
|
2023-02-08 08:12:30 -08:00 |
|
Dillon Kearns
|
f46aa9332e
|
Fix timestamp for loading fresh Elm compiled CLI code.
|
2023-02-08 08:11:44 -08:00 |
|
Dillon Kearns
|
d50bca43a9
|
Remove obsolete code for clearing previously used cache directory.
|
2023-02-08 08:11:07 -08:00 |
|
Dillon Kearns
|
5979dfa1ac
|
Bump Elm package.
|
2023-02-07 10:29:07 -08:00 |
|
Dillon Kearns
|
a9f431f4af
|
Bump NPM package.
|
2023-02-07 10:28:36 -08:00 |
|
Dillon Kearns
|
da53f96723
|
3.0.0-beta.21
|
2023-02-07 10:28:07 -08:00 |
|
Dillon Kearns
|
5613cbc028
|
Use ESM syntax for compatability key script.
|
2023-02-07 10:27:34 -08:00 |
|
Dillon Kearns
|
3ef54d6275
|
Support missing custom-backend-task file in script bundle and run commands.
|
2023-02-07 10:18:52 -08:00 |
|
Dillon Kearns
|
2e47866cb0
|
Remove import asserts to remove warnings.
|
2023-02-07 10:05:35 -08:00 |
|
Dillon Kearns
|
d1ce1453f1
|
Use more robust import with changed timestamp to re-import compiled Elm on change instead of restarting thread pool.
|
2023-02-07 09:35:24 -08:00 |
|
Dillon Kearns
|
50b1dd1fe9
|
Add timing for BackendTask.Custom.run in terminal.
|
2023-02-07 09:00:43 -08:00 |
|
Dillon Kearns
|
a9d367725f
|
Handle new from admin/:slug and add delete action handler.
|
2023-02-07 08:31:51 -08:00 |
|
Dillon Kearns
|
f76870cabe
|
Fix flaky test.
|
2023-02-06 22:40:49 -08:00 |
|
Dillon Kearns
|
12dc49068b
|
Update docs.json.
|
2023-02-06 22:27:06 -08:00 |
|
Dillon Kearns
|
5a2545329e
|
Use Scaffold namespace for generator modules.
|
2023-02-06 22:04:11 -08:00 |
|
Dillon Kearns
|
2fa6c41d72
|
Add more type information to Form.Context record in generator.
|
2023-02-06 20:54:19 -08:00 |
|
Dillon Kearns
|
bcaabe81d8
|
Extract some code in generator.
|
2023-02-06 20:36:32 -08:00 |
|
Dillon Kearns
|
11ea217b06
|
Remove import alias to avoid bug in elm-codegen generated code.
|
2023-02-06 19:29:43 -08:00 |
|
Dillon Kearns
|
e5e007741a
|
Inline more helpers.
|
2023-02-06 18:23:56 -08:00 |
|
Dillon Kearns
|
3de46b4a99
|
Inline more helpers.
|
2023-02-06 18:15:09 -08:00 |
|
Dillon Kearns
|
e85a148da6
|
Inline helpers.
|
2023-02-06 15:13:46 -08:00 |
|
Dillon Kearns
|
915b21a501
|
Change options to better match Field API.
|
2023-02-06 14:49:03 -08:00 |
|
Dillon Kearns
|
8887770ecb
|
Simplify scaffolding script.
|
2023-02-06 14:23:04 -08:00 |
|
Dillon Kearns
|
57a3ecf13f
|
Parse module name into List in CLI options parser helper.
|
2023-02-06 14:17:28 -08:00 |
|
Dillon Kearns
|
17ed841d4b
|
Extract the form rendering line from generator since it's a small amount of code and has customization opportunities.
|
2023-02-06 14:13:30 -08:00 |
|