Commit Graph
16 Commits
Author SHA1 Message Date
webadderall 1cc7567c78 clean up root 2026-05-08 16:29:35 +10:00
sharkcreep87 df3527c1e9 chore: update repository URLs to canonical webadderallorg org (#402)
The repo was moved from github.com/webadderall to github.com/webadderallorg
but several files still reference the old URL. GitHub serves a 301
redirect today, but package.json metadata, the Homebrew cask, and the
in-app issues link should point to the canonical location.

Updated:
- package.json (homepage, repository.url, bugs.url)
- README.md and README.zh-CN.md (releases / clone / issues links)
- CONTRIBUTING.md (issues link)
- recordly.rb (Homebrew cask url + homepage)
- src/components/video-editor/TutorialHelp.tsx (RECORDLY_ISSUES_URL)
- src/components/video-editor/videoPlayback/motionSmoothing.ts (attribution comment)
2026-05-02 12:08:28 +10:00
webadderall a83a58c671 fix: address ui overhaul review feedback 2026-04-16 22:36:23 +10:00
webadderall 9a5ff5c0a2 feat: ui overhaul — Phosphor icons, redesigned launcher, editor layout, and component refresh
- Replace all lucide-react imports with @phosphor-icons/react across every
  component (LaunchWindow, AnnotationSettingsPanel, ExtensionManager,
  ExtensionIcon, VideoPlayback, AnnotationOverlay, CropControl, TutorialHelp,
  PlaybackControls, all shadcn ui/ primitives, etc.)
- ExtensionIcon: new Phosphor-based resolver with Lucide name alias map for
  backwards-compatible extension manifests
- LaunchWindow / SourceSelector: full redesign — new icon rail layout,
  updated backgrounds, improved source selection UX, audio/video controls,
  countdown overlay
- VideoPlayback: overhaul playback controls and preview panel layout
- Timeline items: border-radius 16px→8px, cyan→blue unification, pill height
  85% for breathing room, resize handle vertical centering
- shadcn ui/: refresh accordion, dialog, dropdown, select, slider, switch,
  tabs, toggle, popover, button, card, input, label, sonner, content-clamp,
  audio-level-meter
- App.tsx / index.css / App.css / tailwind.config: global style updates
- types.ts, captionLayout.ts, captionStyle.ts, webcamOverlay.ts: data model
  updates to support new timeline and export features
- package.json: add @phosphor-icons/react, bump dependencies
- scripts/, .eslintrc, biome, tsconfig, vite.config: tooling alignment
- extension-sources: update built-in extension bundles
2026-04-16 18:01:04 +10:00
webadderall 71e557c325 docs: sync Chinese README with English version 2026-04-15 14:42:43 +10:00
webadderall bf16280e53 chore(release): prepare v1.1.14 2026-04-04 22:55:36 +11:00
webadderall 52578a2f1f docs(readme): add build prerequisites and sync zh-CN 2026-04-04 17:22:34 +11:00
webadderall 851e111bd1 Update README.zh-CN.md 2026-03-22 19:27:25 +11:00
webadderall 84056ac391 Update README.zh-CN.md 2026-03-21 13:42:06 +11:00
webadderall 1361b548c9 docs: add Arch install notes to Chinese README 2026-03-21 13:25:23 +11:00
webadderall 9103e1b619 docs: refresh English and Chinese READMEs 2026-03-21 12:57:07 +11:00
webadderall f5ccd5b7e0 Fix Windows DXGI capture helper flow 2026-03-19 00:05:58 +11:00
webadderall ae521ed9d9 feat(windows): replace WGC with DXGI and fix HUD window bounds 2026-03-18 22:11:10 +11:00
webadderall f2fcc48479 docs: refresh Chinese README translation 2026-03-18 15:32:58 +11:00
webadderall 3c75bbc50e Remove Product Hunt link from README.zh-CN.md
Removed Product Hunt link from the README.
2026-03-16 23:07:37 +11:00
webadderall adc1843340 docs(readme): add EN/简中 language flipper 2026-03-15 21:58:49 +11:00