dc88375d8c
Remove wrappers for calendar, dashboard, & person
Peter Stockings2023-07-16 09:54:26 +10:00
38d250902b
Use jinja2_fragments to remove wrapper templates to handle htmx and non-htmx requests(Full or just partial html)
Peter Stockings2023-07-15 23:27:14 +10:00
9c2d95fd61
Improve styling on settings page and add search for exercises/people
Peter Stockings2023-07-14 22:20:46 +10:00
9cd3ce15e0
Fix issue where arriving directly on settings page would show an empty list for exercises & people
Peter Stockings2023-07-14 22:10:26 +10:00
1970bc6417
If you create a tag with the same name as an existing tag it will update it rather then creating a new instance, still needs further work to improve UX
Peter Stockings2023-07-13 22:04:03 +10:00
8802d37124
Auto set number of rows for workout note edit textarea
Peter Stockings2023-07-12 21:40:07 +10:00
acf11c2693
Minor enhancement, when no note is present float right add new note button
Peter Stockings2023-07-12 20:16:49 +10:00
81882e1969
Fix issue arising from last commits refactor where multiple calls to edit workout start date/note would create multiple instances of the dom
Peter Stockings2023-07-12 19:50:51 +10:00
6474741f1e
Fix for bug where when on the first of the month(eg today 1/5/23) and your on month view for a person then clicking previous date(Next to eg. May, 2023) would take you to March, also did a slight refactor
Peter Stockings2023-05-01 21:20:00 +10:00
bdf1680b19
Fix error thrown when attempting to add tag from person list
Peter Stockings2023-04-20 22:48:04 +10:00
b228ef8169
Move htmx, hyperscript, & sweetalert js libs to bottom of page to stop blocking of render
Peter Stockings2023-04-13 22:04:06 +10:00
f00360a720
Add plotly basic js lib referenced in below commit
Peter Stockings2023-04-13 21:57:55 +10:00
28a54a634b
Switch to using plotly-basic to reduce page size to 2.3mb
Peter Stockings2023-04-13 21:49:55 +10:00
06a7fbfb4b
Move all js/css dependencies local to fix further issues(Need to figure a way to remove dependencies all together due to size 5mb page load currently)
Peter Stockings2023-04-13 21:44:53 +10:00
ca3eb48da6
WIP: Add option to toggle graphs (havent yet added axis filter)
Peter Stockings2023-04-02 23:27:20 +10:00
d44582d2a2
WIP: Plot estimated 1rm on graphs as well, perhaps add another graph with graph options(reps, weight, 1rms etc)
Peter Stockings2023-04-02 23:02:51 +10:00
48099fcbd9
Dont display exercise title on graph as its being shown via dom
Peter Stockings2023-04-02 22:42:37 +10:00
c4bd430eaf
WIP: Add graphs to workouts list view that show reps/weight, still need to refactor logic and dont display unless plot button(Need to add) is checked
Peter Stockings2023-04-02 22:36:30 +10:00
b128b7fb24
Fix error thrown when accessing person list page with tags
Peter Stockings2023-03-31 22:12:28 +11:00
c2dc9ba62c
Try to reduce text overflow on monthly workout overview
Peter Stockings2023-03-28 21:14:42 +11:00
3d34197437
Fix style issue where in yearly workout overview the month elements would increase in width with every workout added
Peter Stockings2023-03-28 20:50:08 +11:00
d945d6fa9a
Change workout view picker to tailwind elements for ui consistency
Peter Stockings2023-03-28 20:47:01 +11:00
d4463dd842
Fix width of stat elements causing text to over flow
Peter Stockings2023-03-28 20:31:21 +11:00
5cc290601d
Prompt for confirmation before performing any deletes
Peter Stockings2023-03-20 22:52:02 +11:00
2d40ac1720
Increase size of inputs on workout modal & list page
Peter Stockings2023-03-20 22:44:47 +11:00
3e6f291793
Change edit topset exercise select to tailwind elements
Peter Stockings2023-03-20 22:43:57 +11:00
c71cd0d7b2
Replace exercise select in workout modal with tailwind elements select component(still need to change it for edit exercise in modal)
Peter Stockings2023-03-20 22:29:32 +11:00
e94f530c54
Make height of exercise/min & max date select uniform for workout list view
Peter Stockings2023-03-20 22:28:44 +11:00
2499185b2d
Only allow clearing of selected exercises if user is deselecting from exercise picker
Peter Stockings2023-03-20 22:16:44 +11:00
4144f3a615
Just for htmx requests allow to unselect all exercises on list view
Peter Stockings2023-03-20 22:06:18 +11:00
5d8eedd591
Only display workouts in list view that contain selected exercises
Peter Stockings2023-03-20 22:02:15 +11:00
37aaa9b3f3
Revert change made in previous commit where if no exerises where selected manually then all would be
Peter Stockings2023-03-20 21:44:18 +11:00
f3c96ca11f
Switch to using multiple select for exercise selection on list view considering adding graphs for data viewed
Peter Stockings2023-03-20 21:32:00 +11:00
aed610d8b6
Make calendar month view default when viewing a persons workout and display workouts for month view (year view remaining)
Peter Stockings2022-12-03 16:57:35 +11:00
3921b22ed3
Add cursor pointer to days in calendar month view
Peter Stockings2022-12-03 14:57:05 +11:00
6debc8e816
Convert year calendar from table to css flex layout
Peter Stockings2022-12-03 14:44:12 +11:00
70310747aa
Combine month and year templates and add basic date/view change interactivity
Peter Stockings2022-12-03 13:43:01 +11:00
467f50cc44
Add month/year calendar (mainly static for now)
Peter Stockings2022-12-03 11:53:17 +11:00