1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-06-23 18:22:20 +00:00

Commit Graph

  • e5ffd59b9c Fixed missing gap between 2 form controls KoloMl 2025-01-03 06:03:42 +04:00
  • 9a73ad80dd Skip blocks if they're not filled up KoloMl 2025-01-03 05:54:06 +04:00
  • cd10ad62f4 Implemented resolver for custom categories for all the tags KoloMl 2025-01-03 05:14:06 +04:00
  • b7a829ff12 Added tag category, storing the original category in the component class KoloMl 2025-01-03 05:13:29 +04:00
  • e06359a24a Export the tag dropdown class, make tag name getter public KoloMl 2025-01-03 03:43:02 +04:00
  • bb2065cf07 Added escaping utility function for RegExp KoloMl 2025-01-03 03:42:03 +04:00
  • 309dd15598 Keep the current URIs and switch them when size is changed KoloMl 2024-12-30 23:08:06 +04:00
  • 757526ab52 Fixed fullscreen button hiding itself on settings update KoloMl 2024-12-30 22:57:43 +04:00
  • 112d60ac78 Fixed selector appearing behind the media and not being accessible KoloMl 2024-12-30 22:52:48 +04:00
  • 3d1e0d6f06 Updated viewer to receive all the image URLs and apply selected size KoloMl 2024-12-30 22:40:58 +04:00
  • 98d3b1c696 Prevent viewer from closing when selecting sizes KoloMl 2024-12-30 22:40:17 +04:00
  • 52a8b6e778 Rendering selector for preview size in the fullscreen viewer element KoloMl 2024-12-30 21:57:35 +04:00
  • c9c441a8ae Added size setting to the misc settings controller KoloMl 2024-12-30 21:53:35 +04:00
  • c241bfb25c Mark profile as no longer temporary once it's edited KoloMl 2024-12-23 21:46:36 +04:00
  • ac85938355 Added temporary flag, auto-remove profile when tags list is empty KoloMl 2024-12-23 21:45:09 +04:00
  • a8a27654fc Merge pull request #65 from koloml/release/0.3.4 0.3.4 KoloMl 2024-12-16 16:43:16 +04:00
  • f58c4aa818 Bumped version to 0.3.4 KoloMl 2024-12-16 16:41:05 +04:00
  • eda58cd2ca Merge pull request #67 from koloml/feature/option-to-auto-remove-invalid-tags KoloMl 2024-12-16 16:32:44 +04:00
  • 8f3020bc7b Merge pull request #66 from koloml/feature/property-icons-in-autocomplete KoloMl 2024-12-15 02:46:17 +04:00
  • abbfcf2e34 Merge pull request #64 from koloml/feature/typescriptify-settings-classes KoloMl 2024-12-15 02:41:39 +04:00
  • c4f00c4905 Fixed hover colors for error-tags KoloMl 2024-12-14 22:04:31 +04:00
  • 71039ee657 Adding default theme colors for categories KoloMl 2024-12-08 22:57:49 +04:00
  • fa8ff3b718 Auto-removing or simply revealing tags when detected KoloMl 2024-12-14 22:00:35 +04:00
  • 90562f3878 Added settings menu for tags with auto-remove option KoloMl 2024-12-14 21:59:47 +04:00
  • d1e22eaa0c Added flag for auto-removing invalid tags KoloMl 2024-12-14 21:48:35 +04:00
  • ca3c4f6618 Added $config alias for config directory KoloMl 2024-12-14 21:25:36 +04:00
  • 3123ce1c0f Added list of blacklisted tags from Furbooru KoloMl 2024-12-14 20:18:33 +04:00
  • 6775a2175a Moving settings classes to TypeScript KoloMl 2024-12-14 19:55:45 +04:00
  • 62bcba34da Editing tag category, applying category color on view KoloMl 2024-12-08 22:59:13 +04:00
  • 17396952c3 Added field for selection of category, added container for tags KoloMl 2024-12-08 22:58:46 +04:00
  • e61f6af237 Added category field to tag group KoloMl 2024-12-08 22:58:16 +04:00
  • 27133077c8 Adding default theme colors for categories KoloMl 2024-12-08 22:57:49 +04:00
  • f90e51b546 Added icon for the properties to differentiate between props & tags KoloMl 2024-12-07 20:54:56 +04:00
  • 9e9499c904 Group deletion confirmation KoloMl 2024-12-04 23:25:04 +04:00
  • 7d19693f5e Import & export views KoloMl 2024-12-04 23:21:26 +04:00
  • 4fcf83d732 Group detail view & editing form KoloMl 2024-12-02 03:23:32 +04:00
  • 93d6d3a174 Groups listing, added link on the main view KoloMl 2024-12-02 03:19:58 +04:00
  • 4bdf04f911 Added store for the groups KoloMl 2024-12-02 03:17:58 +04:00
  • c9a9fe059c Group view element KoloMl 2024-12-02 03:17:48 +04:00
  • e523ce4468 Added initial version of tag group entity with tags & prefixes KoloMl 2024-12-02 03:12:09 +04:00
  • d5f6ed1a3e Merge pull request #60 from koloml/release/0.3.3 0.3.3 KoloMl 2024-11-30 22:10:25 +04:00
  • 0eba277f48 Bumped version to 0.3.3 KoloMl 2024-11-30 22:09:11 +04:00
  • b562752778 Merge pull request #62 from koloml/feature/fullscreen-viewer-loading-spinner KoloMl 2024-11-30 06:12:57 +04:00
  • 015e5d6ec4 Show spinner icon in the fullscreen viewer while loading KoloMl 2024-11-30 06:05:02 +04:00
  • fffb915985 Merge pull request #61 from koloml/feature/typescriptify-storage-entities KoloMl 2024-11-30 05:16:16 +04:00
  • 8151d1519a Merge remote-tracking branch 'origin/release/0.3.3' into feature/typescriptify-storage-entities KoloMl 2024-11-30 05:02:11 +04:00
  • 4f0f3142a1 Typing controller methods, moving subscribe to base class KoloMl 2024-11-30 04:46:10 +04:00
  • be97ac5640 Marking the constructor protected KoloMl 2024-11-30 04:22:59 +04:00
  • 9f61f99548 Moving readAll static method to base class KoloMl 2024-11-30 04:22:43 +04:00
  • 59c958ab32 Switching the jsconfig & vite config to TypeScript KoloMl 2024-11-30 04:20:27 +04:00
  • ee3fcd1b08 Renamed controller to TS KoloMl 2024-11-30 03:49:53 +04:00
  • d14fc8ba7d Proper modifiers KoloMl 2024-11-30 03:37:05 +04:00
  • b3a92653ad Converting the exporters to TypeScript, fixing type errors KoloMl 2024-11-28 00:45:41 +04:00
  • c7f40e99b7 Added mapping of entities and their names KoloMl 2024-11-28 00:43:55 +04:00
  • f6ab60d939 Making entity name public, trying to better support new types KoloMl 2024-11-27 22:48:31 +04:00
  • 666d374057 Moving Maintenance Profile to TypeScript for better types KoloMl 2024-11-27 22:11:35 +04:00
  • 1ecb15c986 Merge pull request #58 from koloml/feature/moving-delete-action-and-confirmation KoloMl 2024-11-26 03:11:36 +04:00
  • b22749812f Placed trash icon on delete button KoloMl 2024-11-26 03:03:00 +04:00
  • 4b3414be47 Added trash icon KoloMl 2024-11-26 02:51:34 +04:00
  • 6e4aef519f Merge remote-tracking branch 'origin/release/0.3.3' into feature/moving-delete-action-and-confirmation KoloMl 2024-11-26 02:46:04 +04:00
  • feb57eec38 Merge pull request #59 from koloml/feature/use-fontawesome-from-npm KoloMl 2024-11-26 02:42:16 +04:00
  • 2a451d18be Replaced icons stored in static with icons files from npm package KoloMl 2024-11-26 02:28:27 +04:00
  • 1420ad1ece Disabled assets inlining for files like SVG icons KoloMl 2024-11-26 01:48:56 +04:00
  • c0590ae347 Installed FA6 KoloMl 2024-11-26 01:47:49 +04:00
  • 39260f9c5d Moved deletion button to profile view, added confirmation view KoloMl 2024-11-26 01:22:20 +04:00
  • 97b79b0b0d Merge pull request #52 from koloml/release/0.3.2 0.3.2 KoloMl 2024-11-23 01:15:14 +04:00
  • b645a1ca7a Bumped version to 0.3.2 KoloMl 2024-11-23 01:09:31 +04:00
  • c0a00e0c05 Merge pull request #57 from koloml/bugfix/backward-sync-for-preferences KoloMl 2024-11-23 00:58:46 +04:00
  • a8f0f16121 Fixed missing backward synchronization from browser storage to stores KoloMl 2024-11-23 00:47:56 +04:00
  • e13d9054cc Merge pull request #51 from koloml/bugfix/autocomplete-duplication KoloMl 2024-11-14 05:34:52 +04:00
  • c0139d0638 Fixed properties not being clickable with mouse KoloMl 2024-11-14 05:06:27 +04:00
  • 80ba4671f5 Fixed autocomplete popup duplication KoloMl 2024-11-14 04:40:43 +04:00
  • bab919f0f8 Merge pull request #45 from koloml/release/0.3.1 0.3.1 KoloMl 2024-11-12 16:35:19 +04:00
  • 72f901a2b7 Bumped version to 0.3.1 KoloMl 2024-11-12 16:30:52 +04:00
  • fd8efccfb3 Merge pull request #50 from koloml/feature/moving-import-and-export-to-separate-class KoloMl 2024-11-12 16:29:31 +04:00
  • 3621bb9f0e Removed export/import logic from entities, using transporter in popup KoloMl 2024-11-12 16:21:06 +04:00
  • c15fae7c3d Implemented separate class for importing/exporting the entities KoloMl 2024-11-12 16:19:13 +04:00
  • 01e538c5c2 Cloning JS formatting settings to the TS, allow importing TS KoloMl 2024-11-12 15:47:21 +04:00
  • 4375613768 Merge pull request #49 from koloml/bugfix/wrap-tags-inside-dynamic-tag-editor KoloMl 2024-11-12 14:26:23 +04:00
  • 3e05b1964d Skip watching logic if there is no editor on the page KoloMl 2024-11-12 14:24:04 +04:00
  • 5092dc7f6d Catch and wrap new tags dropdowns inside fancy tags editor KoloMl 2024-11-12 14:19:53 +04:00
  • 64dfac310e Merge pull request #48 from koloml/bugfix/force-reload-active-profile-on-change KoloMl 2024-11-12 13:55:14 +04:00
  • 2da2716844 Fixed profile not being refreshed after initial page load KoloMl 2024-11-12 13:50:44 +04:00
  • 10b5bff377 Merge pull request #46 from koloml/feature/display-active-profile-in-index-view KoloMl 2024-11-12 13:38:56 +04:00
  • 198b9da407 Fixed shrinking of the inputs on radio & checkbox items KoloMl 2024-11-10 20:45:42 +04:00
  • b5cdb0d81b Show the active profile directly in the index view KoloMl 2024-11-10 20:41:45 +04:00
  • dc4f575576 Merge pull request #44 from koloml/bugfix/add-to-profile-in-tags-index KoloMl 2024-10-23 12:29:03 +04:00
  • 0a947219d0 Fixed "Add to profile" button is not being added on Tags index page KoloMl 2024-10-22 21:49:42 +04:00
  • e83d70fbd9 Merge pull request #42 from koloml/release/0.3 0.3.0 KoloMl 2024-10-20 04:15:24 +04:00
  • 844853ff57 Applied npm audit fix, updated lock file with new version KoloMl 2024-10-20 04:13:27 +04:00
  • 774409aac6 Bumped vite from 5.0.3 to 5.4.9 KoloMl 2024-10-20 04:12:12 +04:00
  • 917775c5cd Bumped svelte from 4.2.7 to 4.2.19 KoloMl 2024-10-20 04:11:46 +04:00
  • a68c261b52 Bumped version to 0.3.0 KoloMl 2024-10-20 04:02:19 +04:00
  • f3a9694b1b Merge pull request #43 from koloml/feature/fullscreen-component KoloMl 2024-10-20 03:55:38 +04:00
  • 2cb4c6b4b2 Refactoring fullscreen viewer, added close swipe action for mobile KoloMl 2024-10-20 03:47:18 +04:00
  • bafdb68f1e Added return type KoloMl 2024-10-20 00:38:22 +04:00
  • 02f9f3b36e Merge pull request #41 from koloml/feature/color-tags-in-editor KoloMl 2024-10-12 20:49:59 +04:00
  • 57c505bee9 Dynamically catch and refresh colors in tag editor KoloMl 2024-10-12 20:15:59 +04:00
  • 03512a6539 Copying tag colors into the tag editor using other tags on the page KoloMl 2024-10-12 19:15:04 +04:00
  • f95eaacaaa Merge pull request #40 from koloml/feature/add-tag-to-profile KoloMl 2024-10-12 18:46:16 +04:00