Commit graph

178 commits

Author SHA1 Message Date
ed972b68b3
chore: update dependencies 2024-04-18 20:40:55 +02:00
28c9a34794
chore: update authjs 2024-04-18 20:33:36 +02:00
362829d173
style: migrate to stylistic-eslint 2024-04-06 02:24:23 +02:00
e8e93a82ae
style: reformatted with ESLint 2024-04-06 01:05:01 +02:00
9a6b8094da
fix: add generic item type to Autocomplete 2024-04-05 00:35:07 +02:00
9b7e6fdbd4
fix: fetch Autocomplete items on select
doc: add some documentation to Autocomplete
2024-04-04 17:52:43 +02:00
c459450abc
fix: cannot create execution 2024-04-04 17:13:53 +02:00
96e55c52a5
chore: update dependencies 2024-04-04 17:06:47 +02:00
b9b8f55c28
fix: search/filter error with slash/backslash/escaped quote in query 2024-03-18 03:08:17 +01:00
5afc7da40d
fix: search/filter error with slash/backslash/escaped quote in query
now replacing ^ -> ^^, / with ^1 and \ with ^2
2024-03-18 02:08:49 +01:00
02ffd4a013
feat: add execution editor 2024-03-05 02:07:03 +01:00
16cd49456c
feat: add entry version editor 2024-03-05 01:31:21 +01:00
80c8371253
feat: create entry execution 2024-03-04 17:25:01 +01:00
9e7aa15ced
feat: add human date display 2024-03-01 17:26:57 +01:00
4501e65837
feat: improve entry page layout, add entry executions page 2024-03-01 13:31:02 +01:00
22b74987e5
chore: update dependencies 2024-02-28 15:17:04 +01:00
a430f55b2e
fix: auth.js in release mode 2024-02-28 15:14:42 +01:00
2b6b3338d7
fix: add natural collation to room/station names 2024-02-28 00:47:58 +01:00
f79882ebf9
feat: add priority tag to entry view 2024-02-27 20:39:31 +01:00
3f0eba7a22
fix: show category fields in correct color 2024-02-27 20:16:38 +01:00
e60a5b0162
add entry history view 2024-02-26 16:18:57 +01:00
39973c0a83
feat: add entry history display 2024-02-21 13:55:39 +01:00
0a7aaed60d
fix: add punycode library to fix deprecation warning 2024-02-19 17:27:16 +01:00
d9167dcd47
feat: add entry creation 2024-02-19 16:52:58 +01:00
4c14233a7f
fix: wrong login redirect URLs
The included signIn and signOut actions from authjs-sveltekit used the HTTPS protocol even if the website does not use it.
I have rewritten these functions myself.
2024-02-19 01:12:31 +01:00
23b74b7d91
fix: prevent redirect loop on failed login 2024-02-18 18:57:34 +01:00
d2ada56484
chore: migrate superforms to v2 2024-02-18 17:41:16 +01:00
e68681129f
chore: update authjs 2024-02-18 01:15:49 +01:00
f0b401c216
chore: update dependencies 2024-02-17 23:06:37 +01:00
97cdfe4d88
feat: add new entry form 2024-02-17 00:17:44 +01:00
12dbf7227b
fix: replace single quotes in ts query string, add ts index 2024-02-15 14:03:55 +01:00
39b97c6042
feat: add hide/delete buttons 2024-02-13 00:34:10 +01:00
881dc583e3
fix: remove client-side table loading 2024-02-11 02:51:42 +01:00
dee579ab46
fix: filter bar height
feat: add filter button to patients table
2024-02-11 02:45:38 +01:00
5f396ccaf2
fix: stuck loading animation, base URL for table fields 2024-02-11 01:58:44 +01:00
a4e48a2aa8
fix: show patients without room 2024-02-11 01:41:10 +01:00
44e99568dc
feat: use superforms for patient form 2024-02-11 01:30:30 +01:00
2ce1b26a0b
fix: Finally fixed erratic filter navigation behavior 2024-02-10 22:58:11 +01:00
a4ae64dd79
feat: add patient creation form, patient search bar 2024-02-10 22:29:48 +01:00
41d098cc90
feat: add patient edit form 2024-02-09 17:32:41 +01:00
b59b0138ff
feat: add patient page 2024-02-08 18:22:21 +01:00
372b7d6948
fix: improve login/logout
Allow login/logout to work without Javascript
2024-02-07 11:52:27 +01:00
d11b495155
feat: completed TRPC routes 2024-02-05 18:02:17 +01:00
622c8fdd39
fix: use DATE type for entry date field 2024-02-04 22:20:48 +01:00
6589af741b
feat: loading bar, better error messages 2024-02-04 20:32:54 +01:00
f5239c787c
feat: add patients table, entry view 2024-02-01 12:38:26 +01:00
c7ea0aa8db
feat: use url path parameter for filters 2024-01-31 18:04:40 +01:00
b21c1db887
feat: add filtering by click on fields 2024-01-31 13:23:21 +01:00
00c398ebe6
feat: add sorting 2024-01-31 02:13:26 +01:00
df01725d23
refactored filter definition, add new toggle type 2024-01-31 01:02:51 +01:00