|
25ac84e5fd
|
Formatting
ref #69
|
2021-02-18 17:45:27 +01:00 |
|
|
c0534a3b06
|
Initial component sort/cleanup
ref #68
|
2021-02-18 16:51:15 +01:00 |
|
|
6f4f4ccb16
|
✨ ContactDetail route
ref #50
|
2021-02-15 17:45:41 +01:00 |
|
|
054c7faaac
|
✨ basic Contact components
ref #50
|
2021-02-13 19:26:38 +01:00 |
|
|
7b7e484091
|
🧹 formatting
|
2021-02-07 13:25:39 +01:00 |
|
|
b18a99e4df
|
✨ added basic UI for ResetPassword
ref #43
|
2021-02-07 12:51:21 +01:00 |
|
|
5741cbe756
|
added Privacy page
ref #46
|
2021-01-29 19:02:53 +01:00 |
|
|
bbec9ffcdf
|
added Imprint route /imprint
ref #46
|
2021-01-29 17:58:22 +01:00 |
|
|
cbc1d53cc2
|
🐞 fixed merge conflict errors
continuous-integration/drone/push Build is passing
ref #13 #12
|
2021-01-26 18:25:30 +01:00 |
|
|
473cf978b4
|
Merge branch 'dev' into feature/12-user-management
# Conflicts:
# src/components/UserDetail.svelte
|
2021-01-24 21:50:38 +01:00 |
|
|
a284806d3c
|
⚡ re-enable PWA functionality via serviceworker
ref #37
|
2021-01-17 19:15:22 +01:00 |
|
|
9c6dc5b424
|
basic UserPermissions view
ref #12
|
2021-01-16 20:33:34 +01:00 |
|
|
ccf09f97d5
|
✨ TeamDetail with edit,delete
ref #14
|
2021-01-15 22:01:43 +01:00 |
|
|
157c7c66b5
|
🧹 general component cleanup
continuous-integration/drone/push Build was killed
|
2021-01-15 20:14:54 +01:00 |
|
|
0fa107a75b
|
[tmp] - disable serviceworker
|
2021-01-14 18:25:01 +01:00 |
|
|
c7679b7a67
|
[tmp] - disable darkmode + re-enable sw
|
2021-01-11 21:17:05 +01:00 |
|
|
8f25a874cb
|
move serviceworker registration to separate module
continuous-integration/drone/push Build is passing
|
2021-01-10 11:42:30 +01:00 |
|
|
9684c22da3
|
simplified css classes for cleanliness
|
2021-01-09 17:15:52 +01:00 |
|
|
59d5ad5bd3
|
logic cleanup 🧠
continuous-integration/drone/push Build is passing
ref #12
|
2021-01-09 16:06:03 +01:00 |
|
|
3c4a10944e
|
added routing to UserDetail page
ref #12
|
2021-01-09 12:46:21 +01:00 |
|
|
b107f5de95
|
move OpenAPI config to App component rather than Login
|
2021-01-08 17:31:37 +01:00 |
|
|
bc66ebbf0a
|
⚡ PWA optimizations
continuous-integration/drone/push Build is passing
this supports asset caching + proper handling of the /env.js file (might have lead to config errors in previous versions)
|
2021-01-07 18:16:36 +01:00 |
|
|
6915123973
|
re-enable Tailwind compile with postcss
|
2021-01-07 14:16:03 +01:00 |
|
|
34ecb8b2fb
|
move toastify css to app base
ref #11
|
2021-01-05 21:38:47 +01:00 |
|
|
5b15141ecc
|
general cleanups
continuous-integration/drone/push Build is passing
|
2021-01-04 19:39:57 +01:00 |
|
|
3a702aa91e
|
🎨 OrgDetail style fix
continuous-integration/drone/push Build is passing
|
2021-01-04 18:24:35 +01:00 |
|
|
3f961dd3bd
|
general page cleanups
let's go, devspeed 🚀
|
2021-01-03 18:14:31 +01:00 |
|
|
728dd40f16
|
add Tracks route to app
ref #23
|
2021-01-03 13:44:45 +01:00 |
|
|
f3f318fd01
|
TracksOverview route
|
2021-01-03 13:44:22 +01:00 |
|
|
05306c75a5
|
Footer component cleanup
|
2021-01-03 12:22:15 +01:00 |
|
|
0e5fbb8835
|
general UI cleanup
ref #23
|
2021-01-03 00:58:39 +01:00 |
|
|
b9410dc5f1
|
small bugfix
ref #23
|
2021-01-02 22:32:26 +01:00 |
|
|
3396d17358
|
hash based routing in env file
ref #23
|
2021-01-02 22:23:32 +01:00 |
|
|
a50ea15b38
|
🚚 move to tinro svelte router
ref #23
|
2021-01-02 22:23:13 +01:00 |
|
|
1473267e8c
|
[tmp] - move to cdn usage
for dev server compilation/ faster startup times
|
2021-01-02 22:16:54 +01:00 |
|
|
13ccb56354
|
💾 login state preserve (localstorage) + ℹ JWT payload parsing
ref #8
|
2020-12-30 19:55:57 +01:00 |
|
|
45cd532c1a
|
improved About page + route
ref #5
|
2020-12-30 18:16:42 +01:00 |
|
|
428d2e2579
|
general cleanups
ref #5
|
2020-12-30 12:35:07 +01:00 |
|
|
13b6b32041
|
basic service worker registration via workbox
ref #7
|
2020-12-23 19:10:50 +01:00 |
|
|
663e41abec
|
basic move to snowpack
close #3
|
2020-12-22 19:53:54 +01:00 |
|
|
7f340f2c7b
|
tailwind config
close #2
|
2020-12-22 19:52:45 +01:00 |
|
|
98bc810e51
|
PwReset view
|
2020-12-19 19:00:54 +01:00 |
|
|
b4d13701a7
|
first working router 🎉
|
2020-12-19 18:27:48 +01:00 |
|
|
4633a9b3ae
|
i18n fix + more pages
|
2020-12-19 16:09:22 +01:00 |
|
|
8ff1c55ba4
|
tmp
|
2020-12-19 15:38:43 +01:00 |
|
|
d5805229b3
|
Profile page
|
2020-12-19 15:09:46 +01:00 |
|
|
35d379d843
|
first language support
|
2020-12-18 21:01:02 +01:00 |
|
|
2c77450884
|
🌎 first i18n support
|
2020-12-18 20:51:21 +01:00 |
|
|
32357ece0a
|
init
|
2020-12-18 19:47:58 +01:00 |
|
|
4bb3bae4e6
|
initial commit
|
2020-12-18 17:17:16 +01:00 |
|