Commit graph

55 commits

Author SHA1 Message Date
Shy
15d914fae3 Enhance visibility of marker
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m20s
2024-05-07 22:23:47 +02:00
Shy
bf182251ec Yellow outline around search input 2024-05-07 22:23:47 +02:00
Shy
0c1a280a19 More beautiful #mapnote 2024-05-07 22:23:47 +02:00
Shy
d98342bd02 Fixed colors for #mapnote 2024-05-07 22:23:47 +02:00
ebf06fa163 Merge pull request 'Added buttons for known types.' (#5) from type-buttons into main
All checks were successful
deployment / deployment (push) Successful in 18s
Reviewed-on: #5
2024-05-07 20:31:08 +02:00
Shy
c9cda14f38 Fix indentation and use const where preferable
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m17s
2024-05-06 14:42:21 +02:00
Shy
9f95e704b9 Added buttons for known types.
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 2m34s
2024-05-04 18:28:09 +02:00
b9e87f09d5 Merge pull request 'Add drop shadow to map' (#4) from change-color-of-buttons into main
All checks were successful
deployment / deployment (push) Successful in 1m29s
Reviewed-on: #4
2024-05-02 20:50:07 +02:00
Shy
5b5728f7e2 Add drop shadow to map
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 53s
2024-05-01 17:17:35 +02:00
457af44a79 Merge pull request 'Changes colors slightly' (#3) from change-color-of-buttons into main
All checks were successful
deployment / deployment (push) Successful in 22s
Reviewed-on: #3
2024-05-01 01:10:05 +02:00
9935c0562b Changes colors slightly
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 55s
2024-05-01 01:08:43 +02:00
7b51b3414d Merge pull request 'Change button names' (#2) from change-color-of-buttons into main
All checks were successful
deployment / deployment (push) Successful in 19s
Reviewed-on: #2
2024-05-01 00:18:23 +02:00
a6e363220a Fixes wrong active button color and use primary color
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 48s
2024-05-01 00:04:37 +02:00
Shy
299a2f5914 Modified button colors
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 47s
2024-04-30 21:45:01 +02:00
b6a0d22674 Change button names
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 48s
2024-04-30 21:22:07 +02:00
b41f74bf7b Fix gitignore
All checks were successful
deployment / deployment (push) Successful in 18s
Goal is to not have the contents of /data/ inside the git workflow
2024-04-30 20:19:15 +02:00
c25188611e Adds actions workflow for pull-requests 2024-04-30 20:18:37 +02:00
2ec7600fa4 Merge pull request 'Updated map und grid' (#1) from shy/in-c4:c4-design into main
All checks were successful
deployment / deployment (push) Successful in 18s
Reviewed-on: #1
2024-04-30 19:54:18 +02:00
Shy
2aae5dd441 Include C4 style sheet 2024-04-30 18:18:56 +02:00
Shy
f91b83d3ca C4 inspired stylesheet 2024-04-30 18:18:11 +02:00
Shy
6cdeb1a3da Updated map und grid 2024-04-30 16:27:00 +02:00
0bc3cac6f5 Puts database into a subfolder
All checks were successful
deployment / deployment (push) Successful in 17s
2024-04-30 02:14:18 +02:00
277b2aec57 Add Dockerfile build action
All checks were successful
deployment / deployment (push) Successful in 1m50s
2024-04-30 02:05:36 +02:00
111a0f6e45 Changes map and update coordinate grid to c4 map 2024-04-30 01:56:38 +02:00
jomo
703a210f1e use BASE var in bulk_create output 2024-02-01 02:03:02 +01:00
jomo
ec64e81829 add contrib/ to .dockerignore 2024-02-01 01:48:51 +01:00
clonejo
8f5a82fb41 add client-side python script to create items in bulk 2024-02-01 01:46:22 +01:00
jomo
ea0538f90c ignore all dotfiles in .dockerignore 2024-02-01 01:42:00 +01:00
jomo
2b7342b902 update openapi docs for PUT request 2024-02-01 01:04:49 +01:00
jomo
6d01523d8d update python version and modules 2024-02-01 01:04:20 +01:00
jomo
621db6ad2c use current month for last_updated value 2024-02-01 00:03:33 +01:00
jomo
f1384b72f2 orm_mode has been renamed to from_attributes 2024-02-01 00:01:55 +01:00
jomo
f3658a76ff format database.py using black 2024-02-01 00:01:22 +01:00
clonejo
1bf4eb801f Add last_updated field to be able to track outdated information / lost items 2024-01-14 20:24:14 +01:00
clonejo
99df802a40 make return value of crud.put_item easier to understand 2024-01-14 20:24:14 +01:00
clonejo
eba9b410c6 autoformat by black+isort 2024-01-14 20:24:14 +01:00
jomo
5643dbe030 Add LICENSE 2022-10-07 22:58:21 +00:00
jomo
2827260f90 update and improve map, compress svg 2022-08-11 05:51:20 +02:00
jomo
07c06b6dca sort by ID only 2022-08-11 03:40:26 +02:00
jomo
6b7c741658 fetch items from server before locally checking available IDs 2022-08-11 02:52:00 +02:00
jomo
ade2219469 allow using "?" in ID as a placeholder for next available number 2022-08-11 02:51:11 +02:00
jomo
196269aa38 fix sorting by type, id (natural) 2022-08-11 02:49:22 +02:00
jomo
160c12561c fix bug in sorting when item type is null 2022-08-06 02:43:27 +02:00
jomo
93d6063c52 fix natural sorting 2022-08-06 02:38:47 +02:00
jomo
c2133771eb URL encode item ID in edit link 2022-08-06 01:12:47 +02:00
jomo
c5613e96b7 improve map 2022-08-06 01:09:58 +02:00
jomo
1b64cdd747 fix filtered and "hidden" items showing up when showhidden is set 2022-08-05 22:10:30 +02:00
jomo
c763cdb23f show known types in form 2022-08-05 22:10:30 +02:00
jomo
8e19a1dbad display items on map, switch to grid layout
closes #2
2022-08-05 22:10:30 +02:00
jomo
fda7352e22 set html viewport 2022-08-05 21:59:58 +02:00