Commit Graph

28 Commits

Author SHA1 Message Date
J-Klinke
20eda5931a started implementing local storage 2024-07-02 17:41:48 +02:00
J-Klinke
1174f03d42 added paging functionality 2024-07-01 15:50:57 +02:00
J-Klinke
3aa87d531b started initial page display 2024-07-01 12:22:56 +02:00
J-Klinke
e5a4b1186e finished centralization of query creation.
DatasetController.java: changed mapping for simplification
index.html: Changed option text also for simplification
main.js: replaced dedicated query methods for search, sort & filter with a central one, also refactored the url parameter generation process.

Also removed resolved TODOs and added comments
2024-07-01 12:05:21 +02:00
J-Klinke
d9707a25df implemented fetching categories from backend 2024-07-01 10:21:43 +02:00
J-Klinke
4e645903e3 main page states (search & initial) are now working 2024-06-30 11:55:20 +02:00
J-Klinke
e9e825eb42 added sorting by date
refined main.js/vote()
2024-06-25 13:30:38 +02:00
J-Klinke
d96da1b1e7 search nw displays the search results.
other section are being hidden in the case of a search and vice versa.
a 'nothing found' div was implemented
2024-06-24 17:03:47 +02:00
J-Klinke
85213b25da changed filter presets 2024-06-21 11:12:42 +02:00
J-Klinke
cd7bfc0370 added todos 2024-06-21 11:07:49 +02:00
Julian Klinke
aa472e9ee5 Merge branch 'main' into 'implement-js'
# Conflicts:
#   src/main/resources/templates/index.html
2024-06-20 15:59:55 +02:00
J-Klinke
11cd870fde resolved merge conflict 2024-06-20 15:59:03 +02:00
J-Klinke
180770f28e refined search
minor bugfixes in other functionalities
2024-06-20 15:54:01 +02:00
J-Klinke
65d9e8ea1f main.js mostly done,
started implmenting contentUtility.js
added sort options to index.html
2024-06-20 15:07:00 +02:00
J-Klinke
d5fd98a066 main.js further implemented 2024-06-18 16:38:09 +02:00
J-Klinke
cddfdf546a js skeleton implemented 2024-06-18 15:57:08 +02:00
Elias Schriefer
00a1f4f12c Fix button styling for 'add' page 2024-06-18 15:40:39 +02:00
J-Klinke
3e131c49ae minor changes 2024-06-18 15:09:40 +02:00
J-Klinke
d5889341e6 proper add button implementation 2024-06-18 11:43:14 +02:00
J-Klinke
1fe7a2ca29 changed css path to be correct 2024-06-17 15:49:50 +02:00
J-Klinke
b721973d05 implemented sort-by,
implemented divider,
fixed class/id in css
2024-06-17 15:42:20 +02:00
J-Klinke
5a682e1800 basic implementation of add button 2024-06-17 15:11:16 +02:00
J-Klinke
b3f5c43a94 Merge remote-tracking branch 'origin/frontend-searchbar' into frontend-searchbar 2024-06-14 16:53:59 +02:00
J-Klinke
148035ed0d improved toolbar,
implemented filter
2024-06-14 16:51:55 +02:00
Elias Schriefer
e41e9f022b Add search results section 2024-06-14 16:07:48 +02:00
J-Klinke
9431c2bb71 added searchbar 2024-06-14 15:30:50 +02:00
J-Klinke
af68a840d3 added div 2024-06-14 14:13:24 +02:00
3f7ab20b60 chore: move templates into right location 2024-06-14 14:12:12 +02:00