Page MenuHomePhabricator

Rewrite Depictor to use Vue 3 and fix as many open issues as possible
Closed, ResolvedPublic

Event Timeline

Husky renamed this task from Rewrite Depictor to use Vue2 and fix as many open issues as possible to Rewrite Depictor to use Vue 3 and fix as many open issues as possible.Mar 10 2026, 6:14 PM

A lot of things were done with help from Bruno Perel, including

  • Rewriting the whole codebase for Vue3, including moving to composition / setup API and Pinia
  • Making sure the thing runs on PHP 8.4
  • Fixing a couple of bugs and adding new features (incl. dark mode)

For the full list see the Github repo.