Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
c76c129
Initial plan
Copilot Feb 4, 2026
484d820
Add search functionality to clusters page for searching within tabs
Copilot Feb 4, 2026
5abda06
Fix code review issues: improve regex handling and DOM manipulation
Copilot Feb 4, 2026
aa56347
Merge branch 'master' into copilot/make-cluster-page-searchable
LukasWallrich Feb 4, 2026
b8d34ac
Merge branch 'master' into copilot/make-cluster-page-searchable
richarddushime Feb 4, 2026
92ddf19
Merge branch 'master' into copilot/make-cluster-page-searchable
richarddushime Feb 4, 2026
5ae7239
Merge branch 'master' into copilot/make-cluster-page-searchable
richarddushime Feb 4, 2026
e60ba8f
Merge branch 'master' into copilot/make-cluster-page-searchable
richarddushime Feb 10, 2026
501c231
Merge branch 'master' into copilot/make-cluster-page-searchable
LukasWallrich Feb 18, 2026
1066ec6
Redesign cluster search as collapsible sidebar (#650)
Copilot Feb 18, 2026
ca3c28e
Merge branch 'master' into copilot/make-cluster-page-searchable
LukasWallrich Feb 18, 2026
d83b077
Merge branch 'master' into copilot/make-cluster-page-searchable
LukasWallrich Feb 18, 2026
1d0a2a9
[WIP] Fix search function layout on cluster page (#654)
Copilot Feb 18, 2026
f45d039
fix: improve clusters search panel UX
richarddushime Feb 18, 2026
365b64c
Merge branch 'master' into copilot/make-cluster-page-searchable
LukasWallrich Mar 18, 2026
09813fd
Improve cluster search: searchable titles and scroll to match
LukasWallrich Mar 18, 2026
62bd0b3
Per-paragraph results, live search, fix cluster title display
LukasWallrich Mar 18, 2026
e99613a
Merge branch 'master' into copilot/make-cluster-page-searchable
richarddushime Mar 19, 2026
d217c65
Merge branch 'master' into copilot/make-cluster-page-searchable
richarddushime Mar 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions layouts/partials/custom_js.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{{/* Custom JavaScript for FORRT site */}}

{{/* Include clusters search functionality on clusters page */}}
{{ if eq .RelPermalink "/clusters/" }}
<script src="{{ "js/clusters-search.js" | relURL }}"></script>
{{ end }}
Loading
Loading