1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-09-17 18:50:14 +02:00
Commit Graph

48 Commits

Author SHA1 Message Date
youngtrashbag
6415ea98f2
fix(css): btn-switch-language white in dark theme 2022-08-24 10:09:49 +02:00
Christian Eichert
54bdc77bdc
brightened the Realm of Darkness
some CSS adjustments to make "Tanslate-Files" look like "Translate-Text
2022-08-06 17:08:11 +02:00
Christian Eichert
537430f55d
Update dark-theme.css
just a bit css, making <select> and <option> more readable in dark theme
2022-07-31 20:53:48 +02:00
Piero Toffanin
727b9192e8
Merge pull request #279 from SethFalco/chores-2
fix: fix race condition in settings and langs
2022-06-22 19:50:22 -04:00
Seth Falco
6e2df73a7f
fix: fix race condition in settings and langs 2022-06-22 23:21:19 +01:00
Piero Toffanin
79b9af9071 Say something on startup 2022-06-21 16:56:48 -04:00
Piero Toffanin
ed68f1bcf9 Add --get-api-key-link 2022-06-21 15:17:42 -04:00
Anomalion
d28b684ee8
Create dark-theme.css 2022-05-09 14:15:18 +02:00
Dingedi
5b45b9a53b
Focus textarea after delete text 2022-04-03 18:08:10 +02:00
Sébastien Thuret
54f5c5ed94
keep selected languages and text in url 2022-02-07 17:58:30 +01:00
Piero Toffanin
9e77f82470 Fix extra t 2022-01-31 10:39:55 -05:00
Piero Toffanin
74e2823658 Fix frontendTimeout 2022-01-31 10:19:14 -05:00
idotj
7afce9ae2a Improve color contrast for WCAG standards + add underline to links 2022-01-17 20:09:20 +01:00
Seth Falco
558f58e4b2
bug: optimize download btn for mobile 2022-01-04 21:13:43 +01:00
Seth Falco
da36cd77cd
fix translate text/file buttons 2022-01-04 20:20:02 +01:00
Gustavo Rodrigues
64ae20e932
Properly escape data in the request code
It was only escaping the first quote, all other quotes and other characters that require to be escaped (like line breaks) were not being escaped. JSON.stringify is a good function to handle this.
2021-12-09 10:31:48 -03:00
Mufeed Ali
29eca1fbd4
Forward API key in suggestions client event 2021-10-31 12:57:36 +05:30
Piero Toffanin
a82b851a3d Fix API key logic, add some error handling 2021-10-26 17:13:51 -04:00
Sébastien Thuret
42c44a2ba1
fix 2021-10-25 17:24:03 +02:00
Sébastien Thuret
b3c089b246
Dont show switch type if files translation disabled 2021-10-25 17:20:57 +02:00
Sébastien Thuret
738dba7476
fix 2021-10-25 11:46:23 +02:00
Sébastien Thuret
8d5a418bee
format 2021-10-25 10:56:17 +02:00
Sébastien Thuret
6a304df2e8
add download link & auto download translated file 2021-10-25 10:50:55 +02:00
Sébastien Thuret
b97134ac07
fix 2021-10-25 10:33:49 +02:00
Sébastien Thuret
73ebb96171
fix 2021-10-24 19:14:09 +02:00
Sébastien Thuret
0b14600199
Add file translation 2021-10-24 18:27:37 +02:00
Sébastien Thuret
aaa3c83d4f
add file and translate button display 2021-10-24 17:38:53 +02:00
Sébastien Thuret
50ce3720eb
remove console.log 2021-10-24 17:11:39 +02:00
Sébastien Thuret
ae5d67d966
Show supported file format and add it to settings 2021-10-24 16:57:45 +02:00
Sébastien Thuret
e0ecf41526
Upgrade to VueJS v2.6.14 2021-10-24 16:57:17 +02:00
Sébastien Thuret
6f63bab8a1
add file input 2021-10-24 13:22:44 +02:00
Sébastien Thuret
f906a39f66
make switch type work 2021-10-24 13:15:36 +02:00
Sébastien Thuret
4e1bfd398c
fix background color 2021-10-24 13:13:52 +02:00
Sébastien Thuret
e58b8ff97d
Add switch type (text or files ) button 2021-10-24 12:53:52 +02:00
Sébastien Thuret
7df304d955
Move the javascript in his own file 2021-10-09 18:16:50 +02:00
Sébastien Thuret
f5bc2bc3f5
fix 2021-10-08 19:02:30 +02:00
Sébastien Thuret
0214d7bfd6
add buttons 2021-10-08 18:36:24 +02:00
Dominik
9c1add4ff9
Add min-height to main app
Adds min-height: 80vh; The footer will stay always at the bottom on big screens and looks normal on mobile devices.
2021-07-08 12:26:08 +02:00
Piero Toffanin
29457397a1 Fix CSS 2021-07-05 09:19:46 -04:00
idotj
42c95b9ace Add downArrow to select language + fix select language problem with small screens 2021-06-13 19:11:58 +02:00
Piero Toffanin
6e086b411b update favicon 2021-06-12 15:30:30 -04:00
Piero Toffanin
abdf6c4ec5 Update logo 2021-06-12 12:20:04 -04:00
Piero Toffanin
893176bf7f Add logo, move uav4geo --> LibreTranslate 2021-06-12 12:18:21 -04:00
idotj
2a48133e63 fix vueJS misstype external var + change contrast color for textarea background and buttons 2021-06-11 21:03:38 +02:00
idotj
31452f01cc Add right label tag for textarea + unify styles css 2021-06-11 20:30:09 +02:00
idotj
5befc2094e
Add html5 structure + improve UX/UI 2021-06-02 22:57:10 +02:00
Tobias
42267eb8db Add offline parameter
Offline usage is possible after initializing and downloading of models
2021-02-10 17:52:03 +01:00
worldworm
b0645cd5d7 add favicon 2021-01-10 08:59:07 +00:00