Commit Graph

55 Commits

Author SHA1 Message Date
451877667a Update to Angular 19 (#1)
All checks were successful
release-nightly / web-demo (push) Successful in 5m27s
release-nightly / macos (push) Successful in 2m9s
Reviewed-on: #1
2025-02-11 11:12:35 +10:30
15bf115441 Downgrade ubuntu version for CI
All checks were successful
release-nightly / macos (push) Successful in 2m1s
release-nightly / web-demo (push) Successful in 3m42s
2025-01-14 19:04:42 +10:30
afe2b5a29c Update project name and requirements in readme
Some checks failed
release-nightly / macos (push) Successful in 2m8s
release-nightly / web-demo (push) Failing after 40s
2025-01-14 18:37:25 +10:30
950a2262d5 Allow all files to be opened in desktop app 2024-11-04 20:23:48 +10:30
79ca06f7d1 Increase min sql field height, add label to sql field 2024-09-04 21:51:04 +09:30
e3024bdfae Sort proto messages and files, fix export state when a configuration is modified 2024-09-04 19:01:12 +09:30
db9e63bac4 Add support for populating objects in multiple nested lists 2024-08-24 17:02:15 +09:30
dd6a4536c6 Allow files in browser to be loaded, fix overflow on message list, show errors to user 2024-08-17 15:01:10 +09:30
3adbcfdc1c Populate enum messages in nested lists/maps 2024-08-17 14:30:11 +09:30
e7d895567a Update object definitions in list and map 2024-08-17 13:57:44 +09:30
db38ade569 Undo change to gitea runner cache 2024-08-03 17:26:05 +09:30
661b2065cf Add cache to gitea actions 2024-08-03 17:15:14 +09:30
a4f5454c7a Add service worker to application startup 2024-07-20 21:37:54 +09:30
6e977c4cfe Add robots.txt since cloudflare messes it up 2024-07-20 21:24:21 +09:30
45fbfa859a Use angular pwa and service worker, update icons 2024-07-20 21:18:23 +09:30
b6d91c63fa Use git lfs in ci 2024-07-20 15:44:20 +09:30
5c11e4cda3 Remove toolbar icon 2024-07-20 15:33:03 +09:30
fbc3b60dc7 Remove invalid icon reference 2024-07-20 15:26:36 +09:30
d78a416d92 Add icons 2024-07-20 15:19:57 +09:30
b78d4aea69 Add configuration editor for messages, monaco editor to string type 2024-07-18 22:07:16 +09:30
8517f99438 Fix overflow in editor edit component, add margin between review toggle and copy button 2024-07-18 06:55:51 +09:30
12c36be93d Add monaco editor for json editing and diff view (#4)
Reviewed-on: #4
2024-07-17 21:58:09 +09:30
1654824839 Push web demo to cloudflare in nightly workflow (#3)
Reviewed-on: #3
2024-07-17 19:06:52 +09:30
dafece8585 Add macos gitea-actions build, fix client tests (#2)
Reviewed-on: #2
2024-07-15 18:27:27 +09:30
374705ca27 Fix configuration export in browser 2024-07-14 17:03:28 +09:30
0326392aaa Update title 2024-07-14 16:00:44 +09:30
d7085a1931 Add license 2024-07-14 15:39:22 +09:30
3126bc9a56 Update readme with demo 2024-07-14 15:09:33 +09:30
bbed468e67 Fix download bugs in browser 2024-07-14 14:59:30 +09:30
39a1a80ebb Add save as, support for downloading in the browser and workaround for tauri bug 2024-07-14 14:54:26 +09:30
e4e980bc70 Add file/folder selection to browsers, fix numeric sorting 2024-07-14 14:08:32 +09:30
f79df6ff27 Add file save 2024-07-14 10:12:18 +09:30
72f670adf4 Add load from file 2024-07-14 09:39:35 +09:30
cf0a96591c Rework definition import to support multiple files and imports, nested messages, add configuration export/import 2024-07-13 22:01:41 +09:30
72c24a70ae Add copy button, update packages 2024-07-13 11:27:47 +09:30
445346b29b Fix select theming, add object field 2024-07-06 15:12:26 +09:30
99bc6c069b Add map field, refine directory structure 2024-07-06 12:29:28 +09:30
1a59b24f60 Add overflow to editor, maximise field widths, add toggle for preview 2024-07-06 09:47:14 +09:30
38b0b51d40 Fix value, value highlighting in editor 2024-07-05 19:56:32 +09:30
a22b6943aa Tidy up editor, file tree, get list field working, allow creating new items 2024-07-05 17:45:43 +09:30
0f60377e91 Add buttons to list field 2024-06-29 14:40:25 +09:30
ddc20daaa5 Add initial components to proto message field 2024-06-29 11:31:56 +09:30
3606c360b4 Fix file tree node padding 2024-06-29 08:37:15 +09:30
1da29178a8 Style file tree sidebar 2024-06-28 22:07:07 +09:30
58c92fb6a9 Tweak styling in protobuf selector, fix html drag and drop in tauri 2024-06-28 21:34:48 +09:30
d2203b575c Add enum message parsing 2024-06-27 21:09:40 +09:30
da8861cde2 Rework proto parsing to use javascript objects, add nested and object message support
Objects are preferred to classes as they're easier to clone and serialise/deserialise
2024-06-26 21:51:43 +09:30
d484f75540 Add basic protobuf message parsing 2024-06-23 15:12:15 +09:30
9c2531a034 Start adding editor, fix up sidebar styling 2024-06-22 14:19:23 +09:30
Michael Pivato
c9c7878263 Fix bundle build 2024-06-09 12:29:09 +09:30