Commit Graph

11 Commits

Author SHA1 Message Date
Gustavo Valverde f8d09d4df7 feat(docker): add a Dockerfile to run `zebra-app` 2024-03-05 23:47:46 +00:00
dependabot[bot] 1ab2a74e4d
Bump mio from 0.8.10 to 0.8.11 in /src-tauri (#7)
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 18:50:17 -05:00
Arya 1614da84ec
Adds more fields, not very usable yet. (#8)
Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org>
2024-03-04 18:50:01 -05:00
Arya 88bfbfec33
Add a configuration page (#6)
* Adds empty config page and applies active styles to active tabs in nav

* adds hover style

* moves pages to a pages dir

* removes unused line (cleanup)

* Adds @modular-forms/solid pkg, and a single config option

---------

Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org>
2024-03-04 17:22:46 -05:00
Arya 717e0d0940
Uses the relative path to the command, adds licenses, adds copyright notice (#5)
Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org>
2024-03-04 14:23:07 -05:00
Arya fd589615ef
adds zebrad as a bundled external binary (#4)
Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org>
2024-03-04 14:04:01 -05:00
Arya 726beaf3ee
Add Router and move Logs page to its own file (#3)
* sets a max num log lines to avoid endlessly eating memory displaying all of Zebra's logs

* Adds router and refactors logs page into its own file, moves constants to their own file

* displays children in AppContainer instead of always showing logs, renames LogPage to Container

---------

Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org>
2024-03-04 12:52:45 -05:00
Arya a8bb7f76c9
Adds example logs for representative in-browser view and fixes minor issues (#2)
* adds example logs for browser previews and updates styles

* adds styled nav tabs

* scrolls to bottom of logs if was at bottom before new log was added.

* checks for valid timestamp before adding colors and adds element keys to avoid unnecessary rerenders

---------

Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org>
2024-02-29 21:17:11 -05:00
Automated Release Test 34f8987ce8 minor README.md update 2024-02-28 20:33:06 -05:00
Arya 30e614c618
Use Tauri v2-beta and SolidJS (#1)
* cargo create-tauri-app --beta

* adds generated files from yarn && yarn tauri dev, adds public dir resolve alias

* fixes a ts warning that an svg file can't be found

* starts zebrad process and emits its logs as events

* works

* Adds setup instructions

* removes extensions.json

* adds styled-components and styles

---------

Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org>
2024-02-28 20:31:59 -05:00
Automated Release Test b002477780 init 2024-02-27 21:05:37 -05:00