From 01d150092f5d01039ac6fc771083b0aba0bd6725 Mon Sep 17 00:00:00 2001 From: Bailey Pumfleet Date: Wed, 26 May 2021 20:47:06 +0100 Subject: [PATCH] Mobile UI fixes --- components/Shell.tsx | 18 +++++++++--------- pages/auth/login.tsx | 2 +- pages/availability/event/[type].tsx | 2 +- pages/availability/index.tsx | 4 ++-- pages/index.tsx | 12 ++++++------ pages/integrations/[integration].tsx | 4 ++-- pages/integrations/index.tsx | 4 ++-- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/components/Shell.tsx b/components/Shell.tsx index 164ad3b0..738f89fa 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -98,36 +98,36 @@ export default function Shell(props) { - { mobileMenuExpanded &&
+ { mobileMenuExpanded &&
- Dashboard + Dashboard - Availability + Availability - Integrations + Integrations
-
+
{session.user.name || session.user.username}
-
{session.user.email}
+
{session.user.email}
- Your Profile + Your Profile - Settings + Settings - +
diff --git a/pages/auth/login.tsx b/pages/auth/login.tsx index ace1cbfe..81467d3f 100644 --- a/pages/auth/login.tsx +++ b/pages/auth/login.tsx @@ -15,7 +15,7 @@ export default function Login({ csrfToken }) {
-
+
diff --git a/pages/availability/event/[type].tsx b/pages/availability/event/[type].tsx index 80215c99..bb081328 100644 --- a/pages/availability/event/[type].tsx +++ b/pages/availability/event/[type].tsx @@ -254,7 +254,7 @@ export default function EventType(props) {
-
+

Delete this event type diff --git a/pages/availability/index.tsx b/pages/availability/index.tsx index 8d682ca2..d79b5072 100644 --- a/pages/availability/index.tsx +++ b/pages/availability/index.tsx @@ -118,7 +118,7 @@ export default function Availability(props) {
-
+
@@ -165,7 +165,7 @@ export default function Availability(props) { -
+

Change the start and end times of your day diff --git a/pages/index.tsx b/pages/index.tsx index 2f8d44dd..401d2fd7 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -71,7 +71,7 @@ export default function Home(props) { -
+
@@ -92,7 +92,7 @@ export default function Home(props) { ))}
-
+

Your event types @@ -126,13 +126,13 @@ export default function Home(props) { ))}

-
-
-
+
+
+

Getting started

Steps you should take to get started with Calendso.

-
+
    {timeline.map((event, eventIdx) => ( diff --git a/pages/integrations/[integration].tsx b/pages/integrations/[integration].tsx index 97849c39..68df852a 100644 --- a/pages/integrations/[integration].tsx +++ b/pages/integrations/[integration].tsx @@ -42,7 +42,7 @@ export default function integration(props) {
    -
    +

    Integration Details @@ -87,7 +87,7 @@ export default function integration(props) {

    -
    +

    Delete this integration diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index 8cc36a67..f92ea500 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -33,7 +33,7 @@ export default function Home({ integrations }) { -
    +
    {integrations.filter( (ig) => ig.credential ).length !== 0 ?
      {integrations.filter(ig => ig.credential).map( (ig) => (
    • @@ -71,7 +71,7 @@ export default function Home({ integrations }) {
    • ))}
    : -
    +