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
6098a11115
Bumped version to 0.4.5
...
Woops, forgot to bump the version.
0.4.5
2025-06-03 13:48:49 +04:00
a87d8b94b8
Merge pull request #125 from koloml/release/0.4.5
...
Release: 0.4.5
2025-06-03 13:46:57 +04:00
c283b96285
Updating dependencies ( #126 )
...
* Updated `sass` from 1.86.3 to 1.89.1
* Updated `svelte` from 5.25.6 to 5.33.14
* Updated `svelte-check` from 4.1.5 to 4.2.1
* Updated `@sveltejs/kit` from 2.20.3 to 2.21.1
* Removed `@sveltejs/adapter-auto`
Looks like it was left over from initial commit. We're using static
adapter.
* Updated `vite` from 6.2.5 to 6.3.5
* Updated `vitest` from 3.1.1 to 3.2.0
* Updated `@vitest/coverage-v8` from 3.1.1 to 3.2.0
* Updated `typescript` from 5.8.2 to 5.8.3
* Updated `jsdom` from 26.0.0 to 26.1.0
* Updated `@types/node` from 22.14.0 to 22.15.29
* Updated `@types/chrome` from 0.0.313 to 0.0.326
2025-06-03 13:45:17 +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
59c15f27eb
Merge pull request #123 from koloml/feature/quick-query-untagged-implications
...
Tag Page: Added link for quick search of untagged implications
2025-06-03 02:41:01 +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
39c3f97846
Merge pull request #121 from koloml/feature/minify-amd-exports-in-content-scripts
...
Content Scripts: Enabled minification of exported properties
2025-04-09 01:01:45 +04:00
9c19bd70c2
Enable minification of exports for content scripts
2025-04-09 00:48:40 +04:00
d158b46dc6
Merge pull request #119 from koloml/feature/amd-loaded-content-scripts
...
Reworked build step for content scripts & styles to use AMD as module system
2025-04-06 15:55:24 +04:00
966100d606
Added AMD loader initialization as separate entry, autoload everything
2025-04-06 15:13:31 +04:00
7cf2730402
Reworked build step for the content scripts
...
Main changes:
- Scripts are now built in 2 steps instead of building every script and
style one at a time;
- Scripts are built as AMD modules;
- Dependencies are automatically injected into resulting manifest.json
file.
2025-04-06 15:12:12 +04:00
bdbe49b419
Installed amd-lite 1.0.1
2025-04-06 15:08:14 +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
bb14492578
Merge pull request #116 from koloml/release/0.4.4
...
Release: 0.4.4
0.4.4
2025-04-04 14:38:37 +04:00
30320e7283
Bumped version to 0.4.4
2025-04-04 14:37:20 +04:00
8839373292
Updating dependencies ( #118 )
...
* Updated `vite` to 6.2.5
* Updated `sass` to 1.86.3
* Updated `svelte` to 5.25.6
* Updated `@sveltejs/kit` to 2.20.3
* Updated `vitest` to 3.1.1
* Updated `@vitest/coverage-v8` to 3.1.1
* Updated `@sveltejs/adapter-auto` to 6.0.0
* Updated `@types/chrome` to 0.0.313
* Updated `@types/node` to 22.14.0
2025-04-04 14:35:54 +04:00
0e35d1d0ba
Merge pull request #117 from koloml/feature/name-events-as-constants
...
Changing the naming of custom events to be different from the usual variables
2025-04-04 14:15:45 +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
1b4b646024
Merge pull request #113 from koloml/bugfix/last-mediabox-position
...
Fixed last media box on the page showing its popup outside of the viewport
2025-03-26 21:05:29 +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
d5ad66d902
Merge pull request #112 from koloml/release/0.4.3.1
...
Release: 0.4.3.1
0.4.3.1
2025-03-12 19:34:05 +04:00
cb6b5f4f9d
Bumped version to 0.4.3.1
2025-03-12 19:32:27 +04:00
193941b0ac
Merge pull request #111 from koloml/hotfix/tag-groups-not-applying-for-tag-editor
...
Fixed tag group colors & grouping not applying in Firefox
2025-03-12 19:31:52 +04:00
562274b3d8
Fixed Firefox not applying tag groups due to invalid scripts order
2025-03-12 19:27:24 +04:00
6faf5c8582
Merge pull request #105 from koloml/release/0.4.3
...
Release: 0.4.3
0.4.3
2025-03-12 18:55:40 +04:00
e591751406
Bumped version to 0.4.3
2025-03-12 18:48:50 +04:00
c9347c375d
Merge pull request #110 from koloml/bugfix/group-editor-back-link
...
Tag Groups: Fixed incorrect path on the "Back" link for group editor view
2025-03-12 18:46:50 +04:00
68e134f2e4
Updated dependencies ( #109 )
...
* Updated `@sveltejs/kit` to 2.19.0
* Updated `svelte` to 5.23.0
* Updated `typescript` to 5.8.2
* Updated `svelte-check` to 4.1.5
* Updated `sass` to 1.85.1
* Updated `@types/chrome` to 0.0.309
* Updated `vite` to 6.1.1
* Updated `vitest` to 3.0.8
* Updated `@vitest/coverage-v8` to 3.0.8
* Updated `@types/node` to 22.13.10
2025-03-12 18:45:21 +04:00
338eb2bbb1
Fixed incorrect path on the "Back" link for group editor
2025-03-12 18:43:41 +04:00