Commit Graph

273 Commits

Author SHA1 Message Date
EtSL33py 6fa3b357c3 Added 'Show buttons on hover only' setting for preview buttons 2024-09-23 20:19:38 +03:00
EtSL33py b0913a73e4 Added preview size sliders to settings 2024-09-23 15:42:33 +03:00
Hayden 67fcfa015b Merge pull request #24 from EtSL33py/test
Use "drop" event instead of "dragend" in Firefox
2024-09-23 17:56:07 +08:00
Hayden c31e2f46d6 Merge pull request #22 from EtSL33py/sidebar
Add default manager position in settings menu
2024-09-23 17:55:39 +08:00
EtSL33py e05c83e5f9 Update model-manager.js 2024-09-20 18:59:31 +03:00
EtSL33py 42a5180dc9 Update model-manager.js 2024-09-20 18:44:53 +03:00
EtSL33py c180d1b380 Update model-manager.js 2024-09-20 16:28:25 +03:00
EtSL33py 8df9cee930 Update model-manager.js 2024-09-20 16:22:50 +03:00
EtSL33py 20f9330292 use "drop" event instead of "dragend" in firefox 2024-09-20 15:48:34 +03:00
EtSL33py 81739c6d21 Update model-manager.js 2024-09-20 03:37:45 +03:00
EtSL33py 5abbd0ccb8 Update model-manager.js 2024-09-20 03:35:02 +03:00
EtSL33py 7a5d19eeec defauls state is None, state and sizes are not updated when Save or Reload is pressed 2024-09-20 03:30:11 +03:00
EtSL33py 844f286f24 buttons are updated when default position is changed 2024-09-19 15:04:50 +03:00
EtSL33py ab5532c8e6 upd 2024-09-19 11:47:34 +03:00
hayden 6f61688bd8 Fix the problem that the CSS reference address may be wrong. 2024-09-18 15:20:13 +08:00
hayden 5dea0bae98 LINT: Add some lint specifications 2024-09-18 11:54:49 +08:00
Hayden f0c7b3823d Merge pull request #16 from korutech-ai/feature/notes-preview
FEATURE: Adds HTML markdown preview below notes editor.
2024-09-18 11:37:28 +08:00
korutech-ai 89b95405c8 CSS: Added overflow-wrap to improve text readability. 2024-08-29 08:02:01 +12:00
korutech-ai 6a3eed6157 BUGFIX: Modified layout of tags tab so elements don't overlap. 2024-08-28 11:52:04 +12:00
korutech-ai 3943034a18 UPDATE: Added a notes editing toggle button to improve notes tab layout. 2024-08-28 11:18:53 +12:00
korutech-ai 1a52cf50d5 LINTING:
- Added eslint.
- Cleaned up lexical declarations in case clauses.
2024-08-28 10:13:11 +12:00
korutech-ai 1bedfaa7a2 LINT: No code change, just whitespace cleanup. 2024-08-28 08:14:39 +12:00
korutech-ai ab7c62e929 DEVCONFIG: Adding macOS ignore settings. 2024-08-28 07:48:30 +12:00
korutech-ai d07d013b30 UPDATE: HTML/MD improvements.
- pulled ESM modules for local loading.
- added downshow module for better HTML to MD conversion.
2024-08-28 07:44:59 +12:00
korutech-ai 3af7dd8a4f UPDATE: Improved default textarea size in notes tab. 2024-08-26 17:00:14 +12:00
Davo KiwiCloudNinja 32bb6f1f04 FEATURE: Adds HTML markdown preview below notes editor. 2024-08-26 16:15:49 +12:00
Hayden 79dbf2b4c5 Merge pull request #14 from cdb-boop/main
v1.3 Performance and Quality of Life Improvements
2024-08-20 09:57:17 +08:00
Christian Bastian d2a9a3a1fa Swapped to using built-in safetensors header loader.
- Build-in loader avoids worst-case slow load using max length.
2024-08-19 09:56:02 -04:00
Christian Bastian e945be8e3e Added .gguf to known model extensions. 2024-08-19 07:29:58 -04:00
Christian Bastian 116d1210af Added support for .jfif previews. 2024-08-19 05:11:17 -04:00
Christian Bastian f90508aeed Added null check to download notes. 2024-08-18 09:21:42 -04:00
Christian Bastian b9975e8d2f Removed opacity and only change element's alpha. 2024-08-18 06:47:47 -04:00
Christian Bastian 83c8cb1149 Fixed background color for model label. 2024-08-18 06:33:14 -04:00
Christian Bastian a28cfb7907 Updated README. 2024-08-17 04:52:53 -04:00
Christian Bastian 75aaec0d9a Updated README. 2024-08-17 04:48:32 -04:00
Christian Bastian 4eed80f699 Disabled editing notes in download tab when saving notes is disabled. 2024-08-17 04:47:14 -04:00
Christian Bastian 75879a5403 Enabled editing model notes in download tab. 2024-08-17 04:04:49 -04:00
Christian Bastian 70d55e3319 Simplified tag cleaning code. 2024-08-17 03:55:45 -04:00
Christian Bastian f08963d41d Added automatic disambiguation of tags vs tag lists in model info.
- If there are any tag lists as a single tag, each tag will be separated by a newline instead of a comma.
2024-08-17 03:45:45 -04:00
Christian Bastian 7ef238e8f3 Fixed bug where upload input height too small. 2024-08-16 15:12:02 -04:00
Christian Bastian cba1ba54b4 Fix external api requests.
- Stopped using ComfyUI's API requests for external web requests.
2024-08-16 15:08:26 -04:00
Christian Bastian 6336f6e572 Removed debug printing.
- Attempted to fix Key Combo bug blocking 'S' key.
2024-08-08 20:42:34 -04:00
Christian Bastian dc44112a2f Fixed bug where download button did not reset/reenable on failure. 2024-08-02 22:43:12 -04:00
Christian Bastian c40a9a8f83 Tweak save shortcut. 2024-07-28 08:53:27 -04:00
Christian Bastian fcb2c426f4 Added Apple keyboard shortcut Meta+s to save notes. 2024-07-28 08:47:19 -04:00
Christian Bastian ddb0170b4f Fixed touchscreen sidebar drag.
- Forgot to extract touch from event.
2024-07-28 07:30:46 -04:00
Christian Bastian 44d7084aa0 Minor change. 2024-07-28 06:32:52 -04:00
Christian Bastian cad33b5b42 Fixed bug where model directory dropdown was offscreen.
- Parent element of dropdown needs to be `position: relative` in order to get the correct viewport offset. The fix only manually in three locations. Needs a redesign.
2024-07-28 06:31:38 -04:00
Christian Bastian 0159534c01 Updated README.
- Made the writing flow more naturally and added a few more things.
2024-07-28 04:49:33 -04:00
Christian Bastian a55bc138e7 Added stricter check before showing drag cursor. 2024-07-28 04:13:14 -04:00