From d845dca308055e998b347e90a0ef6ce8e74ecd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Sun, 10 May 2026 13:00:20 +0200 Subject: [PATCH] voy a master --- .forgejo/workflows/test.yml | 4 ++-- TODO.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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.