Commit graph

27 commits

Author SHA1 Message Date
d86e5ae002 minimized use of null, made Page.tsx functional component, removed unused import from NotFound.tsx, and moved HelmetProvider to index.tsx 2021-12-15 10:14:19 +09:00
44c17577d1 bumped package versions 2021-12-14 10:31:46 +09:00
1d6f470a5e simplified code, removed wrapper component, and tweaked clear date reset button 2021-09-29 12:51:03 +09:00
a5c8bd5169 switch between result and results depending on the number of search results 2021-09-08 10:49:01 +09:00
c6c0269825 fixed empty qurey in url 2021-09-04 14:24:17 +09:00
422b6cb776 added results counter and added tag filter 2021-09-04 14:04:06 +09:00
9e186e7755 added dropdown tag selector 2021-09-03 16:32:04 +09:00
ace56997f4 moved clear tags button 2021-09-01 16:44:25 +09:00
f91d91e7fb added clear tags button 2021-09-01 16:40:20 +09:00
0af1c625d4 search on page load 2021-09-01 16:38:33 +09:00
02234fcf22 implemented search on type feature 2021-09-01 16:27:36 +09:00
1a4a674cf6 fixed tags automatically adding on enter press 2021-09-01 14:38:19 +09:00
a5d9c1e11f fixed uncentered search bar 2021-08-17 09:21:52 +09:00
3fb53fc4f4 removed all implicit any 2021-08-16 23:19:11 +09:00
3bd4f2d4c8 improved query string handling 2021-08-10 09:39:41 +09:00
4bd425061b improved search bar styling 2021-08-10 08:57:42 +09:00
3841aabcbb added form logic and aligned search items from top 2021-08-10 08:14:45 +09:00
2c2f586420 fixed search not working on first click 2021-08-10 07:21:29 +09:00
9f9f113a0e fixed date range not updating on clear button pressed 2021-08-09 22:55:36 +09:00
493e43b38b added query string to url and fixed test and clear buttons 2021-08-09 22:45:03 +09:00
1fdd5dcc0c changed input bar size, better query string conversion, and moved search button location 2021-08-09 17:17:02 +09:00
a200a71abc put search bar on top for mobile 2021-08-09 11:53:46 +09:00
a07cc664c9 moved meta tags and implemented date range feature 2021-08-04 17:05:32 +09:00
f731826368 - implemented basic search feature
- added tag list comonent to replace tables
2021-08-03 12:49:33 +09:00
4bccb7f883 worked on preparing search query 2021-07-31 22:36:59 +09:00
2d5582fda2 added tags, changed data structure, separated unsearchable posts from regular posts 2021-07-30 15:15:10 +09:00
fb0d5a3e26 changed Explore to Search and added date picker 2021-06-27 14:36:07 +09:00