03f6c58482
fix: remove test route
2024-05-19 23:37:33 +02:00
34e54fa4af
fix: dont create entry executions if entry is only postponed
2024-05-18 01:33:18 +02:00
a4eebb944f
fix: avoid global state, use context for savedFilters
Visitenbuch CI / test (push) Successful in 2m38s
Visitenbuch CI / release (push) Has been skipped
2024-05-16 17:29:22 +02:00
d5e9a9469f
fix: use btn-id class for all tables
2024-05-14 22:51:20 +02:00
04d9883c96
feat: make page printable
Visitenbuch CI / test (push) Failing after 4m26s
Visitenbuch CI / release (push) Has been skipped
2024-05-14 02:13:44 +02:00
8d9b75c5fd
feat: add E2E testing
2024-05-14 00:40:10 +02:00
8316d4078c
feat: logout user from OIDC provider
Visitenbuch CI / test (push) Failing after 36s
Visitenbuch CI / release (push) Has been skipped
2024-05-13 04:17:48 +02:00
829c73a50f
fix: add tooltips to icon buttons
2024-05-12 15:13:31 +02:00
25a60d5d61
feat: add group by station
2024-05-12 15:03:54 +02:00
50861a804b
add icon
2024-05-12 14:46:18 +02:00
b2a188831f
feat: improve date selector (allow for manual range input, add day/week arrows on visit view)
2024-05-12 04:05:48 +02:00
29d092aaac
refactor: SchemaNewExecution definition
2024-05-11 03:07:23 +02:00
2a7aa618d9
feat: add multi-column sort
2024-05-10 15:20:04 +02:00
f630ee08b8
feat: create executions without marking entry as done ('notes')
2024-05-10 13:51:55 +02:00
5230ee375c
feat: add about page, licenses
2024-05-07 00:39:38 +02:00
e6302f380b
refactor: added return types
2024-05-06 22:43:45 +02:00
2cb8dce51a
feat: hide rooms/stations/categories
2024-05-06 22:14:54 +02:00
f36ae71d32
feat: use global store for saved filters, add default filters
2024-05-06 15:24:49 +02:00
21f145f5f0
feat: improve week selector, select all TODO items by default
2024-05-05 19:50:05 +02:00
80c6243e2b
feat: add toast error messages
2024-05-05 19:10:46 +02:00
8630b6a32d
fix: light/dark theme
2024-05-05 16:47:18 +02:00
efb0e24612
fix: date timezone issue, refactor utils
2024-05-05 00:40:10 +02:00
a6f45e32ed
feat: visit: add default query params
2024-05-03 04:12:12 +02:00
9d64d40127
feat: add visit view
2024-05-03 03:44:41 +02:00
66a584f7e5
feat: add nTodo count to start page
2024-05-02 04:24:43 +02:00
52d50e75ce
feat: add date range filter
2024-05-01 00:39:12 +02:00
152824f6c0
feat: add filter saving
2024-04-29 13:20:31 +02:00
1c4d04c973
feat: add carta markdown editor
2024-04-25 03:28:50 +02:00
d7f7b1f539
feat: add station editor
2024-04-24 01:48:38 +02:00
e7b6ec0f53
feat: add room/category editors
2024-04-23 23:59:22 +02:00
54b780161e
WIP: add room/category editors
2024-04-22 14:21:23 +02:00
e1a682747f
fix: use qs for URL query strings
2024-04-21 18:03:30 +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
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
a430f55b2e
fix: auth.js in release mode
2024-02-28 15:14:42 +01:00
f79882ebf9
feat: add priority tag to entry view
2024-02-27 20:39:31 +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
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
d2ada56484
chore: migrate superforms to v2
2024-02-18 17:41:16 +01:00