Commit Graph

43 Commits

Author SHA1 Message Date
Christian Bastian
c8ce316d59 Adjusted CSS for model manager element.
- May have fixed blurriness issue with certain dimensions.
2024-04-06 18:57:59 -04:00
Christian Bastian
7fd9a2c215 Fix h1 width again.
- Restore `min-width: 0`.
2024-04-06 16:37:16 -04:00
Christian Bastian
63e595a45c Fix h1 text overflow. 2024-04-06 16:23:40 -04:00
Christian Bastian
a9e36c02ab Increase font size of download instructions.
- Partly fixed invisible scroll on small screens in CSS.
2024-04-06 15:39:33 -04:00
Christian Bastian
a296f8e08f Fixed top bar regressions.
- Restored top bar bottom line.
- Fixed sidebar button active color regression.
- Adjusted tabs height to match buttons.
2024-04-06 15:00:22 -04:00
Christian Bastian
61ac661d54 Fix formatting change for narrow screens that did not work.
- Removed part of CSS change introduced in d4a339802f.
2024-04-06 14:32:06 -04:00
Christian Bastian
d4a339802f Added helpful browser window alerts on expected server model failures.
- UI displays alerts sent by server on expected failures.
- Adjusted top bar CSS layout slightly.
- Fixed invalid filename turning into empty string but bypassing empty string check.
- Server prints download url too.
2024-04-05 20:36:41 -04:00
Christian Bastian
fc5eccb0f8 Adjusted sidebar button wrapping.
- Added issues/bugs GitHub link to Settings Tab.
2024-04-05 01:36:01 -04:00
Christian Bastian
c0375e4f4c Top bar reworked.
- Now should work properly even on narrow (mobile) screens.
- Separated close Model Info View and Close Model Manager buttons.
2024-04-05 00:26:13 -04:00
Christian Bastian
9484344467 Highlight active sidebar button. 2024-04-03 22:52:38 -04:00
Christian Bastian
b4d762b920 Tabs dynamically adjust to width.
- Slightly adjusted textarea layouts.
2024-04-03 17:03:33 -04:00
Christian Bastian
2e0d9c5a01 Improved style of Download Tab.
- Slightly adjusted preview select radio button spacing.
- Adding missing async/await to in download tab code.
2024-04-03 15:57:30 -04:00
Christian Bastian
3b896c8c17 Add Setting to optionally download descriptions as Notes.
- Added more server print statements for saving/moving/deleting files.
- Added slight gap between download inputs.
2024-04-02 23:16:45 -04:00
Christian Bastian
683012a2e2 Improved Directory Dropdowns.
- Each `DirectoryDropdown` now remembers the longest/most-recent path (navigating with keys).
- Separated mouse and keyboard directory dropdown selection.
- Clicking, scrolling and tapping no longer dismiss directory dropdowns.
- Added a small border on the left on the keyboard-highlighted dropdown selection.
- Fixed bug with dropdown scrolling with Model Info View.
- Encapsulated model directories formally in new `ModelDirectories` data structure.
- Moved download button in the Download Tab.
2024-03-31 03:02:01 -04:00
Christian Bastian
bf0ffd0bdb Fix file input overflowing on moblie. 2024-02-28 14:39:26 -05:00
Christian Bastian
76aac01afd Refactor CSS. 2024-02-27 03:53:07 -05:00
Christian Bastian
a4dd2f570b Rename model in Model View added.
- Generalized model/move to also support renaming.
2024-02-25 23:02:02 -05:00
Christian Bastian
b7747a163a Layout and button changes
- In Model View, moved "Set as Preview" button below radio buttons and disabled when Default selected.
- General CSS layout improvements.
2024-02-22 15:53:58 -05:00
Christian Bastian
d951a508ed Model Previews can now be set in Model View.
- Abstracted out Radio Buttons for Preview selection (mostly clean).
- Added REST API for preview/set and preview/delete.
- Added dateModified to query string so the browser can detect out of date preview images.
- Added image path and dateModified to Model Info payload.
2024-02-22 05:11:38 -05:00
Christian Bastian
a72fe681b5 Edit and save notes with model file in model info view.
- If notes are all whitespace, the .txt file is deleted.
2024-02-20 00:56:58 -05:00
Christian Bastian
b3f00dd60f Option to overwrite downloads.
- Added overwrite to GUI.
- Factored out wrapper for creation $checkbox.
2024-02-19 23:38:34 -05:00
Christian Bastian
7b98d810ba Move model in Model Info view.
- Added server REST API endpoint for moving a model and associated resources.
2024-02-19 19:15:16 -05:00
Christian Bastian
acc15298bc Added "View Model Info" and "Delete Model" functionality.
NOTE: Some small (but important) changes under the hood that may have broken things. "Quality control" tests were done, but may be have missed things.

