fix: remove most file-graph references from frontend and electron

- Remove references to old files under logseq/ e.g.
  logseq/version-files
- Remove flashcard commands and translations that applied to file graph flashcards
- Remove unused electron and frontend events
- Remove timetracking config which was for file graphs
This commit is contained in:
Gabriel Horner
2026-01-14 12:48:54 -05:00
parent 05ffa3eeb6
commit a6c3569ea3
36 changed files with 19 additions and 246 deletions

View File

@@ -1,7 +1,5 @@
(ns frontend.handler.property.util
"Utility fns for properties that are for both file and db graphs.
Some fns like lookup and get-property were written to easily be backwards
compatible with file graphs"
"Utility fns for properties"
(:require [frontend.db.conn :as conn]
[frontend.state :as state]
[logseq.db.frontend.property :as db-property]))