Skip to content

feat: add link page and search func#152

Merged
jplanckeel merged 3 commits intomainfrom
feat/add-link-and-search-func
Mar 23, 2026
Merged

feat: add link page and search func#152
jplanckeel merged 3 commits intomainfrom
feat/add-link-and-search-func

Conversation

@jplanckeel
Copy link
Contributor

Description

  • Add links page
  • Add connection to homer server to sync link
  • Add search feature
  • Add shortcut ctrl+k to search feature.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

- Add Homer dashboard proxy endpoint for importing links
- Implement custom links CRUD operations (create, read, update, delete)
- Create links data store with MongoDB indexes for group and created_at fields
- Add LinkFormDialog and LinksSearch components for UI management
- Implement links API client for frontend communication
- Add Links page with search and filtering capabilities
- Update server configuration to support Homer URL environment variable
- Add dialog and label UI components from shadcn/ui
- Update environment configuration examples with Homer URL setting
- Enhance .gitignore to exclude environment files with potential secrets
- Add baseline-browser-mapping dependency for browser compatibility data
- Add capture phase flag to keydown event listener
- Add capture phase flag to keydown event removal
- Ensures keyboard events are handled in capture phase for proper event propagation
- Add comprehensive LINKS.md documentation covering manual link management, Homer integration setup, and quick search functionality
- Update deployment.yaml to support HOMER_URL environment variable for Homer dashboard integration
- Add homer.url configuration option to Helm values.yaml with documentation
- Update Links.tsx empty state to link to documentation instead of plain text reference
- Enables users to import links from existing Homer dashboards and provides clear setup instructions for both development and production environments
@jplanckeel jplanckeel self-assigned this Mar 23, 2026
@github-actions github-actions bot added the feat label Mar 23, 2026
@jplanckeel jplanckeel merged commit c5af3be into main Mar 23, 2026
5 checks passed
@jplanckeel jplanckeel deleted the feat/add-link-and-search-func branch March 23, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant