1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

196 Commits

Author SHA1 Message Date
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
b0889486c7 Added search preferences section with several initial settings 2024-08-07 02:30:24 +04:00
c0b1259e45 Added select and checkboxes fields 2024-08-07 02:29:31 +04:00
8aacd83474 Support form controls without labels, added paddings 2024-08-07 02:29:19 +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
f71dc5a029 Merge pull request #17 from koloml/feature/tagging-profiles-import-export
Added functionality to export and import tagging profiles
2024-07-07 19:45:07 +04:00
1a086625b9 Implemented the importing procedure for tagging profiles 2024-07-07 19:35:27 +04:00
60914e11c4 Moved styling of the textarea inside FormControl 2024-07-07 19:09:19 +04:00
d3fc78533d Extracted the logic of previewing the tagging profiles into component 2024-07-07 19:08:31 +04:00
b240c2aefe Added error & warning colors 2024-07-07 19:07:21 +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
8d8d7cc7e4 Force cursor to point, disabled user selection 2024-07-07 16:51:31 +04:00
688ed15939 Added exporting view for a tagging profile 2024-07-07 05:58:31 +04:00
d671ca13f6 Installed lz-string which will be used to compress exported data 2024-07-07 05:57:54 +04:00
aaa1441a38 Added file-export icon, moved some the types to typedef file 2024-07-07 05:10:17 +04:00
b7a53daa9b Merge pull request #15 from koloml/feature/menu-items-controls
Minor refactoring for menu items, support switching between tagging profiles using radio controls right from the list
2024-07-07 03:19:23 +04:00
965045e672 Merge pull request #14 from koloml/feature/link-latest-release-to-github
Linking the version in the popup footer to the latest release page
2024-07-07 03:19:00 +04:00
7ee1a72302 Added radio item, replaced menu item on profiles listing screen 2024-07-07 03:10:50 +04:00
dc27f33231 Renaming all instances of MenuLink to MenuItem 2024-07-07 02:52:36 +04:00
eae5016daa Support links without URLs provided 2024-07-07 02:48:41 +04:00
7b236f12cd Added link to the repository release for current version 2024-07-07 01:45:15 +04:00
7eab8d633f Bumping version to 0.1.2 0.1.2 2024-07-05 02:12:59 +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
be4aec54fe Merge pull request #12 from koloml/disable-search-autocompletion
Removing auto-completion logic
2024-07-05 02:05:43 +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
d2140c6eee Bumping version to 0.1.1 0.1.1 2024-06-27 02:04:45 +04:00
741bc71f11 Merge pull request #8 from koloml/minor-text-and-styling-changes
Minor content & styling changes and fixes
2024-06-27 02:03:07 +04:00
9732fa2005 Adding more spaces between elements on profile view 2024-06-27 02:01:46 +04:00
c45d4619a8 Renaming main link to "Tagging Profiles" 2024-06-27 02:01:10 +04:00
e42419e3c5 Merge pull request #7 from koloml/tags-editor-refactor
Re-import base input styling removed with Tags Editor styling back to main popup stylesheet
2024-06-27 01:43:15 +04:00
5c48e1cca6 Re-import base input styling to popup stylesheet
Forgot to move import out of tags editor into the main popup stylesheet.
2024-06-27 01:41:17 +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
723e72b65f Merge pull request #5 from koloml/tags-editor-refactor
Refactoring Tags Editor from Web Components API to Svelte component, improved accessibility for keyboards
2024-06-27 01:37:31 +04:00
8da814c8dd Moving popups of first/last media boxes to not get out of screen 2024-06-27 01:28:53 +04:00
4bd7a67a03 Calculate the first/last media boxes in the row on every resize 2024-06-27 01:12:04 +04:00
b302e8fbb7 Removed tags editor stylesheets from global styles 2024-06-27 00:44:38 +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
15d318ec90 Merge pull request #1 from koloml/fullscreen-viewer-interactions
Support playing videos in Fullscreen Viewer, closing Viewer on click
2024-06-23 18:26:21 +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
1c5b87e3d4 Create LICENSE 0.1.0 2024-06-22 17:19:26 +04:00