Commit 23900f7
Server webui translations, UI/UX improvements, presets and suggestion ideas
* add translations packages
* add translations packages
* begining of translation
* Check for reverse prompt by characters instead of tokens (#292) (#330)
* Check for reverse prompt by characters instead of tokens (#292)
* Update main.cpp
Wording.
* Cleanup.
* Remove unnecessary use of std::stringstream.
---------
Co-authored-by: Johnman <tjohnman@github>
Co-authored-by: Georgi Gerganov <[email protected]>
* metal : fix `ggml_metal_log` vargs (#4373)
* docs: utilize the forward slash (/) as the path separator for Unix-like systems (#11770)
* close dropdown Menu function
* no export here
* automatic close sidebar when choice is made (mobile UX improvement)
* fix closeDropDownMenu
* Translation config in Header now
* Translation config in Header now
* French promt example
* continue translation
* continue translation
* change refreshing when language is selected
will use first config in json file if present and if in the correct language
* Add languages and translations
* fix loading when no prompt from language is found
* fix click on manual settings if already checked in dropdown
* rename Sidebar to ConversationList, better understanding, refactor code to have all that concerns this component in the same place
* rename Sidebar to ConversationList, better understanding, refactor code to have all that concerns this component in the same place
* rename Sidebar to ConversationList, better understanding, refactor code to have all that concerns this component in the same place
* UI improvements
UX is easier to understand
* json reformat
* UI buttons margins
* configs and language selection in appcontext, improve UI
* continue translation
* add favicon (no more console log errors)
* start changing Setting Dialog
* fix color in light/auto theme
* fix color in light/auto theme
* UX/UI improvements, no more drawer
* code refactor
* code refactor, continue translation, UX/UI improvements
* fix key
* format
* format
* loading / save presets
* translations
* build
* embed translations
* remove log
* code refactor, main functions in app.context
* build
* fix not needed, revert
* New README.md for Web UI app.
* prompts renamed to presets
* favicon
* remove unused parameter in json preset files
* add favicon (no more console logs)
* new build
* readme and screenshoots
---------
Co-authored-by: Votre Nom <[email protected]>
Co-authored-by: tjohnman <[email protected]>
Co-authored-by: Johnman <tjohnman@github>
Co-authored-by: Georgi Gerganov <[email protected]>
Co-authored-by: Finn Voorhees <[email protected]>
Co-authored-by: jason_w <[email protected]>
Co-authored-by: poulphunter <>1 parent 823ad4c commit 23900f7
File tree
41 files changed
+3611
-2109
lines changed- examples/server
- public
- webui
- assets
- doc
- public
- src
- components
- locales
- cn
- de
- en
- es
- fr
- it
- ru
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+3611
-2109
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
| 222 | + | |
258 | 223 | | |
259 | 224 | | |
260 | 225 | | |
| |||
Loading
Binary file not shown.
Lines changed: 256 additions & 426 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
Loading
Loading
Loading
0 commit comments