Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: splitlabs/dictx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: splitlabs/dictx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 8 commits
  • 25 files changed
  • 2 contributors

Commits on Mar 3, 2026

  1. fix: improve permission onboarding UX for app updates

    When the binary changes (e.g. after an update), macOS revokes
    accessibility permissions. The onboarding screen previously got
    stuck in "Waiting..." with no way out.
    
    - Add Retry button to re-check permissions on demand
    - Add restart hint when stuck in waiting state
    - Add "Continue anyway" link for returning users (skip to main app)
    - Pass isReturningUser prop from App.tsx to AccessibilityOnboarding
    0xNyk committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    983820c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from 0xNyk/fix/permission-onboarding-ux

    fix: improve permission onboarding UX for app updates
    0xNyk authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    614cdd2 View commit details
    Browse the repository at this point in the history
  3. feat: product improvements — UX polish, competitive features, accessi…

    …bility
    
    Tier 1 — Core UX Polish:
    - Recording duration timer in overlay (0:05 format)
    - Delete confirmation dialog for history entries (native Tauri ask())
    - History search/filter with saved-only toggle
    - Overlay theme colors via CSS variables
    - Dictx Pro CTA in sidebar
    
    Tier 2 — Competitive Features:
    - Model download ETA and size display (245 MB / 650 MB — ~2:30 remaining)
    - Keyboard shortcuts help dialog (press ? to view)
    - Copy All button for history (copies visible/filtered entries)
    - Model use-case hints in onboarding cards
    
    Tier 3 — Accessibility & Polish:
    - ARIA labels on history icon buttons
    - Sidebar keyboard navigation (role=button, Enter/Space, focus ring)
    - WCAG contrast fix for disabled states (text-mid-gray vs opacity-50)
    - Micro-animations on history action buttons (active:scale-110)
    
    Also updates FUNDING.yml from original fork to 0xNyk + Gumroad.
    0xNyk committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    85044a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from 0xNyk/feat/tier1-ux-polish

    feat: product improvements — UX polish, competitive features, accessibility
    0xNyk authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    7d2a902 View commit details
    Browse the repository at this point in the history
  5. chore: bump version to 0.3.0

    13 product improvements: recording timer, history search/filter, delete
    confirmation, shortcuts dialog, download ETA, model hints, copy all,
    Pro CTA, ARIA labels, keyboard nav, contrast fix, micro-animations.
    0xNyk committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    5a65486 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7 from 0xNyk/release/v0.3.0

    chore: bump version to 0.3.0
    0xNyk authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    a26dd13 View commit details
    Browse the repository at this point in the history
  7. chore: cargo fmt, add tray idle SVG source, gitignore gumroad file

    - Apply cargo fmt to obsidian_export.rs, shortcut/mod.rs, tray.rs
    - Add tray_idle.svg source asset
    - Gitignore gumroad-delivery.txt (delivery template, not source code)
    0xNyk committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    caaa94e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #8 from 0xNyk/chore/housekeeping

    chore: cargo fmt, tray SVG source, gitignore gumroad
    0xNyk authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    4182dcd View commit details
    Browse the repository at this point in the history
Loading