1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2026-03-24 23:02:58 +00:00

Commit Graph

  • a2d884c969 Added tests for the link replacement logic KoloMl 2025-02-28 03:50:08 +04:00
  • 74f987b5c9 Merge remote-tracking branch 'refs/remotes/origin/release/0.4.3' into feature/workaronud-for-opening-in-new-tab KoloMl 2025-02-28 03:28:13 +04:00
  • f687389516 Implemented routing to be more compatible for extension popup KoloMl 2025-02-28 03:18:18 +04:00
  • 92854f4d6b Renamed hooks to TS KoloMl 2025-02-28 02:40:19 +04:00
  • 4ca9ff029b Merge pull request #104 from koloml/feature/testing-configuration-controller KoloMl 2025-02-28 02:01:00 +04:00
  • 70e573ddc8 Merge pull request #103 from koloml/bugfix/fixing-type-errors KoloMl 2025-02-28 02:00:30 +04:00
  • 8e843c2b19 Fixed element types not being set up for queries KoloMl 2025-02-27 00:54:00 +04:00
  • 76e7bf1542 Fixed missing empty checks for required components KoloMl 2025-02-27 00:53:44 +04:00
  • d5ed86fb40 Exposing timer return type globally KoloMl 2025-02-27 00:50:05 +04:00
  • dc0a9f0aa8 Imported utils function for random string KoloMl 2025-02-25 03:39:30 +04:00
  • 09edc44af8 Added tests for configuration controller KoloMl 2025-02-25 03:38:49 +04:00
  • a9d53afdbe Mocked storage change events for mocked storage area KoloMl 2025-02-25 03:20:43 +04:00
  • ed263d2da4 Installed types for NodeJS for testing KoloMl 2025-02-25 03:19:49 +04:00
  • 9586d121e4 Moved storage definition to constructor for testability KoloMl 2025-02-25 03:19:22 +04:00
  • 92afd10b81 Merge pull request #92 from koloml/release/0.4.2 0.4.2 KoloMl 2025-02-22 19:48:40 -05:00
  • cf8be2589d Bumped version to 0.4.2 KoloMl 2025-02-23 04:30:41 +04:00
  • dbe164b444 Merge pull request #101 from koloml/bugfix/detect-and-init-tags-and-tags-form KoloMl 2025-02-22 19:26:16 -05:00
  • 5613c6fdca Wait for new element to be inserted and notify tags dropdown about it KoloMl 2025-02-23 04:22:29 +04:00
  • dfab625999 Added event returned from booru on form submissions KoloMl 2025-02-23 03:38:06 +04:00
  • b25758c294 Merge pull request #100 from koloml/feature/converting-content-components-to-ts KoloMl 2025-02-22 10:40:59 -05:00
  • 45a8c436be Added tests for the base component class KoloMl 2025-02-21 22:03:35 +04:00
  • 7aabb683cf Making component not abstract to run tests on it KoloMl 2025-02-21 22:03:20 +04:00
  • c4a904c046 Converting content script components to TS KoloMl 2025-02-21 20:54:56 +04:00
  • 3a010f9303 Renaming all content scripts to TS KoloMl 2025-02-21 03:04:11 +04:00
  • 878f3eb878 Merge pull request #99 from koloml/bugfix/dedupe-test-runs-on-release-prs KoloMl 2025-02-20 15:58:31 -05:00
  • b9165302e7 Removed double-testing for release PRs KoloMl 2025-02-21 00:55:19 +04:00
  • 6c02c14f5c Merge pull request #96 from koloml/feature/vitest KoloMl 2025-02-20 15:52:23 -05:00
  • 8b2e0722f0 Building the extension first since testing depends on tsconfig provided by SvelteKit KoloMl 2025-02-21 00:49:58 +04:00
  • 840202396e Merge branch 'bugfix/storage-helper-falsy-values' into feature/vitest KoloMl 2025-02-21 00:36:27 +04:00
  • f6504eeecf Merge pull request #97 from koloml/bugfix/storage-helper-falsy-values KoloMl 2025-02-20 15:31:59 -05:00
  • faaef1305a Fixed storage helper treating falsy values as non-existing values KoloMl 2025-02-21 00:28:39 +04:00
  • 91c44adbd3 Added workflow for GitHub CI KoloMl 2025-02-21 00:25:31 +04:00
  • 68b68d3efd Added initial implementation of mocks for chrome StorageArea, adding first tests for storage helper KoloMl 2025-02-20 23:52:26 +04:00
  • 769a63ccff Added alias $tests for test directory KoloMl 2025-02-20 23:49:42 +04:00
  • 9d097436a5 Added chrome types to autoload KoloMl 2025-02-20 23:49:26 +04:00
  • 6a34822f6a Incorrect include for tests, only test lib directory, import vitest globals KoloMl 2025-02-20 22:27:04 +04:00
  • ab5a6daa07 Installing vitest with jsdom, setting up configuration KoloMl 2025-02-20 22:16:28 +04:00
  • 0bc4379491 Merge pull request #95 from koloml/feature/booru-api-ts KoloMl 2025-02-20 12:58:35 -05:00
  • 3f245bb621 Converting classes to TS KoloMl 2025-02-20 21:47:09 +04:00
  • a858888252 Renamed classes to TS KoloMl 2025-02-20 21:38:10 +04:00
  • 9d7f5c0f38 Initial implementation of bulk transporter with import methods KoloMl 2025-02-20 20:36:34 +04:00
  • f67a321a66 Extracted method to import directly from object KoloMl 2025-02-20 20:32:18 +04:00
  • 5dc41700b8 Introducing lists of importable entities, renaming some interfaces KoloMl 2025-02-19 03:42:20 +04:00
  • c93c3c7bd5 Swapped validator arguments to meet the order on exporter function, fixing types KoloMl 2025-02-19 03:19:01 +04:00
  • 459b1fa779 Marking entity name as key of the mapping for type safety KoloMl 2025-02-19 03:17:52 +04:00
  • 62dc38b35a Fixed exporters not saving categories for groups and temporary flags for profiles KoloMl 2025-02-19 03:08:54 +04:00
  • 07373e17d5 Updated exporters to use importable types for more type safety KoloMl 2025-02-19 03:07:52 +04:00
  • 371bce133e Moved base types used in validators to separate module KoloMl 2025-02-19 03:07:03 +04:00
  • 898c82daf5 Merge pull request #94 from koloml/bugfix/fullscreen-viewer-quality-selector-bg KoloMl 2025-02-18 15:57:53 -05:00
  • fbecc5ccd5 Fixed background color of image size selector to not be transparent KoloMl 2025-02-18 20:41:52 +04:00
  • 48767d47f9 Merge pull request #93 from koloml/feature/migrate-svelte-to-v5-syntax KoloMl 2025-02-17 18:25:54 -05:00
  • c859c5b038 Refactored tag editor element KoloMl 2025-02-18 02:09:41 +04:00
  • 12e9054f59 Refactoring form components KoloMl 2025-02-18 02:00:48 +04:00
  • 23638b50ae Refactored profiles related routes & components KoloMl 2025-02-18 01:39:11 +04:00
  • b31541ddf0 Fixed error being displayed incorrectly KoloMl 2025-02-18 01:29:35 +04:00
  • 62857d44c2 Making sure checkbox input is clickable without following the link KoloMl 2025-02-18 01:17:43 +04:00
  • dff77391b0 Making sure radio input is clickable without following the link KoloMl 2025-02-18 01:14:44 +04:00
  • 5a07fa3d60 Refactored menu & menu items KoloMl 2025-02-17 04:51:15 +04:00
  • 49986ec497 Refactored groups-related routes and components KoloMl 2025-02-17 04:30:45 +04:00
  • 9f08eb2171 Refactored MenuItem KoloMl 2025-02-17 03:46:29 +04:00
  • 927fa21d95 Fixed the typo in the back link KoloMl 2025-02-17 03:44:48 +04:00
  • 620af3e622 Refactoring storage viewer and its route KoloMl 2025-02-17 03:06:39 +04:00
  • efdd9487ad Reformatting all svelte templates to use new rules KoloMl 2025-02-17 02:07:55 +04:00
  • 762652f795 Added specific rules for the svelte components formatting KoloMl 2025-02-17 02:07:40 +04:00
  • 67d41ecf03 Migration to Svelte 5 (using the migration script) KoloMl 2025-02-16 18:02:03 +04:00
  • 5975584905 Merge pull request #91 from koloml/feature/ts-storages KoloMl 2025-02-16 08:38:18 -05:00
  • 566211d046 Merge pull request #90 from koloml/bugfix/storage-inspector-null KoloMl 2025-02-16 08:33:48 -05:00
  • 16f60ef9b5 Moving and renaming entities storages to entities dir KoloMl 2025-02-16 16:19:25 +04:00
  • 09e912ffff Moving all preferences-related stores to preferences dir KoloMl 2025-02-16 16:12:48 +04:00
  • 8a3ef6b049 Converting tag groups store to TS KoloMl 2025-02-16 16:09:16 +04:00
  • 5392a17db5 Renaming tag groups store to TS KoloMl 2025-02-16 16:08:34 +04:00
  • 0b4ff96fc1 Adding type for suggestion position, converting store to TS KoloMl 2025-02-16 16:07:52 +04:00
  • 2104922951 Renaming search preferences store to TS KoloMl 2025-02-16 16:05:02 +04:00
  • f27157a0c5 Converting misc preferences store to TS KoloMl 2025-02-16 16:04:14 +04:00
  • 729d0281ed Converting profiles store to TS KoloMl 2025-02-16 16:03:24 +04:00
  • 461fce5c05 Renaming profiles store to TS KoloMl 2025-02-16 16:01:31 +04:00
  • d1a69437d1 Converting debug store to TS KoloMl 2025-02-16 15:59:13 +04:00
  • 062b04ca8a Renamed debug storage to TS KoloMl 2025-02-16 15:50:37 +04:00
  • 4d3023a641 Display nulls and undefined values in the storage inspector properly KoloMl 2025-02-16 15:47:41 +04:00
  • f7dff0968e Merge pull request #86 from koloml/release/0.4.1 0.4.1 KoloMl 2025-02-15 18:58:27 -05:00
  • acacfe2027 Bumped version to 0.4.1 KoloMl 2025-02-16 03:33:25 +04:00
  • 90e75f1e38 Bumping dependencies (#89) KoloMl 2025-02-15 18:54:36 -05:00
  • 805bb7543a Merge pull request #88 from koloml/feature/update-colors-for-content-styles KoloMl 2025-02-15 18:25:17 -05:00
  • b6a96abadf Fixed incorrect usage of media border variable KoloMl 2025-02-16 03:22:37 +04:00
  • 06b9fefe8f Updating the popup colors to respect active theme KoloMl 2025-02-16 03:17:50 +04:00
  • ff79e0b7fc Renaming booru colors to vars, adding several new variables KoloMl 2025-02-16 03:17:32 +04:00
  • a99e4d286a Merge pull request #85 from koloml/feature/converting-js-to-ts KoloMl 2025-02-15 17:56:28 -05:00
  • 26fae1dc4a Merge pull request #87 from koloml/bugfix/maintenance-popups-tags-appearance KoloMl 2025-02-15 17:53:31 -05:00
  • c834703781 Fixed content styles not respecting aliases KoloMl 2025-02-16 02:48:08 +04:00
  • 33e1948a22 Added site-managed vars as colors, removed override for category KoloMl 2025-02-16 02:43:58 +04:00
  • 1b324f2829 Added new site-defined vars for tag colors KoloMl 2025-02-16 02:43:32 +04:00
  • 22f158dda9 Fixed broken paddings KoloMl 2025-02-16 02:37:20 +04:00
  • f5dd2f7711 Adding type annotations to the query lexer KoloMl 2025-02-07 03:57:08 +04:00
  • d9affcf5a0 Renaming query lexer to TS KoloMl 2025-02-07 03:47:45 +04:00
  • c6d75e2b2a Converting storage helper to TS, adding types for subscribe functions KoloMl 2025-02-07 03:23:21 +04:00
  • 7bb71807bc Renaming storage helper to TS KoloMl 2025-02-07 03:08:09 +04:00
  • 9be8db85a2 Converting config controller to TS KoloMl 2025-02-07 03:03:22 +04:00
  • 392513f375 Renaming config controller to TS KoloMl 2025-02-07 02:45:40 +04:00
  • d504ce3b04 Converting the code to typescript, making validators more type-safe KoloMl 2025-02-07 02:39:53 +04:00
  • 08aa71c959 Renaming validators to TS KoloMl 2025-02-07 01:58:36 +04:00