Commit Graph

321 Commits

Author SHA1 Message Date
Sam
2ae2cf04d5 Client - init calendar on Dashboard 2021-11-03 18:26:50 +01:00
Sam
a85860581f Client - init workouts store 2021-11-03 18:26:50 +01:00
Sam
18908ce89d Client - update stats chart display (wip) 2021-11-03 18:26:50 +01:00
Sam
0e98efe5a9 Client - fix error message on logout 2021-11-03 18:26:50 +01:00
Sam
00a400bc5b Client - customize chart tooltip (wip) 2021-11-03 18:26:49 +01:00
Sam
4e54d66c55 Client - init stats chart (wip) 2021-11-03 18:26:49 +01:00
Sam
a09c320093 Client - init sports store 2021-11-03 18:26:49 +01:00
Sam
cac9607489 Client - refactor store interfaces (move w/ types) 2021-11-03 18:26:49 +01:00
Sam
3b8ac44433 Client - init utils methods needed for charts 2021-11-03 18:26:49 +01:00
Sam
0c516b9986 Client - init statistics store 2021-11-03 18:26:49 +01:00
Sam
6f6291fb2b Client - update card 2021-11-03 18:26:49 +01:00
Sam
93f5452b30 Client - init dashboard components (wip) 2021-11-03 18:26:49 +01:00
Sam
db9ea49998 Client - refactor types 2021-11-03 18:26:49 +01:00
Sam
f60847cc5f Client - minor refacto w/ import order rules 2021-11-03 18:26:49 +01:00
Sam
064a7f66c8 Client - add border radius on input and button 2021-11-03 18:26:49 +01:00
Sam
8247751281 Client - display user stats (wip) 2021-11-03 18:26:48 +01:00
Sam
cd20e3c167 Client - display if registration is disabled 2021-11-03 18:26:48 +01:00
Sam
9fc70fcf23 Client - display page error if can not fetch app config 2021-11-03 18:26:48 +01:00
Sam
0b95b93e06 Client - get application config 2021-11-03 18:26:48 +01:00
Sam
0235a93c5b Client - empty form and error messages on path change 2021-11-03 18:26:48 +01:00
Sam
6c770ed76b Client - error message style (wip)
Need some updates api side.
2021-11-03 18:26:48 +01:00
Sam
4bbfb800cb Client - fix app height 2021-11-03 18:26:48 +01:00
Sam
8465c0e4cb Client - update button text on registration 2021-11-03 18:26:48 +01:00
Sam
779738dccd Client - update NavBar style 2021-11-03 18:26:48 +01:00
Sam
f381c2dc65 Client - add registration 2021-11-03 18:26:48 +01:00
Sam
a3ee5b69a7 Client - add global navigation guards 2021-11-03 18:26:48 +01:00
Sam
5ade82d61d Client - add logout 2021-11-03 18:26:48 +01:00
Sam
1041fc4cb8 Client - display authenticated user picture in NavBar 2021-11-03 18:26:47 +01:00
Sam
3dc1e46329 Client - minor refactor 2021-11-03 18:26:47 +01:00
Sam
72db7afe44 Client - extend store typing in components 2021-11-03 18:26:47 +01:00
Sam
a20a646687 Client - display authenticated user username in NavBar 2021-11-03 18:26:47 +01:00
Sam
7df5ea9870 Client - handle error on api calls 2021-11-03 18:26:47 +01:00
Sam
cd418c9be2 Client - init login and getting user profile 2021-11-03 18:26:47 +01:00
Sam
4c56d75752 Client - add axios 2021-11-03 18:26:47 +01:00
Sam
1d7cb5c9ee Client - refactor app types and interfaces 2021-11-03 18:26:47 +01:00
Sam
6b848228ca Client - refactor store 2021-11-03 18:26:47 +01:00
Sam
f8b020940a Client - fix footer display on mobile when keyboard pops 2021-11-03 18:26:47 +01:00
Sam
68f6457c9d Client - init Login form 2021-11-03 18:26:47 +01:00
Sam
73915a1750 Client - update app style + add link in nav-bar 2021-11-03 18:26:47 +01:00
Sam
0876373609 Client - add 404 error page 2021-11-03 18:26:47 +01:00
Sam
ef6649a5dc Client - init user state 2021-11-03 18:26:46 +01:00
Sam
146750c155 Client - fix close button position 2021-11-03 18:26:46 +01:00
Sam
1d611138ed Client - fix build 2021-11-03 18:26:46 +01:00
Sam
b01f867d80 Client - add dropdown to select language 2021-11-03 18:26:46 +01:00
Sam
1e77fa68b6 Client - init locales files ('en' and 'fr') 2021-11-03 18:26:46 +01:00
Sam
04f64b750c Client - install vue-i18n 2021-11-03 18:26:46 +01:00
Sam
d795d9bf38 Client - update build config 2021-11-03 18:26:46 +01:00
Sam
40355a0af5 Client - re-arrange style files + fix app-name padding 2021-11-03 18:26:46 +01:00
Sam
ce58cf922e Client - change default font 2021-11-03 18:26:46 +01:00
Sam
799da84bc9 Client - add footer 2021-11-03 18:26:46 +01:00
Sam
fa8656f839 Client - update NavBav style w/ hamburger menu (wip) 2021-11-03 18:26:46 +01:00
Sam
6a168ed05c Client - add ForkAwesome icons 2021-11-03 18:26:45 +01:00
Sam
6ba8ca385e Client - clean vue-cli template files 2021-11-03 18:26:45 +01:00
Sam
5d80039319 Client - update prettier config 2021-11-03 18:26:45 +01:00
Sam
433f6bfd52 Client - add navbar component 2021-11-03 18:26:45 +01:00
Sam
23c4708217 Client - init new frontend version with vue-cli 2021-11-03 18:26:45 +01:00
Sam
6d1de3c3bb Client - rename existing front 2021-11-03 18:26:44 +01:00
Sam
fe0ebc8a9a Client - update some js dependencies and build 2021-11-03 17:25:28 +01:00
Sam
8b516e1ac3 Client - minor style fix on records table 2021-11-03 17:25:28 +01:00
Sam
06510bb205 Client - fix elevation display in chart tooltip 2021-11-03 17:25:28 +01:00
Sam
d0b305ec6f Client - display elevation only on Statistics (not in dashboard) 2021-11-03 17:25:28 +01:00
Sam
8dc7e37ab1 Client - fix workout card style 2021-11-03 17:25:28 +01:00
Sam
4dd5633232 Client - do not diplay elevation for manually added workouts 2021-11-03 17:25:28 +01:00
Sam
1771299068 Client - fix elevation values since API update 2021-11-03 17:25:28 +01:00
Sam
bf93c7f469 Client - update sports color 2021-11-03 17:25:28 +01:00
Sam
69467d8a6b Client - add missing sport images 2021-11-03 17:25:28 +01:00
antoine
660190d368 Add elevation in stats and dashboard and update translations 2021-11-03 17:25:28 +01:00
antoine
e7708b9ece Add new sports with temporary pictures 2021-11-03 17:25:28 +01:00
Sam
8cdb61dc60 Docker - add client with react dev tools 2021-10-17 09:24:43 +02:00
Sam
81567bd11f update js dependencies
except major versions of history, i18next and recharts
2021-10-17 08:58:40 +02:00
Sam
f81f4ef041 bump version to 0.4.9 2021-07-16 20:33:15 +02:00
Sam
ea27078a0d Client - minor fix on notes display 2021-07-14 16:06:07 +02:00
Sam
c82ad37270 Client - fix user birthday update - fix #82 2021-07-14 15:18:27 +02:00
Sam
fdfd828677 Client - display characters limitation on textarea - fix #81 2021-07-14 15:07:03 +02:00
Sam
7cea812d8b Client - fix typo 2021-07-14 15:01:45 +02:00
Sam
d363950479 bump version to 0.4.8 2021-07-03 13:02:23 +02:00
Sam
d1b0ca26bf update js dependencies 2021-06-26 22:17:49 +02:00
Sam
2fd2cd5c16 Client - lint fix after prettier update 2021-05-22 17:25:14 +02:00
Sam
5b49928c84 Client - update JS dependencies 2021-05-22 17:24:35 +02:00
Sam
8f5e6afdfa bump version to 0.4.7 2021-04-07 10:00:16 +02:00
Sam
1ff8744aad Client - fix workouts order on calendar - #75 2021-04-06 15:23:20 +02:00
Sam
76c4faa87b update js dependencies 2021-04-06 14:05:10 +02:00
Sam
681ebe46b9 Client - update JS dependencies 2021-03-14 10:56:20 +01:00
Sam
453d13792a bump version to 0.4.6 2021-02-21 20:11:26 +01:00
Sam
aa1170f1c7 Client - display errors as list only if there is more than 1 message 2021-02-20 17:02:24 +01:00
Sam
fbc40385a0 API & Client - max sizes and max number of files must be greater than 0 - #71 2021-02-20 16:59:40 +01:00
Sam
c4e579dd25 API & Client - archive max size must be greater than files size - #70 2021-02-20 16:13:24 +01:00
Sam
d8acee0c82 bump version to 0.4.5 2021-02-17 17:29:51 +01:00
Sam
d4d09a8f3d Client - update JS dependencies 2021-02-17 14:28:46 +01:00
Sam
549bcea4e8 Client - get workouts in descending order for calendar 2021-02-17 08:45:42 +01:00
Sam
54653ebe67 bump version to 0.4.4 2021-01-31 19:19:47 +01:00
Sam
09eed490f9 Client - update JS dependencies
except recharts
2021-01-31 18:55:55 +01:00
Sam
e90937e01e bump version to 0.4.3 2021-01-10 14:41:04 +01:00
Sam
a793bdc9c5 Client - update js dependencies 2021-01-10 14:35:25 +01:00
Sam
766423409c Client - display message on image upload error - fix #59 2021-01-10 12:15:54 +01:00
Sam
5c04db6c08 Client - replace 'Activity' with 'Workout' - fix #58 2021-01-10 11:39:51 +01:00
Sam
cf38808111 bump version to 0.4.2 2021-01-03 09:40:46 +01:00
Sam
21e79c8883 update CHANGELOG.md
+ bump version to 0.4.1
2020-12-31 11:48:33 +01:00
Sam
2819d55b0e Client - fix map bounds display since MapContainer props are immutable
(linked to react-leaflet update to v3.0+)
2020-12-31 11:18:41 +01:00
Sam
3c6bc54c79 Client - handle activity 'uuid' instead of 'id' - fix #57 2020-12-30 19:58:42 +01:00