asxpo
Filename
Size
Last Commit Date
Commit Message
..
backend
backend.go
2016
2026/07/31 17:59:22
use new httpbuffer API
modules.go
3312
2026/06/27 19:19:10
corrected if statement formatting
modules_test.go
4823
2026/06/25 07:35:03
correctly export Types field in modulesWithTypes
types.go
4153
2026/06/27 20:10:43
no need to use fmt.Errorf for static error
types_test.go
3111
2026/06/28 18:48:32
added field patching test
frontend
src
libs
bind.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
conn.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
css.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
dom.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
drag.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
html.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
inter.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
load.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
misc.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
nodes.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
pagination.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
router.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
rpc.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
settings.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
svg.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
typeguard.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
urlstate.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
app.tsx
490
2026/07/23 20:41:56
added missing semi-colon
endpoints.ts
1937
2026/07/23 20:45:48
removed unnecessary comma
form.tsx
2672
2026/07/23 20:39:17
corrected indent
index.html
714
2026/07/23 20:40:42
regen'd
jsx.d.ts
1011
2026/06/09 07:11:23
simplified JSX typing
libs.sh
620
2026/07/24 19:54:43
added missing semi-colon
module.tsx
2084
2026/06/27 19:51:20
renamed URL part
modules.tsx
1600
2026/06/14 17:54:15
use new Form element for remove confirm form
shadow.ts
305
2026/06/10 07:12:05
added convenience function for creating ShadowDOMs
symbols.tsx
1126
2026/06/13 21:00:07
corrected behaviour when no attrs are supplied
tsconfig.json
1020
2026/07/23 20:40:42
regen'd
type.tsx
3043
2026/06/27 19:58:15
only update type data when both module and type are set
build.sh
694
2026/06/11 18:20:19
remove 'bang' comments
index_dev.go
514
2026/06/14 17:58:16
print transpilation errors in Dev mode
go.mod
560
2026/07/31 17:59:02
updated to latest httpbuffer package
go.sum
1973
2026/07/31 17:59:02
updated to latest httpbuffer package
main.go
644
2026/06/10 06:44:09
server main index.html for all paths in /modules/ (for frontend routing)