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
0781742dab
Merge remote-tracking branch 'origin/master' into feature/bulk-import-and-export
2025-07-12 19:24:49 +04:00
71b067a77d
Merge branch 'master' into release/0.5
2025-06-25 18:42:44 +04:00
02478f0bf0
Merge pull request #124 from koloml/bugfix/popup-header-z-index
...
Fixed header in popup having wrong z-index
2025-06-03 02:41:23 +04:00
a58d8f0e15
Merge pull request #122 from koloml/feature/removing-properties-suggestions
...
Properties Suggestions: Removing feature since it'll be integrated into Philomena
2025-06-03 02:29:53 +04:00
2453bdf7b9
Removing the properties suggestions feature
...
This feature is moved directly into Philomena. This implementation is
now outdated and depends on the previous version of suggestions popup.
2025-06-03 02:24:20 +04:00
134e96bc4c
Added link for a quick search of untagged implications
2025-06-03 02:14:00 +04:00
1c05159ddf
Fixed popup's header z-index position appearing behind some elements
2025-04-15 23:50:02 +04:00
966100d606
Added AMD loader initialization as separate entry, autoload everything
2025-04-06 15:13:31 +04:00
ed779a8481
Merge remote-tracking branch 'origin/master' into feature/bulk-import-and-export
...
# Conflicts:
# src/lib/extension/transporting/exporters.ts
2025-04-04 18:25:27 +04:00
bca21da6d1
Merge remote-tracking branch 'origin/release/0.4.4' into feature/name-events-as-constants
...
# Conflicts:
# src/lib/components/TagsListBlock.ts
2025-04-04 14:15:02 +04:00
60491f57d4
Merge pull request #115 from koloml/feature/grouping-button
...
Tag Groups: Added button to the tags list component to quckly toggle the sepeartion on and off
2025-03-26 21:06:25 +04:00
c26c4bcf62
Merge pull request #114 from koloml/bugfix/missing-re-initialization-for-tags-list
...
Tags List: Fixed re-initialization of the component after tags were submitted
2025-03-26 21:06:15 +04:00
928fe5ddb0
Removed unnecessary import
2025-03-26 20:46:51 +04:00
6586141134
Fixed missed re-initialization of tags list after tag form was submitted
2025-03-26 20:43:19 +04:00
d587bd2453
Added button to the tags list to toggle separation of groups
2025-03-26 20:39:30 +04:00
e2eb8a0ca7
Fixed last media box on the page not being marked as the last in a row
2025-03-26 20:03:04 +04:00
0876e5f001
Changed naming for event name constants to differentiate them with variables
2025-03-26 19:01:18 +04:00
338eb2bbb1
Fixed incorrect path on the "Back" link for group editor
2025-03-12 18:43:41 +04:00
8fe2d718ff
Default global group separation to turned on
2025-03-10 06:49:41 +04:00
b1ca67fc5b
Implemented grouping of tags marked for separation in settings
2025-03-10 06:48:56 +04:00