mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
This puts this code in sync with the backend and is logically better, since the translations can be displayed when needed and are not hard coded
26 lines
779 B
JSON
26 lines
779 B
JSON
{
|
|
"suggestions": [
|
|
{
|
|
"value": "Bench Press Narrow Grip",
|
|
"data": {
|
|
"id": 1,
|
|
"base_id": 1,
|
|
"name": "test exercise 1",
|
|
"category": "Arms",
|
|
"image": "/media/exercise-images/76/Narrow-grip-bench-press-2.png",
|
|
"image_thumbnail": "/media/exercise-images/76/Narrow-grip-bench-press-2.png.30x30_q85_crop-smart.png"
|
|
}
|
|
},
|
|
{
|
|
"value": "Close-grip Bench Press",
|
|
"data": {
|
|
"id": 2,
|
|
"base_id": 2,
|
|
"name": "test exercise 2",
|
|
"category": "Arms",
|
|
"image": null,
|
|
"image_thumbnail": null
|
|
}
|
|
}
|
|
]
|
|
} |