supervoxtral 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: supervoxtral
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: CLI/GUI audio recorder and transcription client using Mistral Voxtral (chat with audio and transcription).
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -10,9 +10,9 @@ svx/core/storage.py,sha256=5_xKYEpvDhaixRxmSTBlyX_jt8ssjHwHzX9VodcrtJw,3213
10
10
  svx/providers/__init__.py,sha256=SzlSWpZSUIptbSrAnGfi0d0NX4hYTpT0ObWpYyskDdA,2634
11
11
  svx/providers/base.py,sha256=YoiI8KWVRGISh7dx9XXPr1Q1a7ZDu8vfeJFlPbcKr20,2695
12
12
  svx/providers/mistral.py,sha256=vrBatNZg0zGNkJ5Qfnfz6ZwP6QtBgIt9sT_w59zkSO0,6636
13
- svx/ui/qt_app.py,sha256=J-VJXCJROyYEJsv3yWs5SSYHWs8y5MDRcbKBjHv9XlE,18467
14
- supervoxtral-0.1.2.dist-info/METADATA,sha256=Rt3uPAyDB9S8kXaWRh0wbay08VQvbla0rgtvKL__jgA,753
15
- supervoxtral-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
- supervoxtral-0.1.2.dist-info/entry_points.txt,sha256=phJhRy3VkYHC6AR_tUB5CypHzG0ePRR9sB13HWE1vEg,36
17
- supervoxtral-0.1.2.dist-info/licenses/LICENSE,sha256=fCEBKmC4i-1WZAwoKjKWegfDd8qNsG8ECB7JyqoswyQ,1064
18
- supervoxtral-0.1.2.dist-info/RECORD,,
13
+ svx/ui/qt_app.py,sha256=0XoAk-6vCJguYq1ZVZA5zm-00442HOds_ibDHoDz-J0,18466
14
+ supervoxtral-0.1.3.dist-info/METADATA,sha256=SpB9BeL_dbolMTM6UydjskMHHy_gnA4QJ1RfZI-Q3kE,753
15
+ supervoxtral-0.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
+ supervoxtral-0.1.3.dist-info/entry_points.txt,sha256=phJhRy3VkYHC6AR_tUB5CypHzG0ePRR9sB13HWE1vEg,36
17
+ supervoxtral-0.1.3.dist-info/licenses/LICENSE,sha256=fCEBKmC4i-1WZAwoKjKWegfDd8qNsG8ECB7JyqoswyQ,1064
18
+ supervoxtral-0.1.3.dist-info/RECORD,,
svx/ui/qt_app.py CHANGED
@@ -65,32 +65,32 @@ QLabel#info_label {
65
65
 
66
66
  /* Stop button */
67
67
  QPushButton {
68
- background-color: #1f6feb;
68
+ background-color: #1e40af;
69
69
  color: #ffffff;
70
70
  border: none;
71
- border-radius: 6px;
72
- padding: 8px 14px;
71
+ border-radius: 2px;
72
+ padding: 4px 8px;
73
73
  margin: 6px;
74
- min-width: 80px;
74
+ min-width: 60px;
75
75
  }
76
76
  QPushButton:disabled {
77
- background-color: #274a7a;
78
- color: #9fb8e6;
77
+ background-color: #374151;
78
+ color: #9ca3af;
79
79
  }
80
80
  QPushButton:hover {
81
- background-color: #2a78ff;
81
+ background-color: #1d4ed8;
82
82
  }
83
83
 
84
84
  /* Cancel button */
85
85
  QPushButton#cancel_btn {
86
- background-color: #da3633;
86
+ background-color: #b91c1c;
87
87
  }
88
88
  QPushButton#cancel_btn:hover {
89
- background-color: #f85149;
89
+ background-color: #ef4444;
90
90
  }
91
91
  QPushButton#cancel_btn:disabled {
92
- background-color: #8b0000;
93
- color: #9fb8e6;
92
+ background-color: #4b5563;
93
+ color: #9ca3af;
94
94
  }
95
95
 
96
96
  /* Small window border effect (subtle) */