Commit Graph

95 Commits

Author SHA1 Message Date
Pim Snel
fc7ce014b0 don't upload result 2024-03-23 16:26:40 +01:00
Pim Snel
917c363d66 more cleanups 2024-03-23 16:25:03 +01:00
Pim Snel
f3fe283045 remove old parser 2024-03-23 16:17:59 +01:00
Pim Snel
97248ec40b enable extra hmrelease 2024-03-23 16:11:55 +01:00
Pim Snel
147ef00116 workflow finetuning 2024-03-23 16:02:16 +01:00
Pim Snel
787eba61f0 working version of new options 2024-03-23 14:41:18 +01:00
Pim Snel
00dcc93752 Merge branch 'main' into nativeOptionsParse 2024-03-03 17:06:05 +01:00
Pim Snel
23d0db4143 wip native options p[arse 2024-02-21 09:54:45 +01:00
Pim Snel
9c09416493
Merge pull request #32 from arminius-smh/fix-query-param
Fix null query parameter
2024-02-12 13:13:18 +00:00
arminius-smh
3d4bd890ee
fix null query parameter 2024-02-12 02:25:37 +01:00
Pim Snel
ce91dd6881 changelog and readme updates 2024-02-11 16:50:03 +01:00
Pim Snel
df70c51c45 improve focus and hover style 2024-02-11 16:41:13 +01:00
Pim Snel
a701c52455
Merge pull request #23 from hallundbaek/22-search-results-ordering
Sort results based on term appearance in result
2024-02-11 15:16:18 +00:00
Pim Snel
f2e3000f95
Merge pull request #24 from hallundbaek/enable-result-tabbing
Add keyboard navigation
2024-02-11 15:08:34 +00:00
Pim Snel
d38a185ed2
Merge pull request #30 from arminius-smh/fix-deployment
Fix Deployment
2024-02-11 15:01:53 +00:00
Pim Snel
1fef7bb365
Merge pull request #25 from hallundbaek/add-search-autofocus
add autofocus to search input field
2024-02-11 14:57:22 +00:00
arminius-smh
f124cbe76e
fix deployment 2024-02-11 15:25:23 +01:00
Pim Snel
ddfd418891
Merge pull request #29 from ginkogruen/typo-fixing
Fixing two tiny typos
2024-02-11 12:04:13 +00:00
ginkogruen
0027d9bea6 Fixed whitespace error 2024-02-10 20:08:41 +01:00
ginkogruen
23795201cf Fixed typo 2024-02-10 20:05:52 +01:00
Tobias H. Petersen
81e8bf007e remove superfluous space 2023-12-16 18:26:23 +01:00
Tobias H. Petersen
033c156f18 add autofocus to search input field 2023-12-16 18:24:35 +01:00
Tobias H. Petersen
ea5b42d995 add tabindex to search results enabling selection through tab + enable opening selected result using return 2023-12-16 17:44:15 +01:00
Tobias H. Petersen
f97949ad14 sort resuts based on term appearance in results 2023-12-16 17:03:50 +01:00
Pim Snel
3ff0382a99 version bump 2023-12-12 23:51:55 +01:00
Pim Snel
2fd659f1dc forcecache-update 2023-12-12 23:44:41 +01:00
Pim Snel
8aac0539ca update changelog 2023-12-12 23:40:10 +01:00
Pim Snel
ae25357db7 add dark mode 2023-12-12 23:35:33 +01:00
Pim Snel
6996d92269 fix #18 2023-12-12 23:34:56 +01:00
Pim Snel
74059b1081
Update index.html 2023-11-02 12:03:02 +01:00
Pim Snel
52e2c7f125
Update index.html 2023-11-02 11:47:20 +01:00
Pim Snel
7b7a5f5438
Create FUNDING.yml 2023-10-24 22:12:54 +02:00
Pim Snel
3619ebf97f
Merge pull request #14 from fnune/add-debounce-input
Add a 100ms debounce to the search input
2023-10-17 11:48:11 +02:00
Fausto Núñez Alberro
1ed5be475e
Add a 100ms debounce to the search input 2023-10-14 21:25:17 +02:00
Pim Snel
52ec28f40e more phone optimization 2 2023-10-09 23:47:37 +02:00
Pim Snel
305169eb42 more phone optimization 2023-10-09 23:30:23 +02:00
Pim Snel
32fb39bf99 new logo 2023-10-09 23:25:53 +02:00
Pim Snel
9ccdb40ff7 optimize for phones 2023-10-09 23:24:55 +02:00
Pim Snel
1141538607 Merge branch 'main' of github.com:mipmip/home-manager-option-search 2023-10-09 22:39:19 +02:00
Pim Snel
358bcf8430
Merge pull request #13 from akonradi/main
Add OpenSearch description
2023-09-04 22:08:04 +02:00
Alex Konradi
46da15ec36 Add OpenSearch description
This makes it possible to add the site as a search engine in Firefox and other
browsers that support the OpenSearch description format [1].

Fixes #12

1: https://github.com/dewitt/opensearch
2023-09-04 11:55:37 -04:00
Pim Snel
59c3a759aa disable workflow for PRs 2023-06-06 11:49:54 +02:00
Pim Snel
065337f4c3
Merge pull request #9 from PrimaMateria/feature/search-query-url-param
search query url param
2023-06-06 11:43:43 +02:00
Pim Snel
5180bcd4e7
Merge pull request #6 from mk3z/main
Add padding to the bottom of the list container
2023-06-06 11:43:25 +02:00
matus.benko
f0625106ba search query url param
On search it reads the search input value, sets the param, and searches.
On doc load it reads the param, sets the search input value, and searches.
Removed searchEnter, as I didn't find any usage of it.
2023-06-06 00:20:31 +02:00
Matias Zwinger
2c611da1c7
Add padding to the bottom of the list container
Previously the last list item was partially obstructed by the footer
2023-02-08 18:38:11 +02:00
Pim Snel
aac39bc1c1 fix header buttons right 2023-01-22 18:32:25 +01:00
Pim Snel
add1fcb956 fix header buttons right 2023-01-22 18:31:23 +01:00
Pim Snel
83135fbfd5 fix logo link 2023-01-22 15:14:39 +01:00
Pim Snel
86395a45d7 fix logo link 2023-01-22 15:14:25 +01:00