Commit Graph

8 Commits

Author SHA1 Message Date
Gabriel Horner
c83e500e2b Update static yarn.lock 2022-03-18 11:10:08 -04:00
Tienson Qin
725ca1c6a1 Feature: flashcards random mode (#4535)
* feat: add flashcards shuffle mode
* fix: flashcards navigation
* refactor(build): use @tabler/icons from node_modules

Co-authored-by: Andelf <andelf@gmail.com>
2022-03-11 00:13:37 +08:00
Tienson Qin
8e6fb5613d enhance: backup files when there're differences between db and disk
Previously, files are backuped to logseq/bak when logseq detects
there're differences between the db and disk. But it has two problems:

1. Only a few of users know `logseq/bak`, other users think that their
data has been lost.
2. Files in the logseq/bak folder are never truncated.

This PR backups old file in DB with timestamp suffixes instead of
logesq/bak, and only keep the latest 10 versions of any changed file.
2022-03-08 12:58:59 +08:00
Charlie
779cacf715 enhance(electron): add custom https proxy options for settings (#4373)
* enhance(electron): add custom https proxy options for settings
2022-03-01 17:07:13 +08:00
Andelf
736a4610e6 chore: update yarn.lock 2022-02-17 09:55:51 +08:00
Junyi Du
5726f1507c yarn locks 2022-01-13 12:27:47 +08:00
Tienson Qin
644ffa581e use asset.logseq.com 2020-04-11 20:13:42 +08:00
Tienson Qin
fa928e5de8 Fix path 2020-04-10 19:28:25 +08:00