Commit graph

275 commits

Author SHA1 Message Date
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
DecafDev
b58d1df127 chore: bump version 2024-06-21 15:18:51 -06:00
DecafDev
5ca6b9906f
Add property filter tests (#87)
* refactor: rename to load-property-value

* test: add property filter tests
2024-06-21 15:17:52 -06:00
DecafDev
ed8f2eb4ef
Add device registration (#84)
* feat: add generateRandomVaultId function

* feat: add license key setting

* feat: add update event

* feat: add server is offline message

* refactor: use correct terminology

* refactor: rename to device registration

* chore: bump version
2024-06-16 22:36:45 -06:00
DecafDev
318fcabd2d docs: remove settings image 2024-06-15 15:31:07 -06:00
DecafDev
22561e3d46 docs: update README.md 2024-06-15 15:15:13 -06:00
DecafDev
3193713d07 docs: fix grammar 2024-06-15 15:13:16 -06:00
DecafDev
14978a707e docs: add website link 2024-06-15 15:08:24 -06:00
DecafDev
ee3bc49428 docs: update CONTRIBUTING.md 2024-06-15 15:06:33 -06:00
DecafDev
69417fd623 test: add types to moment function 2024-06-13 17:02:31 -06:00
DecafDev
81c6aae880 refactor: move into tests folder 2024-06-13 17:02:07 -06:00
DecafDev
950e859bd5 docs: update FEATURES.md 2024-06-13 16:00:35 -06:00
DecafDev
e245aef44a chore: bump version 2024-06-13 15:35:04 -06:00
DecafDev
1d4d82e626 docs: add tags to FEATURES.md 2024-06-13 15:34:35 -06:00
DecafDev
8e863ada96
Property value loading (#80)
* docs: add more features

* refactor: move to services

* feat: update loadPropertyValue to handle edge cases

* test: add typescript support for jest

* refactor: remove version script

* test: add test for loadPropertyValue

* test: remove paths
2024-06-13 15:32:34 -06:00
DecafDev
831773b459 docs: add FEATURES.md 2024-06-11 16:54:04 -06:00
DecafDev
6699590ba1 docs: fix typos 2024-06-11 14:20:52 -06:00
DecafDev
4fd5fac098 docs: add fork info 2024-06-11 14:19:00 -06:00
DecafDev
cbfeba001d docs: remove development section 2024-06-11 14:02:38 -06:00
DecafDev
643ea23ccd docs: add push info 2024-06-11 14:01:24 -06:00
DecafDev
3e247760d0 docs: add svelte info 2024-06-11 13:58:39 -06:00