6775a2175a
Moving settings classes to TypeScript
2024-12-14 19:55:45 +04:00
015e5d6ec4
Show spinner icon in the fullscreen viewer while loading
2024-11-30 06:05:02 +04:00
4f0f3142a1
Typing controller methods, moving subscribe to base class
2024-11-30 04:46:10 +04:00
be97ac5640
Marking the constructor protected
2024-11-30 04:23:09 +04:00
9f61f99548
Moving readAll static method to base class
2024-11-30 04:22:43 +04:00
ee3fcd1b08
Renamed controller to TS
2024-11-30 03:49:53 +04:00
d14fc8ba7d
Proper modifiers
2024-11-30 03:37:05 +04:00
b3a92653ad
Converting the exporters to TypeScript, fixing type errors
2024-11-28 00:45:41 +04:00
f6ab60d939
Making entity name public, trying to better support new types
2024-11-27 22:48:31 +04:00
666d374057
Moving Maintenance Profile to TypeScript for better types
2024-11-27 22:11:35 +04:00
c0139d0638
Fixed properties not being clickable with mouse
2024-11-14 05:06:27 +04:00
80ba4671f5
Fixed autocomplete popup duplication
2024-11-14 04:40:43 +04:00
fd8efccfb3
Merge pull request #50 from koloml/feature/moving-import-and-export-to-separate-class
...
Slightly reduced extension content scripts size by extracting import/export logic into separate class
2024-11-12 16:29:31 +04:00
3621bb9f0e
Removed export/import logic from entities, using transporter in popup
2024-11-12 16:21:06 +04:00
c15fae7c3d
Implemented separate class for importing/exporting the entities
2024-11-12 16:19:13 +04:00
4375613768
Merge pull request #49 from koloml/bugfix/wrap-tags-inside-dynamic-tag-editor
...
Fixed the "Add to profile" option not showing up after submitting tag changes in tags editor
2024-11-12 14:26:23 +04:00
3e05b1964d
Skip watching logic if there is no editor on the page
2024-11-12 14:24:04 +04:00
5092dc7f6d
Catch and wrap new tags dropdowns inside fancy tags editor
2024-11-12 14:19:53 +04:00
2da2716844
Fixed profile not being refreshed after initial page load
2024-11-12 13:50:44 +04:00
f3a9694b1b
Merge pull request #43 from koloml/feature/fullscreen-component
...
Fullscreen Viewer: Moved viewer logic into separate component, added closing with swipe for touch devices, added scroll lock
2024-10-20 03:55:38 +04:00
2cb4c6b4b2
Refactoring fullscreen viewer, added close swipe action for mobile
2024-10-20 03:47:18 +04:00
bafdb68f1e
Added return type
2024-10-20 00:38:22 +04:00
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