kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Update buttons to "Explorer"
rodzic
b25abe1187
commit
650011d80b
|
@ -15,7 +15,7 @@ import homeIcon from '@tabler/icons/outline/home.svg';
|
||||||
import listIcon from '@tabler/icons/outline/list.svg';
|
import listIcon from '@tabler/icons/outline/list.svg';
|
||||||
import mailIcon from '@tabler/icons/outline/mail.svg';
|
import mailIcon from '@tabler/icons/outline/mail.svg';
|
||||||
import messagesIcon from '@tabler/icons/outline/messages.svg';
|
import messagesIcon from '@tabler/icons/outline/messages.svg';
|
||||||
import searchIcon from '@tabler/icons/outline/search.svg';
|
import rocketIcon from '@tabler/icons/outline/rocket.svg';
|
||||||
import settingsIcon from '@tabler/icons/outline/settings.svg';
|
import settingsIcon from '@tabler/icons/outline/settings.svg';
|
||||||
import userPlusIcon from '@tabler/icons/outline/user-plus.svg';
|
import userPlusIcon from '@tabler/icons/outline/user-plus.svg';
|
||||||
import userIcon from '@tabler/icons/outline/user.svg';
|
import userIcon from '@tabler/icons/outline/user.svg';
|
||||||
|
@ -163,8 +163,8 @@ const SidebarNavigation = () => {
|
||||||
|
|
||||||
<SidebarNavigationLink
|
<SidebarNavigationLink
|
||||||
to='/search'
|
to='/search'
|
||||||
icon={searchIcon}
|
icon={rocketIcon}
|
||||||
text={<FormattedMessage id='tabs_bar.search' defaultMessage='Discover' />}
|
text={<FormattedMessage id='tabs_bar.search' defaultMessage='Explorer' />}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{account && (
|
{account && (
|
||||||
|
|
|
@ -8,7 +8,7 @@ import dashboardIcon from '@tabler/icons/outline/dashboard.svg';
|
||||||
import homeIcon from '@tabler/icons/outline/home.svg';
|
import homeIcon from '@tabler/icons/outline/home.svg';
|
||||||
import mailIcon from '@tabler/icons/outline/mail.svg';
|
import mailIcon from '@tabler/icons/outline/mail.svg';
|
||||||
import messagesIcon from '@tabler/icons/outline/messages.svg';
|
import messagesIcon from '@tabler/icons/outline/messages.svg';
|
||||||
import searchIcon from '@tabler/icons/outline/search.svg';
|
import rocketIcon from '@tabler/icons/outline/rocket.svg';
|
||||||
import { FormattedMessage } from 'react-intl';
|
import { FormattedMessage } from 'react-intl';
|
||||||
|
|
||||||
import ThumbNavigationLink from 'soapbox/components/thumb-navigation-link.tsx';
|
import ThumbNavigationLink from 'soapbox/components/thumb-navigation-link.tsx';
|
||||||
|
@ -84,8 +84,8 @@ const ThumbNavigation: React.FC = (): JSX.Element => {
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<ThumbNavigationLink
|
<ThumbNavigationLink
|
||||||
src={searchIcon}
|
src={rocketIcon}
|
||||||
text={<FormattedMessage id='navigation.search' defaultMessage='Discover' />}
|
text={<FormattedMessage id='navigation.search' defaultMessage='Explorer' />}
|
||||||
to='/search'
|
to='/search'
|
||||||
exact
|
exact
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -10,7 +10,7 @@ import { useAppSelector } from 'soapbox/hooks/useAppSelector.ts';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
search: { id: 'aliases.search', defaultMessage: 'Search your old account' },
|
search: { id: 'aliases.search', defaultMessage: 'Search your old account' },
|
||||||
searchTitle: { id: 'tabs_bar.search', defaultMessage: 'Discover' },
|
searchTitle: { id: 'tabs_bar.search', defaultMessage: 'Explorer' },
|
||||||
});
|
});
|
||||||
|
|
||||||
const Search: React.FC = () => {
|
const Search: React.FC = () => {
|
||||||
|
|
|
@ -13,7 +13,7 @@ import { useAppSelector } from 'soapbox/hooks/useAppSelector.ts';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
search: { id: 'lists.search', defaultMessage: 'Search among people you follow' },
|
search: { id: 'lists.search', defaultMessage: 'Search among people you follow' },
|
||||||
searchTitle: { id: 'tabs_bar.search', defaultMessage: 'Discover' },
|
searchTitle: { id: 'tabs_bar.search', defaultMessage: 'Explorer' },
|
||||||
});
|
});
|
||||||
|
|
||||||
const Search = () => {
|
const Search = () => {
|
||||||
|
|
|
@ -368,7 +368,7 @@
|
||||||
"column.event_map": "Event location",
|
"column.event_map": "Event location",
|
||||||
"column.event_participants": "Event participants",
|
"column.event_participants": "Event participants",
|
||||||
"column.events": "Events",
|
"column.events": "Events",
|
||||||
"column.explorer.bridge_card.text": "Curious about Bridges? Click here",
|
"column.explorer.bridge_card.text": "Curious about Bridges? <link>Click here</link>",
|
||||||
"column.explorer.bridge_card.title": "Bridge",
|
"column.explorer.bridge_card.title": "Bridge",
|
||||||
"column.explorer.filters": "Filters:",
|
"column.explorer.filters": "Filters:",
|
||||||
"column.explorer.filters.add_filter": "Add Filter",
|
"column.explorer.filters.add_filter": "Add Filter",
|
||||||
|
@ -383,6 +383,7 @@
|
||||||
"column.explorer.filters.nostr": "Nostr",
|
"column.explorer.filters.nostr": "Nostr",
|
||||||
"column.explorer.filters.platforms": "Platforms:",
|
"column.explorer.filters.platforms": "Platforms:",
|
||||||
"column.explorer.filters.show_replies": "Show replies:",
|
"column.explorer.filters.show_replies": "Show replies:",
|
||||||
|
"column.explorer.filters.show_text_posts": "Just text posts:",
|
||||||
"column.explorer.nostr_card.text": "Wondering about Nostr? Find Out More",
|
"column.explorer.nostr_card.text": "Wondering about Nostr? Find Out More",
|
||||||
"column.explorer.nostr_card.title": "Nostr",
|
"column.explorer.nostr_card.title": "Nostr",
|
||||||
"column.explorer.popular_accounts": "Popular Accounts",
|
"column.explorer.popular_accounts": "Popular Accounts",
|
||||||
|
@ -1142,7 +1143,7 @@
|
||||||
"navigation.direct_messages": "Messages",
|
"navigation.direct_messages": "Messages",
|
||||||
"navigation.home": "Home",
|
"navigation.home": "Home",
|
||||||
"navigation.notifications": "Notifications",
|
"navigation.notifications": "Notifications",
|
||||||
"navigation.search": "Discover",
|
"navigation.search": "Explorer",
|
||||||
"navigation_bar.account_aliases": "Account aliases",
|
"navigation_bar.account_aliases": "Account aliases",
|
||||||
"navigation_bar.account_migration": "Move account",
|
"navigation_bar.account_migration": "Move account",
|
||||||
"navigation_bar.blocks": "Blocks",
|
"navigation_bar.blocks": "Blocks",
|
||||||
|
@ -1636,7 +1637,7 @@
|
||||||
"tabs_bar.more": "More",
|
"tabs_bar.more": "More",
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "Notifications",
|
||||||
"tabs_bar.profile": "Profile",
|
"tabs_bar.profile": "Profile",
|
||||||
"tabs_bar.search": "Discover",
|
"tabs_bar.search": "Explorer",
|
||||||
"tabs_bar.settings": "Settings",
|
"tabs_bar.settings": "Settings",
|
||||||
"textarea.counter.label": "{count} characters remaining",
|
"textarea.counter.label": "{count} characters remaining",
|
||||||
"theme_editor.colors.accent": "Accent",
|
"theme_editor.colors.accent": "Accent",
|
||||||
|
|
Ładowanie…
Reference in New Issue