diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index b84dc82..83bb04b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -2,8 +2,8 @@ name: run-on-push on: push: branches: - - main - - feature/embed-http-server + - master + # - feature/embed-http-server jobs: run-script: diff --git a/TODO.md b/TODO.md index 4105a84..3b706fb 100644 --- a/TODO.md +++ b/TODO.md @@ -91,5 +91,7 @@ - Add a rule in Makefile to create a zip file with the contents of ./build/web in the ./assets/generated directory -> ./assets/generated/webapp.zip - Add webapp.zip as a flutter asset - In the /static path, serve the files contained in webapp.zip -- [ ] Ensure database is loaded if the file exist, and not use default corpus allways. +- [X] Ensure database is loaded if the file exist, and not use default corpus allways. +- [ ] Ensure more room for formula title in FormulaScreen. Maybe a marquee or another row for buttons or both. +- [ ] In android, images in description are not shown. - [ ] Make formulaSolver() asyncronous, and show a CircularProgressIndicator inside the output variable while the formula is being solved. Honor a new optinal parameter "timeout" in formulaSolver, that will throw a TimeoutException.