From 6a384eb4419770abf6c58b2ff1145152646eb2aa Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 21 Jan 2026 20:14:01 -0800 Subject: [PATCH 1/2] fix(edit-page): update link for GitHub source --- src/app/layout.tsx | 1 + src/theme.config.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 56b07f4..6567f62 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -95,6 +95,7 @@ const RootLayout: FC = async ({ children }) => { lastUpdated={Last Updated} themeSwitch={themeConfig.themeSwitch.getOptions()} footer={themeConfig.footer} + docsRepositoryBase={themeConfig.docsRepositoryBase} editLink={themeConfig.editLink} feedback={themeConfig.feedback} toc={themeConfig.toc} diff --git a/src/theme.config.tsx b/src/theme.config.tsx index 58b403d..04f1511 100644 --- a/src/theme.config.tsx +++ b/src/theme.config.tsx @@ -18,7 +18,7 @@ const config = { ), }, - docsRepositoryBase: 'https://github.com/connectbot/connectbot.github.io/tree/develop/src/content', + docsRepositoryBase: 'https://github.com/connectbot/connectbot.github.io/tree/develop', footer: (
Date: Thu, 22 Jan 2026 09:14:35 -0800 Subject: [PATCH 2/2] chore(bugs): make links look more link buttons This also links directly to the templates for ConnectBot app. --- src/app/styles.css | 26 +++++++++++++++++++ src/content/bugs.md | 8 ------ src/content/bugs.mdx | 59 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+), 8 deletions(-) delete mode 100644 src/content/bugs.md create mode 100644 src/content/bugs.mdx diff --git a/src/app/styles.css b/src/app/styles.css index 354291e..36c246b 100644 --- a/src/app/styles.css +++ b/src/app/styles.css @@ -19,5 +19,31 @@ article p { opacity: 1; } +.issue-buttons { + display: flex; + flex-wrap: wrap; + gap: 0.5rem; + margin-top: 1rem; +} + +.issue-button { + display: inline-flex; + align-items: center; + padding: 0.5rem 1rem; + border-radius: 0.375rem; + font-weight: 500; + font-size: 0.875rem; + text-decoration: none; + transition: background-color 0.15s ease; + background-color: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) 50% / 0.1); + color: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) 50%); + border: 1px solid hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) 50% / 0.3); +} + +.issue-button:hover { + background-color: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) 50% / 0.2); + text-decoration: none; +} + @theme { } diff --git a/src/content/bugs.md b/src/content/bugs.md deleted file mode 100644 index 781936b..0000000 --- a/src/content/bugs.md +++ /dev/null @@ -1,8 +0,0 @@ -# Reporting Bugs - -Please use GitHub issues to report all problems with ConnectBot, this web -site, the Play Store listing, etc. Links to each are provided below: - - * [ConnectBot program issues](https://github.com/connectbot/connectbot/issues) - * [ConnectBot website issues](https://github.com/connectbot/connectbot.github.io/issues) - * [Play Store listing issues](https://github.com/connectbot/assets) diff --git a/src/content/bugs.mdx b/src/content/bugs.mdx new file mode 100644 index 0000000..ee508dc --- /dev/null +++ b/src/content/bugs.mdx @@ -0,0 +1,59 @@ +# Reporting Issues + +Please use GitHub issues to report problems with ConnectBot, this website, or +the Play Store listing. Choose the appropriate issue type below. + +## ConnectBot App + +
+ + Report a Bug + + + Request a Feature + + + Ask a Question + +
+ +## Website + +
+ + Report a Website Issue + +
+ +## Play Store Listing + +
+ + Report a Listing Issue + +