diff --git a/ui/noogle/index.html b/ui/noogle/index.html index 7890890..4d907db 100644 --- a/ui/noogle/index.html +++ b/ui/noogle/index.html @@ -1,14 +1,14 @@ - + - - + + Nostr decentralized search and other stuff - - - -
- - + + + +
+ + diff --git a/ui/noogle/jsconfig.json b/ui/noogle/jsconfig.json index 5a1f2d2..e04cd5e 100644 --- a/ui/noogle/jsconfig.json +++ b/ui/noogle/jsconfig.json @@ -1,8 +1,13 @@ { "compilerOptions": { "paths": { - "@/*": ["./src/*"] + "@/*": [ + "./src/*" + ] } }, - "exclude": ["node_modules", "dist"] + "exclude": [ + "node_modules", + "dist" + ] } diff --git a/ui/noogle/package.json b/ui/noogle/package.json index 075cb58..84fa1be 100644 --- a/ui/noogle/package.json +++ b/ui/noogle/package.json @@ -12,14 +12,14 @@ }, "dependencies": { "@getalby/sdk": "^3.4.0", - "@rust-nostr/nostr-sdk": "^0.14.0", + "@rust-nostr/nostr-sdk": "^0.14.1", "@vuepic/vue-datepicker": "^7.4.1", "@vueuse/core": "^10.7.2", "bech32": "^2.0.0", "bootstrap": "^5.3.2", "daisyui": "^4.6.0", "mini-toastr": "^0.8.1", - "nostr-login": "^1.6.6", + "nostr-login": "^1.6.7", "nostr-tools": "^2.4.0", "vue": "^3.4.15", "vue-notifications": "^1.0.2", diff --git a/ui/noogle/postcss.config.js b/ui/noogle/postcss.config.js index 2e7af2b..d41ad63 100644 --- a/ui/noogle/postcss.config.js +++ b/ui/noogle/postcss.config.js @@ -1,6 +1,6 @@ export default { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, } diff --git a/ui/noogle/public/opensearch.xml b/ui/noogle/public/opensearch.xml index f917e8c..2396d01 100644 --- a/ui/noogle/public/opensearch.xml +++ b/ui/noogle/public/opensearch.xml @@ -1,11 +1,12 @@ - - Noogle - Search the Nostr - - - https://noogle.lol/favicon.ico - - http://my-site/search - + + Noogle + Search the Nostr + + + https://noogle.lol/favicon.ico + + http://my-site/search + diff --git a/ui/noogle/src/App.vue b/ui/noogle/src/App.vue index 4ea3646..a1a4299 100644 --- a/ui/noogle/src/App.vue +++ b/ui/noogle/src/App.vue @@ -1,22 +1,18 @@