1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 15:12:58 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
57c505bee9 Dynamically catch and refresh colors in tag editor 2024-10-12 20:15:59 +04:00
03512a6539 Copying tag colors into the tag editor using other tags on the page 2024-10-12 19:15:04 +04:00
f95eaacaaa Merge pull request #40 from koloml/feature/add-tag-to-profile
Tagging Profiles: Added option to quickly add the tag into the active profile from the dropdown context menu
2024-10-12 18:46:16 +04:00
38cb925fa4 Implemented option to add the tag into active profile from dropdown 2024-10-12 03:40:38 +04:00
68d1d726af Added debug section to inspect extension's local storage 2024-08-12 19:37:35 +04:00
c9d20be33d Turn on the fullscreen viewer button by default 2024-08-10 15:05:09 +04:00
e9b68137de Apply the preference 2024-08-10 15:04:00 +04:00
e0820c50ec Added settings for misc. & tools preferences with fullscreen option 2024-08-10 15:03:39 +04:00
3adfab9555 De-Chrome-ify helper class directory 2024-08-08 06:15:28 +04:00
e85055368a Apply preferences to the search wrapper 2024-08-07 03:39:56 +04:00
0265622337 Merge remote-tracking branch 'refs/remotes/origin/release/0.2' into feature/configuration-section 2024-08-07 03:28:13 +04:00
91648a1ee0 Merge pull request #19 from koloml/feature/autocomplete-property-queries
Autocompletion: Added completion for the properties in header search field
2024-08-07 03:27:34 +04:00
fa77e8b923 Added search settings controller, sync settings in popup with the class 2024-08-07 03:26:32 +04:00
67d3b57eb1 Implemented base class for cached settings storages 2024-08-07 03:26:06 +04:00
be1ae8f004 Added undocumented faved_by_id and uploader_id 2024-07-22 22:05:32 +04:00
3f22852714 Added autocompletion of my: namespace 2024-07-22 22:05:09 +04:00
71ab75efaf Partially restored header logic, added suggestions for properties 2024-07-15 03:54:28 +04:00
e1026fd108 Fixed error triggered when empty string is parsed as null 2024-07-07 19:07:03 +04:00
81c66134a1 Added import logic, moved logic to the profile class 2024-07-07 17:18:26 +04:00
68de994811 Merge pull request #13 from koloml/prevent-closing-tab-before-submission-completed
Prompt the browser confirmation popup when attempting to change or close the tab before all submissions are processed
2024-07-05 02:05:59 +04:00
9ca663ffdb Added icon for failed status 2024-07-05 02:00:36 +04:00
bb0f84c9ad Showing exit popup when leaving page before submissions are processed 2024-07-05 01:57:34 +04:00
c8eb54ab98 Removing auto-completion logic 2024-07-05 01:06:11 +04:00
c55b9cc851 Merge pull request #6 from koloml/media-boxes-positions
Fixed Maintenance popups getting out of screen on the start and on the end of the grid rows
2024-06-27 01:37:44 +04:00
4bd7a67a03 Calculate the first/last media boxes in the row on every resize 2024-06-27 01:12:04 +04:00
e6e537ea0c Tags Editor: Removed Web Component with a component made with Svelte
Additionally, this editor works a little bit better when used with
keyboard. It supports tabbing between "remove" buttons inside the tags
and pressing them with Space/Enter.

Web Component was an idea to keep the editor the same between frontend
and Svelte app, but as I figured out later, extensions can't use those.
Unfortunate.
2024-06-27 00:43:29 +04:00
a81a7c5d27 Support video content in Fullscreen Viewer 2024-06-23 18:25:05 +04:00
eda7342144 Closing full screen viewer on click 2024-06-23 15:07:16 +04:00
8ec2a14861 Added small button to show the large image in "fullscreen" mode 2024-06-22 15:06:56 +04:00
f863b3a475 Implementation of the search field autocomplete feature 2024-05-29 00:19:22 +04:00
216c3e75eb Fix active profile not resetting due to last profile id default value 2024-05-26 05:08:28 +04:00
ed9f5262af Refresh tags after submission completed 2024-04-09 23:24:25 +04:00
a4328eae24 Re-fetching the detail image page to catch new tags and aliases list 2024-04-09 23:24:15 +04:00
f12e8f17b2 Fix incorrect methods used on sets 2024-04-09 03:51:52 +04:00
941d33bb66 Implementation of tags submission, added status icon to indicate state 2024-04-09 03:47:54 +04:00
c6ae064c90 Fixed check for active profile on the tools container 2024-04-09 01:26:15 +04:00
0d2d175cf9 Not all image containers are of thumb size 2024-04-04 03:10:53 +04:00
5ea02e39f1 Renaming the file for tools component 2024-04-04 03:07:02 +04:00
50b1a4eab5 Start handling clicks on the tags 2024-04-04 03:03:04 +04:00
f6a35eb2a4 Assuming that media box toolbox is always present 2024-04-04 02:56:40 +04:00
599f25e003 Changing the way components initialized, added wrapper for media boxes 2024-04-04 02:35:53 +04:00
93e06e6ea1 Added getter for checking if initialization is completed 2024-04-04 02:35:09 +04:00
6bb020bcf3 Rename of the media box tools component, fixing runtime error 2024-03-31 21:55:41 +04:00
c22023775a More comfortable simple components system 2024-03-31 21:28:29 +04:00
ec5316774f Showing maintenance popup on hover over media box 2024-03-30 21:44:37 +04:00
6290aadb7e Removed web-component version of maintenance popup 2024-03-30 21:38:43 +04:00
0a410944fe Rewriting maintenance popup from web component to simple class 2024-03-30 21:28:52 +04:00
758a370d0a Added missing logic for subscribing to the maintenance settings changes 2024-03-30 21:18:55 +04:00
8026f16b23 Starting implementing the maintenance popup element for media boxes 2024-03-28 02:30:16 +04:00
918dcc8e00 Implementing the classes to manipulate settings 2024-03-23 03:09:54 +04:00