mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
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:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user