8b2e0722f0
Building the extension first since testing depends on tsconfig provided by SvelteKit
2025-02-21 00:49:58 +04:00
840202396e
Merge branch 'bugfix/storage-helper-falsy-values' into feature/vitest
2025-02-21 00:36:27 +04:00
f6504eeecf
Merge pull request #97 from koloml/bugfix/storage-helper-falsy-values
...
StorageHelper: Fixed helper treating falsy values as unset values
2025-02-20 15:31:59 -05:00
faaef1305a
Fixed storage helper treating falsy values as non-existing values
2025-02-21 00:28:39 +04:00
91c44adbd3
Added workflow for GitHub CI
2025-02-21 00:25:31 +04:00
68b68d3efd
Added initial implementation of mocks for chrome StorageArea, adding first tests for storage helper
2025-02-20 23:52:26 +04:00
769a63ccff
Added alias $tests for test directory
2025-02-20 23:49:42 +04:00
9d097436a5
Added chrome types to autoload
2025-02-20 23:49:26 +04:00
6a34822f6a
Incorrect include for tests, only test lib directory, import vitest globals
2025-02-20 22:27:04 +04:00
ab5a6daa07
Installing vitest with jsdom, setting up configuration
2025-02-20 22:16:28 +04:00
0bc4379491
Merge pull request #95 from koloml/feature/booru-api-ts
...
Converted classes related to parsing/submitting tags to TypeScript
2025-02-20 12:58:35 -05:00
3f245bb621
Converting classes to TS
2025-02-20 21:47:09 +04:00
a858888252
Renamed classes to TS
2025-02-20 21:38:10 +04:00
898c82daf5
Merge pull request #94 from koloml/bugfix/fullscreen-viewer-quality-selector-bg
...
Fullscreen Viewer: Fixed size selector not having backgronud color making it difficult to read with certain images
2025-02-18 15:57:53 -05:00
fbecc5ccd5
Fixed background color of image size selector to not be transparent
2025-02-18 20:41:52 +04:00
48767d47f9
Merge pull request #93 from koloml/feature/migrate-svelte-to-v5-syntax
...
Migration to Svelte 5 syntax
2025-02-17 18:25:54 -05:00
c859c5b038
Refactored tag editor element
2025-02-18 02:09:41 +04:00
12e9054f59
Refactoring form components
2025-02-18 02:00:48 +04:00
23638b50ae
Refactored profiles related routes & components
2025-02-18 01:39:11 +04:00
b31541ddf0
Fixed error being displayed incorrectly
2025-02-18 01:29:35 +04:00
62857d44c2
Making sure checkbox input is clickable without following the link
2025-02-18 01:17:43 +04:00
dff77391b0
Making sure radio input is clickable without following the link
2025-02-18 01:14:44 +04:00
5a07fa3d60
Refactored menu & menu items
...
Once again, breaking change for a lot of components, would be tackled separately
2025-02-17 04:51:15 +04:00
49986ec497
Refactored groups-related routes and components
2025-02-17 04:30:45 +04:00
9f08eb2171
Refactored MenuItem
...
This change will break a lot of menu items with `on:click`. These cases would be resolved separately.
2025-02-17 03:46:29 +04:00
927fa21d95
Fixed the typo in the back link
2025-02-17 03:44:48 +04:00
620af3e622
Refactoring storage viewer and its route
2025-02-17 03:06:39 +04:00
efdd9487ad
Reformatting all svelte templates to use new rules
2025-02-17 02:07:55 +04:00
762652f795
Added specific rules for the svelte components formatting
2025-02-17 02:07:40 +04:00
67d41ecf03
Migration to Svelte 5 (using the migration script)
2025-02-16 18:02:03 +04:00
5975584905
Merge pull request #91 from koloml/feature/ts-storages
...
Converting storages to TypeScript, minor restructuring of the storage folder
2025-02-16 08:38:18 -05:00
566211d046
Merge pull request #90 from koloml/bugfix/storage-inspector-null
...
Debugging: Fixed null value being displayed incorrectly in storage inspector
2025-02-16 08:33:48 -05:00
16f60ef9b5
Moving and renaming entities storages to entities dir
2025-02-16 16:19:25 +04:00
09e912ffff
Moving all preferences-related stores to preferences dir
2025-02-16 16:12:48 +04:00
8a3ef6b049
Converting tag groups store to TS
2025-02-16 16:09:16 +04:00
5392a17db5
Renaming tag groups store to TS
2025-02-16 16:08:34 +04:00
0b4ff96fc1
Adding type for suggestion position, converting store to TS
2025-02-16 16:07:52 +04:00
2104922951
Renaming search preferences store to TS
2025-02-16 16:05:02 +04:00
f27157a0c5
Converting misc preferences store to TS
2025-02-16 16:04:14 +04:00
729d0281ed
Converting profiles store to TS
2025-02-16 16:03:24 +04:00
461fce5c05
Renaming profiles store to TS
2025-02-16 16:01:31 +04:00
d1a69437d1
Converting debug store to TS
2025-02-16 15:59:13 +04:00
062b04ca8a
Renamed debug storage to TS
2025-02-16 15:50:37 +04:00
4d3023a641
Display nulls and undefined values in the storage inspector properly
2025-02-16 15:47:41 +04:00
f7dff0968e
Merge pull request #86 from koloml/release/0.4.1
...
Release: 0.4.1
0.4.1
2025-02-15 18:58:27 -05:00
acacfe2027
Bumped version to 0.4.1
2025-02-16 03:55:22 +04:00
90e75f1e38
Bumping dependencies ( #89 )
...
* Updated `@fortawesome/fontawesome-free` to 6.7.2
* Updated `sass` to 1.85.0
* Updated `@sveltejs/kit` to 2.17.2
* Updated `svelte` to 5.20.1
* Updated `vite` to 6.1.0
* Updated `@types/chrome` to 0.0.304
2025-02-15 18:54:36 -05:00
805bb7543a
Merge pull request #88 from koloml/feature/update-colors-for-content-styles
...
Updated maintenance popup styling to respect active site theme
2025-02-15 18:25:17 -05:00
b6a96abadf
Fixed incorrect usage of media border variable
2025-02-16 03:22:37 +04:00
06b9fefe8f
Updating the popup colors to respect active theme
2025-02-16 03:17:50 +04:00