7ffee170c3
Merge pull request #149 from koloml/feature/tantabus-support
...
Added Tantabus version of extension
2026-02-23 19:03:19 +04:00
bf81b7111f
Tagging Popup: Automatically color tags by their tag namespaces
2026-02-23 18:38:07 +04:00
dfdab180ee
Added option to decorate tag links in forum posts
2026-02-23 17:51:27 +04:00
d181509d6f
Preparing extension for Tantabus
2026-02-22 01:49:31 +04:00
a7e0aefe6b
Merge pull request #148 from koloml/feature/centralized-component-for-errors-and-warnings
...
Popup: Combining warnings and error messages into single component
2026-02-09 11:27:43 +04:00
687c12a8f4
Putting errors and warnings into separate component
2026-02-09 11:24:01 +04:00
8d7b151911
Merge pull request #147 from koloml/bugfix/update-tags-on-last-group-deleted
...
Fixed custom categories not refreshing on tags once last group is deleted
2026-02-09 11:01:50 +04:00
fccd79292d
Fixed tags list didn't update itself once last group was deleted
2026-02-09 10:59:40 +04:00
9318bd51fa
Fixed bulk import only saving last entry
2026-02-09 10:41:10 +04:00
8dfc5f49f9
Merge pull request #143 from koloml/feature/code-reorganization
...
Slight change in code organization for content script components
2026-01-09 08:48:59 +04:00
2ecd37512f
Moving all content_scripts-related components under $content directory
...
Having $lib/component with just $component was a bit confusing,
especially since $lib is also used in Svelte components all over the
place. This move will hopefully make it less confusing for me.
2026-01-09 07:06:58 +04:00
c8ff80d445
Move list of tag categories into the tags config script
2026-01-09 06:55:51 +04:00
26f09c7c46
Fixed tags list for tagging profiles not updating reactively in popup
2026-01-09 06:41:28 +04:00
5c5e0812dc
Provide names for all popup routes using new store
2026-01-09 05:56:33 +04:00
70129d7a0e
Added the store for dynamically changing the popup titles
2026-01-09 05:27:48 +04:00
5fd6dee999
Added constant with the full name of the plugin
2026-01-09 05:27:11 +04:00
17dab5854c
Merge pull request #137 from koloml/feature/reduce-gap-in-tag-category-titles
...
Furbooru: Applying styling changes previously used only for Derpibooru
2025-09-24 13:13:22 +04:00
a20632e58e
Furbooru: Updated tags appearance in media box popups
2025-09-22 22:50:48 +04:00
5f4a1a6c00
Furbooru: Use margin for tag category titles used for Derpibooru
2025-09-22 22:49:33 +04:00
8356956b2e
Making dropdown link icon active for both boorus
...
Furbooru was updated to the latest version of Philomena a few days ago.
Now it uses icons in tag dropdown just like on Derpibooru.
2025-09-22 05:05:52 +04:00
d567ab4dec
Merge pull request #133 from koloml/feature/derpibooru-smaller-tags
...
Derpibooru: Making tags slightly smaller in height to fit the styling used by the site
2025-08-13 17:55:39 +04:00
e4322b3021
Derpibooru: Making tags slightly smaller inside popup
2025-08-13 17:54:40 +04:00
c6b9250d71
Merge pull request #132 from koloml/feature/add-to-profile-icon
...
Derpibooru: Added icon to the tag dropdown option
2025-08-13 17:27:05 +04:00
c330aa303a
Derpibooru: Added icon to the tag dropdown option
2025-08-13 17:24:36 +04:00
9ed3f6939d
Merge pull request #129 from koloml/bugfix/derpibooru-tag-editor-styling
...
Fixed tag categories headlines having inconsistent spacing between Derpibooru and Furbooru
2025-08-13 16:52:39 +04:00
91947b8cc7
Merge remote-tracking branch 'origin/release/0.5.1' into bugfix/inconsistent-auto-run
...
# Conflicts:
# src/content/deps/amd.ts
2025-08-13 16:49:18 +04:00
df61c812fe
Updated autorun logic to resolve issues with loading modules on Firefox
...
Sometimes Firefox decides to load different groups of content scripts
asynchronously, causing our trick with `requestAnimationFrame` to miss
everything. To prevent this, I decided to just attempt to autorun
everything on each definition using `setTimeout`.
I've also tried to use `queueMicrotask` to put autorun logic right
between different groups of modules, but this trick was only working on
Firefox and completely breaking on Chromium. I sure love browsers!
2025-08-13 16:48:27 +04:00
79cd9bc44d
Reduced the space used by the tag category headline
...
This is mainly affecting the Derpibooru version of the extension. Tags
list on Derpibooru is using flex with gaps instead of flex with margins
appearing like gaps (what currently Furbooru uses). This change would
likely be applied to the Furbooru as well.
2025-08-13 15:56:31 +04:00
cf28d2d131
AMD Loader: Ignore duplicated module definitions
...
This fixes an error appearing when chunk is mention multiple times for
different entry content scripts.
2025-08-13 15:27:25 +04:00
eba81b72d4
Derpibooru: Added border to tags, added border colors variables
2025-08-09 15:51:33 +04:00
5b93eb413b
Derpibooru: Different list of black-listed tags
2025-08-09 15:35:36 +04:00
8d042a80a0
Derpibooru: Fixed incorrect padding on media box tags
2025-08-09 01:23:06 +04:00
0deafb4a00
Warn user of potentially different/unknown site imports
2025-08-08 20:41:55 +04:00
8822a2581b
Store last same site status of the imported object
2025-08-08 20:40:57 +04:00
83d27cc966
Add $site property to identify what site entity was created for
2025-08-08 19:47:44 +04:00
f39e060a6a
Updating manifest description, updated About page in popup
2025-08-08 19:40:48 +04:00
c811c13b70
Use site name constant in header component
2025-08-08 19:40:13 +04:00
234f80b992
Added defined constants to typedefinition for TypeScript
2025-08-08 19:39:48 +04:00
4837184d40
Reading constants in SCSS, modifying colors for Derpibooru variant
2025-08-08 19:39:30 +04:00
8fe1ca4914
Merge pull request #98 from koloml/feature/bulk-import-and-export
...
Bulk import/export of tagging profiles and groups
2025-08-04 13:46:03 +04:00
48f278ae95
Added TODO about missing "migration" progress for entities
2025-08-04 13:40:19 +04:00
19ab302b54
Implemented the bulk import interface
2025-08-04 13:39:48 +04:00
189fda59c8
Added separate event listener endpoint for menu item clicks
2025-08-04 13:39:06 +04:00
6bd7116df2
Added validation logic for the group entity
2025-08-04 13:32:35 +04:00
470021ee8c
Validators: Using functions for common value checks
2025-08-04 13:32:19 +04:00
e27257516d
Validator: Support up to version 2 of profiles entity
2025-07-27 21:44:52 +04:00
77293ba30c
Fixed "Export All" checkbox toggling incorrect items
2025-07-27 19:58:19 +04:00
b956b6f7bc
Added separate menu for bulk exporting of all entities
2025-07-27 19:02:19 +04:00
fcca26e128
Make checkbox menu item toggle checkbox if no link is set
2025-07-27 19:00:20 +04:00
69dc645de2
Getter for the type of the entity
2025-07-27 18:27:19 +04:00