Commit Graph

451 Commits

Author SHA1 Message Date
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
Christian Bastian d3df4b5ec8 Added border in sidebar mode to help with visibility. 2024-07-28 03:47:12 -04:00
Christian Bastian 525d71a981 Tweaked README node graph info. 2024-07-28 02:46:24 -04:00
Christian Bastian a064e5e7ee Updated README. 2024-07-28 00:30:55 -04:00
Christian Bastian 544cc4b97a Tweaked image. 2024-07-28 00:29:02 -04:00
Christian Bastian a557243235 Removed duplicate code. 2024-07-27 22:55:00 -04:00
Christian Bastian 9061224cd1 Fixed Firefox bug where dragging model onto node graph event position was OOB.
- Added separate logic to handle different xy values for Firefox's drag `event.clientX` and `event.clientY`.
- Added memory for maintaining sidebar ratio when window is resized.
- Fixed bugs when resizing sidebar on secondary screen.
2024-07-27 22:53:23 -04:00
Christian Bastian 269d1b9798 Sorted images into subdirectory. 2024-07-27 06:00:10 -04:00
Christian Bastian 15f70c9eb9 Added beta menu button image. 2024-07-27 05:05:41 -04:00
Christian Bastian 22e5afd104 Updated screenshots.
- Fixed bug where sidebar settings values were inverted two out of four of the buttons.
- Fixed sidebar bug where making the window smaller caused sidebar to exceed page size.
- Remove debugs.
- Decreased rows of download notes.
- Increased step side for sidebar size settings.
- Simplified and made behavior more robust for sidebar size clamping.
2024-07-27 05:02:12 -04:00
Christian Bastian c197c7f060 Fixed scrollbar padding.
- Removed dead code.
2024-07-27 03:09:15 -04:00
Christian Bastian d43c99d182 Added model manager sidebar drag support for touch screens.
- Tweaked min/max dimensions and active drag area.
2024-07-27 02:58:30 -04:00
Christian Bastian 76d6eb587c Added ability to resize model manager when in sidebar by dragging on edges.
- Sidebar vertical and horizontal initial sizes on start up can be changed in settings.
2024-07-27 02:32:08 -04:00
Christian Bastian 9c1ac43870 Added tab scroll position memory.
- Second attempt. Made tab content scroll instead of tab contents container.
2024-07-26 22:16:39 -04:00
Christian Bastian 0975f9713d Revert change. 2024-07-26 21:18:18 -04:00
Christian Bastian 31f7a492be Added tab content scroll memory. 2024-07-26 20:54:00 -04:00
Christian Bastian cbab42386f Remove debug 2024-07-26 01:06:00 -04:00
Christian Bastian 01e817fa28 Hide search and clear search buttons in settings. 2024-07-26 01:04:51 -04:00
Christian Bastian ff21d10948 Remove debug prints. 2024-07-26 00:18:18 -04:00
Christian Bastian df6ea48427 Ctrl+S to save note when textarea is focused.
- Added missing autosave notes checkbox in settings.
2024-07-26 00:17:27 -04:00
Christian Bastian cd13e38260 Minor change to settings. 2024-07-25 17:16:59 -04:00
Christian Bastian 0f85220876 Rearranged settings and clarified labels. 2024-07-25 17:12:04 -04:00
Christian Bastian c9c258ca63 Simplify wording 2024-07-25 16:43:41 -04:00
Christian Bastian d308e68900 Updated auto-generated note headings to closer match. 2024-07-25 16:40:28 -04:00
Christian Bastian cdc106e768 More text replacement. 2024-07-25 08:47:32 -04:00