Commit graph

295 commits

Author SHA1 Message Date
DecafDev
7fa13b0642 style: add prettierrc 2024-07-05 22:21:32 -06:00
DecafDev
f95becd65f refactor: rename to creation and modification 2024-07-03 17:25:12 -06:00
DecafDev
381da45589 refactor: move general settings to top 2024-07-03 17:24:17 -06:00
DecafDev
d61b30e3cd
Update for quickstart (#139)
* feat: keep groups array empty

* fix: don't enable first group

* chore: bump version
2024-07-02 22:44:21 -06:00
DecafDev
ea3b0a5498 chore: bump version 2024-06-27 17:43:30 -06:00
DecafDev
e6db616a80
Merge pull request #136 from decaf-dev/remove-width-restrictions
Remove width restrictions
2024-06-27 17:40:26 -06:00
DecafDev
7535514dfb fix: add displayContent as a reactive statement 2024-06-27 17:39:41 -06:00
DecafDev
b8f2ef23ad fix: include frontmatter content in filter by search 2024-06-27 17:33:20 -06:00
DecafDev
6940e33ba3 feat: add tags to list view 2024-06-27 17:30:58 -06:00
DecafDev
90ec73fdf3 feat: display 250 characters 2024-06-27 17:25:41 -06:00
DecafDev
65ad0c3c98 fix: resolve broken title wrapping 2024-06-27 17:24:00 -06:00
DecafDev
08f904239c feat: remove width restrictions 2024-06-27 17:22:08 -06:00
DecafDev
b41d128053 refactor: update log messages 2024-06-26 05:59:12 -06:00
DecafDev
adfbc00e6e refactor: rename to fileName 2024-06-25 21:21:03 -06:00
DecafDev
c56bcbd0b6 refactor: remove unnecessary migration 2024-06-25 21:19:49 -06:00
DecafDev
33bd590172
Merge pull request #134 from decaf-dev/fix-offline-access
Fix offline access
2024-06-25 21:13:26 -06:00
DecafDev
135e3cd521 chore: bump version 2024-06-25 21:11:09 -06:00
DecafDev
938d8697fd fix: use last device registered value to handle slow network 2024-06-25 21:11:04 -06:00
DecafDev
9db8b7a25b fix: allow offline access 2024-06-25 20:33:13 -06:00
DecafDev
9f214fff5d fix: don't block plugin UI while waiting for request 2024-06-25 20:32:59 -06:00
DecafDev
1f52edaefb
Refactor migrations (#133)
* refactor: move migrations into their own class

* refactor: don't export old types

* test: fix failing test

* feat: add preform migrations function

* fix: delete creationDate prop

* chore: add ts-auto-guard

* test: make sure migrations work
2024-06-25 19:58:35 -06:00
DecafDev
ee36bffcce
Fix remove frontmatter block (#130)
* fix: resolve frontmatter sometimes appearing in content

* chore: bump version
2024-06-25 03:33:58 -06:00
DecafDev
2efc70a76d
fix: add pagination to feed view (#128) 2024-06-25 03:17:38 -06:00
DecafDev
aa8643f35d
Add view toggle settings (#127)
* chore: bump version

* feat: upgrade settings to support view toggles

* refactor: use base filter

* feat: update default settings

* feat: fix settings tab

* fix: use flat structure instead of global key

* feat: add view toggle settings

* refactor: rename to viewOrder

* refactor: use T as a type prefix

* fix: update current view on toggle switch

* fix: handle when all toggles are off
2024-06-25 03:13:36 -06:00
DecafDev
6d755ca3b4 chore: bump version 2024-06-24 03:31:28 -06:00
DecafDev
886c6d8cfb
Merge pull request #121 from decaf-dev/search-by-content
Search by content
2024-06-24 03:29:19 -06:00
DecafDev
0a9fee1fa6 feat: add search by content 2024-06-24 03:28:19 -06:00
DecafDev
5ce7cbb448 refactor: remove todo comments 2024-06-24 03:23:30 -06:00
DecafDev
cadee1adc5
Add feed view (#119)
* chore: bump version

* feat: render feed view

* feat: add feed view

* fix: align center

* refactor: move pagination into its own component

* feat: wrapping of pagination indicator on window size shrink

* fix: move filters over 4px to align them with other content

* fix: handle events for all files

* feat: handle file modify event
2024-06-24 03:10:39 -06:00
DecafDev
ea3c071dba
Fix favorite filter value (#117)
* chore: bump version

* fix: set the favorite filter value
2024-06-23 20:07:38 -06:00
DecafDev
7323f0ff4b
Fix crash on group click (#115)
* fix: resolve crash on group click

* chore: bump version
2024-06-23 20:02:31 -06:00
DecafDev
e78214aa5b
feat: add enableScrollButtons setting (#113) 2024-06-23 19:23:27 -06:00
DecafDev
edeb6f480a refactor: rename to enable 2024-06-23 18:50:25 -06:00
DecafDev
7baa0d17a5
Add filter toggle settings (#112)
* chore: bump version

* feat: add toggle settings for all filters

* fix: delete onlyFavorites prop

* fix: export old settings

* feat: add default settings

* fix: load new settings

* refactor: move into SearchFilter component

* fix: make sure favorites is enabled on settings migration

* feat: render search filter conditionally

* feat: render favorites filter conditionally

* feat: render sort and timestamp filters conditionally

* feat: render custom filter conditionally

* fix: resolve groups not rendering

* docs: update FEATURES.md

* feat: filter toggle setting change event
2024-06-23 18:46:57 -06:00
DecafDev
aa7adb119b
Add group list scroll buttons (#110)
* feat: add left right scroll buttons to group list

* fix: resolve scrollable buttons sometimes not appearing

* chore: bump version
2024-06-23 16:35:11 -06:00
DecafDev
705fcc8eed refactor: update enable clock updates setting description 2024-06-23 14:35:15 -06:00
DecafDev
7b36418724
Add sticky groups (#108)
* feat: add sticky group functionality

* feat: add sticky group icon

* docs: update FEATURES.md
2024-06-23 14:26:22 -06:00
DecafDev
d2131a46d8
fix: ignore create events emitted on vault load (#107) 2024-06-23 13:31:14 -06:00
DecafDev
f871e71f94 refactor: update grammar 2024-06-23 13:27:39 -06:00
DecafDev
26e5734c27 refactor: use PremiumLink 2024-06-23 13:26:52 -06:00
DecafDev
f4f5471ad7
Add clock updates setting (#106)
* feat: add enable clock updates setting

* feat: add event handler for clock updates change

* refactor: update description

* chore: bump version
2024-06-23 13:25:46 -06:00
DecafDev
8543d800aa
Only load markdown content (#104)
* fix: only load markdown content

* refactor: remove console log

* chore: bump version
2024-06-23 12:37:39 -06:00
DecafDev
691a814c6b
Support all files (#102)
* feat: support all file types

* chore: bump version
2024-06-23 12:30:57 -06:00
DecafDev
c2648f02de chore: bump version 2024-06-23 00:08:28 -06:00
DecafDev
374e946ceb
Allow multiple groups (#96)
* docs: update FEATURES.md

* docs: add network requests section

* refactor: rename to filterGroups

* refactor: rename to selectedFilterGroupId

* feat: allow multiple groups to be enabled

* feat: disable other groups on ctrl or meta key press
2024-06-23 00:08:00 -06:00
DecafDev
4f852373c3
Add custom filter (#94)
* refactor: rename for custom filter

* chore: bump version

* feat: add custom filters

* feat: add different filter UI

* feat: delete old folder key

* feat: remove global folder selection

* fix: resolve folder filtering

* refacctor: update parameter names

* feat: don't duplicate frontmatter cache data

* feat: add content filtering logic

* feat: add is empty and is not empty

* fix: hide input on empty or not empty

* test: update assertions

* feat: add premium license message

* fix: remove default folder value
2024-06-22 23:03:20 -06:00
DecafDev
493e158a47 chore: bump version 2024-06-21 20:15:21 -06:00
DecafDev
048859e367 fix: don't filter when property is not selected 2024-06-21 20:15:06 -06:00
DecafDev
afdddc655c
Add date filter dropdown (#90)
* feat: change settings to support more filter rules

* feat: add data options

* chore: bump version

* feat: handle optional types

* style: move code

* feat: delete old variable names

* fix: handle valueData change

* feat: add DatePropertyFilterType enum

* feat: increase property filter select size to 160px

* feat: add custom date

* fix: use valueData for date input

* fix: clear custom date on date value switch

* refactor: rename to "select a property"

* fix: don't accept number on input

* feat: add placeholder for input

* fix: fix updating of value input

* feat: add assertion for date

* feat: add new date filtering

* feat: add other options
2024-06-21 20:06:39 -06:00
DecafDev
b84bccf379
feat: add dropdown to checkbox filter (#89) 2024-06-21 16:23:15 -06:00