Skip to content

feat: app: change workouts tab to library#1183

Merged
CodeWithCJ merged 9 commits intoCodeWithCJ:mainfrom
apedley:app-library-tab
Apr 23, 2026
Merged

feat: app: change workouts tab to library#1183
CodeWithCJ merged 9 commits intoCodeWithCJ:mainfrom
apedley:app-library-tab

Conversation

@apedley
Copy link
Copy Markdown
Contributor

@apedley apedley commented Apr 22, 2026

Tip

Help us review and merge your PR faster!
Please ensure you have completed the Checklist below.
For Frontend changes, please run pnpm run validate to check for any errors.
PRs that include tests and clear screenshots are highly preferred!
Note: AI-generated descriptions must be manually edited for conciseness. Do not paste raw AI summaries.

Description

This PR changes the Workout tab to the Library tab. The library tab is for reusable items such as foods, meals, and workout plans. I have only added foods for now and meals will come very soon. Users can see all the foods they can access, log them, edit and delete foods they own.

Also included a number of tiny fixes:

Linked Issue: #1162

How to Test

  1. Visit library tab

PR Type

  • Issue (bug fix)
  • New Feature
  • Refactor
  • Documentation

Checklist

All PRs:

  • [MANDATORY - ALL] Integrity & License: I certify this is my own work, free of malicious code, and I agree to the License terms.

New features only:

  • [MANDATORY for new feature] Alignment: I have raised a GitHub issue and it was reviewed/approved by maintainers or it was approved on Discord.

Frontend changes (SparkyFitnessFrontend/ or src/):

  • [MANDATORY for Frontend changes] Quality: I have run pnpm run validate and it passes.
  • [MANDATORY for Frontend changes] Translations: I have only updated the English (en) translation file.

Backend changes (SparkyFitnessServer/):

  • [MANDATORY for Backend changes] Code Quality: I have run typecheck, lint, and tests. New files use TypeScript, new endpoints have Zod schemas, and new endpoints include tests.
  • [MANDATORY for Backend changes] Database Security: I have updated rls_policies.sql for any new user-specific tables.

UI changes (components, screens, pages):

  • [MANDATORY for UI changes] Screenshots: I have attached Before/After screenshots below.

Screenshots

Click to expand

Before

before

After

after

Notes for Reviewers

Optional — use this for anything that doesn't fit above: known tradeoffs, areas you'd like specific feedback on, qustions you have or context that helps reviewers.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a comprehensive Food Library feature to the mobile application, enabling users to browse, view details, edit, and delete saved foods. Key changes include the replacement of the Workouts tab with a new Library tab, the addition of paginated food searching, and the implementation of a detailed food nutrition summary component. Furthermore, the documentation for both the monorepo root and the server package has been updated to reflect the transition to a TypeScript-first environment using ESM and Vitest. I have no feedback to provide.

