diff --git a/README.md b/README.md index 4d5c7f1..f5d33ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# image-search-and-import +# image-search -Image Search and Import is an Airtable block that helps you use Bing / Flickr Image Search API and import the images into your base. +Image Search is an Airtable block that helps you use Bing / Flickr Image Search API and import the images into your base. ## Cavets The images that are being imported into the base are copyright of the respective website(s). Block also imports the source website url as part of the import and you should contact them / the author to seek permission on using the images for any purposes that are not explicitly laid out under the respective copyright sections of the website(s). diff --git a/frontend/SearchPage.tsx b/frontend/SearchPage.tsx index 41e834a..d3fddff 100644 --- a/frontend/SearchPage.tsx +++ b/frontend/SearchPage.tsx @@ -138,7 +138,7 @@ export function SearchPage({ appState, setAppState }) { alignItems="center" justifyContent="center" padding={0}> - Search Images + Image Search { isLoading && diff --git a/frontend/SettingsView.tsx b/frontend/SettingsView.tsx index 16c2025..cbd4886 100644 --- a/frontend/SettingsView.tsx +++ b/frontend/SettingsView.tsx @@ -17,6 +17,7 @@ import React, { useState, useEffect } from 'react'; import { BING_API_KEY, IS_BING_ENABLED, FLICKR_API_KEY, IS_FLICKR_ENABLED } from './settings'; import { BingSearchClient } from './BingSearchClient' import Flickr from 'flickr-sdk'; +import { runInfo } from '@airtable/blocks'; export function SettingsView({ appState, setAppState, setIsSettingsVisible }) { const globalConfig = useGlobalConfig(); @@ -79,11 +80,11 @@ export function SettingsView({ appState, setAppState, setIsSettingsVisible }) {
- Image Search & Import Block + {runInfo.isFirstRun ? "Welcome to " : ""}Image Search Block - Search and import images from Bing or Flickr into your base for collecting image data. + Search and import images from Bing or Flickr into your base.