Commit graph

18 commits

Author SHA1 Message Date
DecafDev
f5920d2802 chore: update to latest packages 2025-05-02 19:54:45 -06:00
DecafDev
6e68f4e905 chore: disable trailing commas 2025-05-02 19:52:49 -06:00
DecafDev
e592e25fec feat: upgrade typescript and svelte 2025-01-11 18:44:31 -07:00
DecafDev
c3b06261e1
Update license system (#275)
* feat: simplify key logic

* docs: update network section of README

* refactor: rename to "Premium features are enabled"

* docs: fix grammar

* feat: clean up old values

* feat: implement digital signature validation

* refactor: add clean up message
2024-07-30 02:30:56 -06:00
DecafDev
bfd291e7d6
Add social image cache (#223)
* feat: add social image cache

* feat: add cached entry expiration time
2024-07-24 13:14:32 -06:00
DecafDev
34a62c2ef7 chore: add svelte-check 2024-07-13 21:03:55 -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
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
Trey Wallis
5376c595c2
Feat logging (#28)
* feat: add logging functionality

* refactor: move into types folder

* feat: add log statement for saving

* refactor: use logger.warn instead of console.error
2024-05-25 14:25:02 -06:00
Trey Wallis
734682660c
Add event handlers (#17)
* refactor: remove React types

* feat: add event handlers

* fix: make frontmatter update reactive

* fix: resolve reactiivty

* fix: resolve custom values not updating

* fix: resolve lag on startup

* fix: resolve rename events not working
2024-04-20 15:20:55 -06:00
Trey Wallis
29ab53634f refactor: remove unneeded packages 2024-04-19 00:26:36 -06:00
Trey Wallis
ed54eb21cc feat: add svelte 2024-04-18 14:51:48 -06:00
Trey Wallis
99f5369a75
feat: use nanoid for UUID generation (#8) 2024-04-18 11:37:45 -06:00
Trey Wallis
7ace9eb0ef
Add property filters (#7)
* refactor: move properties into their own key

* feat: add properties filter data structure

* feat: add property filters app

* feat: add switch

* feat: add divider

* feat: add basic property filter modal content

* fix: resolve properties not saving

* refactor: rename to app

* refactor: move into components folder

* refactor: rename to group 1

* fix: resolve settings not updating

* fix: resolve settings being reset

* refactor: simplify code

* fix: set folder to root by default

* feat: implement property filter display

* refactor: use uppercase

* fix: remove need for redux

* refactor: remove unneeded code

* feat: add property filtering

* fix: resolve property filtering
2024-04-18 01:28:21 -06:00
Trey Wallis
2f799ccfda feat: save filters into settings 2024-03-15 16:47:43 -06:00
Trey Wallis
aeae06dc76 docs: add development info 2024-03-15 15:56:28 -06:00
Trey Wallis
19b7ece61f feat: add basic grid view 2024-03-12 10:41:00 -06:00
Trey Wallis
7285514373 feat: add bun.lock 2024-03-11 23:24:42 -06:00