Commit Graph

117 Commits

Author SHA1 Message Date
rmcampos b51a54c6db chore: bump deps
Build & Deploy to Pages / build-deploy (push) Successful in 3m59s
2026-07-10 22:04:13 +02:00
renovate-bot aa97b04baa Configure Renovate (#2)
Build & Deploy to Pages / build-deploy (push) Successful in 55s
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

📚 See our [Reading List](https://docs.renovatebot.com/reading-list/) for relevant documentation you may be interested in reading.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs.

---
### Detected Package Files

 * `package.json` (npm)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Show only the Age and Confidence Merge Confidence badges for pull requests.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  - Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  - Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  - Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  - Correctly link to the source code for golang.org/x packages
  - Link to pkg.go.dev/... for golang.org/x packages' title
  - Provide a link to octochangelog's improved breakdown for Renovate's changelogs

---

### What to Expect

It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->

Reviewed-on: #2
Co-authored-by: Renovate Bot <renovate-bot@lightroasted.vps-kinghost.net>
Co-committed-by: Renovate Bot <renovate-bot@lightroasted.vps-kinghost.net>
2026-07-05 21:06:39 +00:00
rmcampos 2a1a492523 hotfix: vite config with base path
Build & Deploy to Pages / build-deploy (push) Successful in 57s
2026-07-05 00:00:45 +02:00
rmcampos 70d2d22055 Update .github/workflows/deploy.yml
Build & Deploy to Pages / build-deploy (push) Successful in 4m10s
2026-07-04 21:55:24 +00:00
rmcampos 0682649a9f Merge pull request 'feat: remove old files and update workflows for gitea' (#1) from feat/updates-for-gitea into main
Reviewed-on: #1
2026-07-04 21:49:48 +00:00
rmcampos 1eba605146 feat: remove old files and update workflows for gitea 2026-07-04 23:45:30 +02:00
rmcampos 0746088203 Add protein bar entry to food database 2026-05-19 13:14:57 -03:00
Copilot fe2f324bfa Make similar food suggestions clickable to populate food entry form (#12) 2026-04-28 23:00:36 -03:00
rmcampos 88f55e4f7a Update foodDatabase.ts 2026-04-28 22:48:00 -03:00
rmcampos 2a18a78a76 Update foodDatabase.ts 2026-04-28 22:35:21 -03:00
rmcampos 1a0bd0007f chore: update gitignore to ignore idea files 2026-04-28 13:14:10 -03:00
rmcampos 8f327c191b feat: update packages dependencies 2026-04-28 13:12:33 -03:00
Copilot 6837e4f139 feat: Add "Show other options" to surface nutritionally equivalent food alternatives (#10)
* Initial plan

* feat: Add 'Show other options' feature to find similar foods by category and bestFor

Agent-Logs-Url: https://github.com/RMCampos/calories-tracker/sessions/00437e19-3c33-48b4-8d15-f29ac843a20f

Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com>

* fix: Address code review issues - string type, dedup logic, HTML escaping

Agent-Logs-Url: https://github.com/RMCampos/calories-tracker/sessions/00437e19-3c33-48b4-8d15-f29ac843a20f

Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com>

* fix: Add full HTML escaping including quotes in alternatives display

Agent-Logs-Url: https://github.com/RMCampos/calories-tracker/sessions/00437e19-3c33-48b4-8d15-f29ac843a20f

Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com>

* feat: improve food options by food type

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com>
Co-authored-by: Ricardo Campos <ricardompcampos@gmail.com>
2026-04-28 11:07:34 -03:00
rmcampos 44847d561f feat: add matching columsn for food types 2026-04-27 23:31:33 +02:00
rmcampos df70762505 Update types.ts 2026-04-27 17:53:50 -03:00
rmcampos 4e9e4edc54 Add 'bestFor' property to food items in database
Updated food database to include 'bestFor' property for various food items, specifying meal recommendations.
2026-04-27 17:52:45 -03:00
rmcampos fa7571e8aa feat: update foodlist to include new column bestFor 2026-04-27 17:12:27 -03:00
rmcampos 7119d21b6c Merge pull request #8 from RMCampos/copilot/feat-enable-updating-time-food-entry
feat: enable updating time from a food entry
2026-04-27 16:23:07 -03:00
copilot-swe-agent[bot] e4fa1f9c1c feat: enable updating time from a food entry
- Add visible time input (foodEntryTime) in index.html, hidden by default
- Show time input only when editing a food entry (setFoodToEdit)
- Use foodEntryTime value when saving an edited entry (updateFood)
- Hide and reset time input on clearEditing (cancel/save)
- input type=time ensures HH:MM format is preserved

Agent-Logs-Url: https://github.com/RMCampos/calories-tracker/sessions/085efbe7-b9c8-4a81-a58f-5dbdf91f2942

Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com>
2026-04-27 19:20:15 +00:00
copilot-swe-agent[bot] b07861f88f Initial plan 2026-04-27 19:16:28 +00:00
rmcampos 372a06eb6b chore: bump dependencies 2026-04-15 19:54:43 +02:00
rmcampos d173329e19 Add new food items to food database 2026-02-27 16:44:37 -03:00
rmcampos a5329af7b3 feat: manage current date with datetime api. Closes #6 2026-02-13 14:02:41 -03:00
rmcampos 6826a4256d chore: add and update food source list 2026-02-13 13:26:01 -03:00
rmcampos 8a187fbe15 feat: add multiple goals. by Claude 2026-02-12 19:45:29 -03:00
rmcampos 3f89eca586 chore: fix project errors 2026-02-12 18:48:18 -03:00
rmcampos 5c856300cd chore: update dependencies versions 2026-02-12 18:30:13 -03:00
rmcampos 78f709bee7 feat: improve alkaline indicator to a shorter option 2026-02-12 11:16:09 -03:00
rmcampos 2fbba3b6b2 feat: add weight and height features 2026-02-12 11:13:51 -03:00
rmcampos 78220fdbf0 Add Cashew Butter entry to food database 2026-01-09 09:51:37 -03:00
rmcampos 1ca0706923 fix: pre-workout group not showing up 2025-12-15 05:17:05 -03:00
rmcampos a3b1747bda chore: add leite vegetal 2025-12-13 16:28:09 -03:00
rmcampos 228c7e4661 feat: add grouping meal 2025-12-13 16:00:31 -03:00
rmcampos 915cfba809 fix: missing iphone icon when installed 2025-12-10 13:14:07 -03:00
rmcampos 6b36bf0e19 feat: make it PWA 2025-12-10 12:56:58 -03:00
rmcampos 39ce9e4684 feat: makes the AI nutrition search optional 2025-12-10 12:27:08 -03:00
rmcampos 37e3d4268b feat: add cache to localstore and clear options 2025-12-10 12:21:17 -03:00
rmcampos 4117c54d24 fix: food amount 2025-12-10 12:01:08 -03:00
rmcampos 0499e4dc4e feat: remove quant from prompt 2025-12-10 11:57:41 -03:00
rmcampos 761c19d394 chore: bump dependencies version 2025-12-10 11:48:04 -03:00
rmcampos 5948d976a8 feat: add AI info 2025-12-03 17:38:29 -03:00
rmcampos 63312b1bc0 feat: improve landing page and login 2025-12-03 16:42:52 -03:00
rmcampos ae7d5aa5b5 feat: enable english seach terms 2025-12-01 18:15:09 -03:00
rmcampos c0489dd5e8 Add sunflower seed entry to food database 2025-12-01 17:01:28 -03:00
rmcampos 531c5642d6 Add 'Leite Caju+côco A Tal da Castanha' to food database 2025-11-30 07:08:42 -03:00
rmcampos ec309ddab5 Fix protein and fat values for tofu entry
Updated protein information for tofu in the food database.
2025-11-10 07:04:42 -03:00
rmcampos f0de21dbde feat: enable to get calories from other months 2025-11-03 11:25:39 -03:00
rmcampos 96af3c87c4 Add VITE_APPWRITE_SHAREDDAYSID to deploy workflow 2025-10-30 13:50:15 -03:00
rmcampos 35bfec9915 feat: add sharing feature 2025-10-30 13:18:01 -03:00
rmcampos 9343efc377 fix: app write page limit and unused method 2025-10-30 11:51:39 -03:00