mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +00:00
chore: adjust sidebar width
This commit is contained in:
parent
631bb59467
commit
0f5890324d
@ -78,7 +78,7 @@ export default function App() {
|
||||
<AuthenticatedContext.Provider value={contextValue}>
|
||||
<Layout hasSider style={{minHeight: '100vh'}}>
|
||||
{/* Ant will use a break-off tab to toggle the collapse of the sider when collapseWidth = 0*/}
|
||||
<Layout.Sider collapsible breakpoint="sm" {...(sm ? {collapsedWidth: 0} : {})}>
|
||||
<Layout.Sider collapsible breakpoint="sm" width={220} {...(sm ? {collapsedWidth: 0} : {})}>
|
||||
<Sider isAuthenticated={isAuthenticated}/>
|
||||
</Layout.Sider>
|
||||
<Layout>
|
||||
|
||||
@ -85,7 +85,7 @@ export function Sider({isAuthenticated}: { isAuthenticated: boolean }) {
|
||||
{
|
||||
key: '/tracking/domains',
|
||||
icon: <TableOutlined/>,
|
||||
label: t`Tracked domain names`,
|
||||
label: t`Tracking table`,
|
||||
disabled: !isAuthenticated,
|
||||
onClick: () => navigate('/tracking/domains')
|
||||
},
|
||||
|
||||
@ -149,8 +149,7 @@ msgid "My Watchlists"
|
||||
msgstr ""
|
||||
|
||||
#: assets/components/Sider.tsx:88
|
||||
#: assets/pages/StatisticsPage.tsx:68
|
||||
msgid "Tracked domain names"
|
||||
msgid "Tracking table"
|
||||
msgstr ""
|
||||
|
||||
#: assets/components/Sider.tsx:95
|
||||
@ -606,6 +605,10 @@ msgstr ""
|
||||
msgid "Domain names in database"
|
||||
msgstr ""
|
||||
|
||||
#: assets/pages/StatisticsPage.tsx:68
|
||||
msgid "Tracked domain names"
|
||||
msgstr ""
|
||||
|
||||
#: assets/pages/StatisticsPage.tsx:82
|
||||
msgid "Purchased domain names"
|
||||
msgstr ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user