diff --git a/package.json b/package.json index ea5b41a..74c4557 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devpockit-frontend", - "version": "0.1.0", + "version": "0.1.4", "description": "DevPockit Frontend - Developer Tools Web App", "license": "MIT", "repository": { diff --git a/src/components/AppSidebar.tsx b/src/components/AppSidebar.tsx index e336f4e..24dd400 100644 --- a/src/components/AppSidebar.tsx +++ b/src/components/AppSidebar.tsx @@ -427,7 +427,7 @@ export function AppSidebar({ value={codeEditorTheme} onValueChange={(value) => setCodeEditorTheme(value as CodeEditorTheme)} > - +
diff --git a/src/components/layout/MobileTopBar.tsx b/src/components/layout/MobileTopBar.tsx index bbbc876..a39f370 100644 --- a/src/components/layout/MobileTopBar.tsx +++ b/src/components/layout/MobileTopBar.tsx @@ -91,7 +91,7 @@ export function MobileTopBar({ onToolSelect, onHomeClick }: MobileTopBarProps) { value={codeEditorTheme} onValueChange={(value) => setCodeEditorTheme(value as CodeEditorTheme)} > - + diff --git a/src/components/pages/AboutPage.tsx b/src/components/pages/AboutPage.tsx index 618dcdf..af2b1e8 100644 --- a/src/components/pages/AboutPage.tsx +++ b/src/components/pages/AboutPage.tsx @@ -44,7 +44,7 @@ export function AboutPage() {
Contribute & Star

- Since we're open-source, you can check out the code or contribute a new tool on GitHub. + View source, report bugs, or submit a PR.

@@ -59,7 +59,7 @@ export function AboutPage() {
Suggest a Tool

- Have an idea for a feature that would save you 5 minutes a day? We're all ears! + Open an issue with your idea.

@@ -74,8 +74,7 @@ export function AboutPage() {
Buy Us a Coffee

- If DevPockit has made your life a little easier, you can buy us a coffee. - It helps cover the hosting costs and keeps us caffeinated for the next update. + Fuel for late-night bug fixes.

diff --git a/src/components/ui/editor-settings-menu.tsx b/src/components/ui/editor-settings-menu.tsx index 2f19b06..f1eaddc 100644 --- a/src/components/ui/editor-settings-menu.tsx +++ b/src/components/ui/editor-settings-menu.tsx @@ -161,8 +161,7 @@ export function EditorSettingsMenu({ & { label?: string; valueAlign?: 'left' | 'right' | 'center'; + borderless?: boolean; } ->(({ className, children, label, valueAlign = 'center', ...props }, ref) => ( +>(({ className, children, label, valueAlign = 'center', borderless = false, ...props }, ref) => (