@CodeWithCJ CodeWithCJ merged commit 9635c1e into CodeWithCJ:main Apr 23, 2026
9 checks passed
eleboucher pushed a commit to eleboucher/homelab that referenced this pull request Apr 29, 2026
)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/codewithcj/sparkyfitness-frontend](https://github.com/CodeWithCJ/SparkyFitness) | patch | `v0.16.5.8` → `v0.16.5.9` |
| [ghcr.io/codewithcj/sparkyfitness-server](https://github.com/CodeWithCJ/SparkyFitness) | patch | `v0.16.5.8` → `v0.16.5.9` |

---

### Release Notes

<details>
<summary>CodeWithCJ/SparkyFitness (ghcr.io/codewithcj/sparkyfitness-frontend)</summary>

### [`v0.16.5.9`](https://github.com/CodeWithCJ/SparkyFitness/releases/tag/v0.16.5.9)

[Compare Source](CodeWithCJ/SparkyFitness@v0.16.5.8...v0.16.5.9)

⚠️ Backup before upgrading. If you don’t see the latest updates, please refresh or clear your browser cache.
⚠️ Android App – Google Play closed testing URL has changed. Refer to the updated link in the Wiki.
⚠️ Though you don't need to immediately upgrade, in the upcoming months the Postgres upgrade will be mandated.
Have caution. Below guide might have flaws. Research yourself before performing the upgrade.
<https://codewithcj.github.io/SparkyFitness/install/postgres-upgrade>

💙 Support SparkyFitness

Support development if you find SparkyFitness useful — Approximately $250 in remaining project expenses.

<!-- Release notes generated using configuration in .github/release.yml at v0.16.5.9 -->

##### What's Changed

##### Features

- feat(994): goal tracking reports by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1206](CodeWithCJ/SparkyFitness#1206)
- feat: imroved reports for nutrition data by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1212](CodeWithCJ/SparkyFitness#1212)

##### Fixes

- fix: auto labeling for mistakenly adds bug label by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1207](CodeWithCJ/SparkyFitness#1207)
- fix(1211): unused api endpoints by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1213](CodeWithCJ/SparkyFitness#1213)

##### Other Changes

- App Workout Timer by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1143](CodeWithCJ/SparkyFitness#1143)
- feat(781): meal calorie distribution for custom meals by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1145](CodeWithCJ/SparkyFitness#1145)
- fix: food unit conversion behavior for compatible and incompatible variants by [@&#8203;BryceKrispiess](https://github.com/BryceKrispiess) in [#&#8203;1148](CodeWithCJ/SparkyFitness#1148)
- feat(566): reorder nutrients by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1149](CodeWithCJ/SparkyFitness#1149)
- feat(839): add averages to reports by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1150](CodeWithCJ/SparkyFitness#1150)
- fix(1151, 1045): wger serch doesn't respect language and endpoints are deprecated by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1152](CodeWithCJ/SparkyFitness#1152)
- Smoother App Animations by [@&#8203;BryceKrispiess](https://github.com/BryceKrispiess) in [#&#8203;1155](CodeWithCJ/SparkyFitness#1155)
- feat: refresh dashboard and other tabs after sync automatically by [@&#8203;BryceKrispiess](https://github.com/BryceKrispiess) in [#&#8203;1159](CodeWithCJ/SparkyFitness#1159)
- Feat: Additional app haptics by [@&#8203;BryceKrispiess](https://github.com/BryceKrispiess) in [#&#8203;1161](CodeWithCJ/SparkyFitness#1161)
- fix(1156): secret file not working anymore by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1163](CodeWithCJ/SparkyFitness#1163)
- iOS Home Screen Widget by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1157](CodeWithCJ/SparkyFitness#1157)
- feat: improve ui for exercises and support cardio and isometric types by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1164](CodeWithCJ/SparkyFitness#1164)
- fix(1158): garmin activity sync fail by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1166](CodeWithCJ/SparkyFitness#1166)
- fix(1165): execute preflight checks before server startup by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1167](CodeWithCJ/SparkyFitness#1167)
- feat: app logs rework and expansion  by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1168](CodeWithCJ/SparkyFitness#1168)
- fix: exercises add from external and public workout presets by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1171](CodeWithCJ/SparkyFitness#1171)
- fix(1169): focus for input unit keeps resetting while typing by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1172](CodeWithCJ/SparkyFitness#1172)
- fix(1139): filter active calories from workout reports by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1175](CodeWithCJ/SparkyFitness#1175)
- feat(1080): add bundled postgresql resources to helm chart by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1178](CodeWithCJ/SparkyFitness#1178)
- feat(702): support for custom uploads and backup location by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1179](CodeWithCJ/SparkyFitness#1179)
- feat: improved ui for exercise entries by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1181](CodeWithCJ/SparkyFitness#1181)
- feat(1044): equivalent variants for foods by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1182](CodeWithCJ/SparkyFitness#1182)
- feat: app: change workouts tab to library by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1183](CodeWithCJ/SparkyFitness#1183)
- fix: add sheet spacing after modal sheet by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1189](CodeWithCJ/SparkyFitness#1189)
- fix(1180): recalc sleep after merge by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1190](CodeWithCJ/SparkyFitness#1190)
- App meal creation support by [@&#8203;BryceKrispiess](https://github.com/BryceKrispiess) in [#&#8203;1195](CodeWithCJ/SparkyFitness#1195)
- Fix(1187): misleading placement of height input by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1191](CodeWithCJ/SparkyFitness#1191)
- fix: backup doesn't work with 18.3 due to old image version by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1192](CodeWithCJ/SparkyFitness#1192)
- feat: standardize tables to allow universal filtering, pagination, bulk actions and match the UI by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1196](CodeWithCJ/SparkyFitness#1196)
- App Android Widget by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1198](CodeWithCJ/SparkyFitness#1198)
- App Meal Nutrition + UI Tweaks by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1194](CodeWithCJ/SparkyFitness#1194)
- feat: improve changelog creation and auto label pr's by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1146](CodeWithCJ/SparkyFitness#1146)
- feat: mobile nutrient display and entry details by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1205](CodeWithCJ/SparkyFitness#1205)
- feat: saving selected date to search parameters and improve calendar UI by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1209](CodeWithCJ/SparkyFitness#1209)
- fix: pr validation workflow duplicate variable by [@&#8203;Sim-sat](https://github.com/Sim-sat) in [#&#8203;1210](CodeWithCJ/SparkyFitness#1210)

**Full Changelog**: <CodeWithCJ/SparkyFitness@v0.16.5.8...v0.16.5.9>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/homelab/pulls/315
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Allow logging food entries to future dates in mobile app (iOS)

2 participants