Commit Graph

49 Commits

Author SHA1 Message Date
3897c1841e Restore bubble styling for sidenavs
All checks were successful
release-nightly / macos (push) Successful in 2m2s
release-nightly / web-demo (push) Successful in 4m46s
2025-05-14 20:59:58 +09:30
8003a8fee9 Use accordions for nested field types
All checks were successful
release-nightly / macos (push) Successful in 2m9s
release-nightly / web-demo (push) Successful in 4m53s
2025-05-14 20:38:14 +09:30
cdeccf33b3 Fix enum message using configuration rather than protoname in json output
All checks were successful
release-nightly / macos (push) Successful in 2m8s
release-nightly / web-demo (push) Successful in 4m16s
2025-05-13 21:01:44 +09:30
af613c3d37 Fix tests to work with new enum format
All checks were successful
release-nightly / macos (push) Successful in 2m1s
release-nightly / web-demo (push) Successful in 4m19s
2025-05-13 20:52:08 +09:30
ec0f21cf16 Remove common module, add friendy name editing, add enum options editing, fix list option warning
Some checks failed
release-nightly / macos (push) Failing after 23s
release-nightly / web-demo (push) Failing after 4m25s
2025-05-13 20:49:46 +09:30
dd8d1374ab Update to angular 19.2.x, switch to new angular material styling system, reduce density (#2)
All checks were successful
release-nightly / macos (push) Successful in 2m8s
release-nightly / web-demo (push) Successful in 5m45s
Reviewed-on: #2
2025-03-29 16:48:27 +10:30
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
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
a4f5454c7a Add service worker to application startup 2024-07-20 21:37:54 +09:30
45fbfa859a Use angular pwa and service worker, update icons 2024-07-20 21:18:23 +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
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
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
58a73ff8bc Remove unnecessarily styling, fix file sorting 2024-06-09 12:14:06 +09:30
Michael Pivato
ecdd4f7080 Customise window decorations, add openfolder action to menu, fix toolbar colours 2024-06-08 16:30:05 +09:30
michaelpivato
8808b00f4d FIx theme, reduce button size 2024-06-08 08:40:04 +09:30
Michael Pivato
2172b81443 Update theming, rebuild app from existing angular project 2024-06-07 22:06:02 +09:30
Michael Pivato
922d74e007 Initial commit 2024-06-05 21:38:06 +09:30