feat: keyword search draft #131

Merged
brugeman merged 4 commits from main into search 2023-01-25 12:23:54 +00:00
brugeman commented 2023-01-24 12:59:21 +00:00 (Migrated from github.com)

My first react code, so be prepared.
It doesn't update the search input text (not sure how to do that), and I had to hard-code my relay as the 'search relay'. When the NIP is approved and some other relays implement this it could be generalized. Or maybe if not many relays support it then we could add a 'search relays' setting to let people have control.

My first react code, so be prepared. It doesn't update the search input text (not sure how to do that), and I had to hard-code my relay as the 'search relay'. When the NIP is approved and some other relays implement this it could be generalized. Or maybe if not many relays support it then we could add a 'search relays' setting to let people have control.
v0l commented 2023-01-25 10:29:53 +00:00 (Migrated from github.com)

Hey thanks for the PR, actually looks fine, can you delete the package-lock file? We dont use NPM we use yarn

You can install deps with yarn install

Hey thanks for the PR, actually looks fine, can you delete the `package-lock` file? We dont use NPM we use yarn You can install deps with `yarn install`
brugeman commented 2023-01-25 12:09:18 +00:00 (Migrated from github.com)

Hey thanks for the PR, actually looks fine, can you delete the package-lock file? We dont use NPM we use yarn

You can install deps with yarn install

Done.

> Hey thanks for the PR, actually looks fine, can you delete the `package-lock` file? We dont use NPM we use yarn > > You can install deps with `yarn install` Done.
v0l (Migrated from github.com) approved these changes 2023-01-25 12:23:49 +00:00
Sign in to join this conversation.
No description provided.