- View model info in Model Tab.
- Delete model in Model Info view. (Uses Co
- Reduced model path (search path) in models request and added system separator request.
- Reworked "system path" "search path", "system separator" and "search separator" (a bit messy, maybe needs another rework).
- Updated REST uri structure to be more consistent.
2024-02-17 13:30:58 -05:00
Christian Bastian
04622b460d HuggingFace download image support.
- Images now appear with HuggingFace links.
- Download inputs fill full width.
- Disabled (annoying) directory auto-suggest dropdown auto-selecting on arrow right or left.
2024-02-13 11:30:39 -05:00
Christian Bastian
d4de1da26e Revert width and update README. 2024-02-13 01:22:49 -05:00
Christian Bastian
1fcda7bc17 Removed SourceList for old Install tab and fix for narrow screens. 2024-02-13 01:06:17 -05:00
Christian Bastian
d6b197d9c7 Remade download tab. 2024-02-13 00:48:09 -05:00
Christian Bastian
f8624698c4 Server download enhancements & debugging. 2024-02-12 21:06:53 -05:00
Christian Bastian
c94a85c3fa WIP: Download tab rewrite
- Slight improvements to directory auto-suggest dropdown
- Slight refactoring (code needs to be split into files)
2024-02-12 13:59:02 -05:00
Christian Bastian
ec62b22a63 Narrow width fix CSS selection + row. 2024-02-07 18:31:36 -05:00
Christian Bastian
4d3be1844b Model tab sort dropdown 2024-02-07 17:00:07 -05:00
Christian Bastian
dd6084ad6d Up/Down arrow + enter select in directory suggestion; Escape key escape 2024-01-25 03:23:02 -05:00
Christian Bastian
76f243d1b6 Persistent search setting + directory dropdown cut off bug 2024-01-24 02:00:24 -05:00
Christian Bastian
f1597ce0b0 Partial fix for tab visibility when screen narrow 2024-01-22 22:58:26 -05:00
Christian Bastian
5a7d645ee2 Added basic auto-suggest dropdown for model directories. 2024-01-21 07:08:15 -05:00
Christian Bastian
a8fa7c6c15 Added settings & config yaml. 2024-01-05 07:35:24 -05:00
Christian Bastian
5517ae68e4 Top sidebar button. 2024-01-04 04:07:01 -05:00
Christian Bastian
6891378f81 Added missing alerts on add buttons. 2024-01-03 12:35:01 -05:00
Christian Bastian
4c06ec752a added add button 2024-01-03 10:09:54 -05:00
Christian Bastian
3983873591 copy to clipboard, drag to add, sidebar modes 2024-01-03 06:58:25 -05:00
Christian Bastian
c2c46515a2 Improved models dirs, search & ui. 2023-12-30 21:03:49 -05:00
hayden
e7e14764b4 fix: fix the problem of being blocked by the menu 2023-09-06 19:37:39 +08:00
hayden
4777886be9 feat: base function 2023-09-06 16:24:42 +08:00