Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add title search (TT-1560) #5

Merged
merged 13 commits into from
May 15, 2024
Merged

Conversation

fredrikmonsen
Copy link
Collaborator

Bruker tittelindeks fra bikube til søk. Ruter til ny side vha. tittel-id.

Litt småtjafs:

  • Grunnet en irriterende bug i Autocomplete-komponenten i v2.3.x i NextUI har jeg brukt v2.2.10
  • Følgende måtte jeg legge til allowsEmptyCollection={false} og
    onKeyDown={e => { if ('continuePropagation' in e) { e.continuePropagation(); } }}
    for å unngå error-spam i console

Når buggen er fikset kan vi nok fint oppgradere igjen og fjerne de ekstra propertiene som ble lagt på her.

@fredrikmonsen fredrikmonsen force-pushed the feat/add-page-setup-nextui branch 2 times, most recently from be82538 to 5d62bb1 Compare May 15, 2024 05:20
@fredrikmonsen fredrikmonsen force-pushed the feat/add-page-setup-nextui branch from 5d62bb1 to ae4215d Compare May 15, 2024 08:07
Copy link
Contributor

@MariusLevang MariusLevang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ser bra ut!

@MariusLevang MariusLevang merged commit fbd9626 into main May 15, 2024
6 checks passed
@MariusLevang MariusLevang deleted the feat/add-page-setup-nextui branch May 15, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants