citrascope 0.5.1__py3-none-any.whl → 0.5.2__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.
- citrascope/web/static/app.js +6 -0
- citrascope/web/static/style.css +5 -0
- {citrascope-0.5.1.dist-info → citrascope-0.5.2.dist-info}/METADATA +1 -1
- {citrascope-0.5.1.dist-info → citrascope-0.5.2.dist-info}/RECORD +7 -7
- {citrascope-0.5.1.dist-info → citrascope-0.5.2.dist-info}/WHEEL +0 -0
- {citrascope-0.5.1.dist-info → citrascope-0.5.2.dist-info}/entry_points.txt +0 -0
- {citrascope-0.5.1.dist-info → citrascope-0.5.2.dist-info}/licenses/LICENSE +0 -0
citrascope/web/static/app.js
CHANGED
|
@@ -686,6 +686,12 @@ document.addEventListener('DOMContentLoaded', async function() {
|
|
|
686
686
|
headerVersion.addEventListener('click', showVersionModal);
|
|
687
687
|
}
|
|
688
688
|
|
|
689
|
+
// Wire up update indicator badge click to open modal
|
|
690
|
+
const updateIndicator = document.getElementById('updateIndicator');
|
|
691
|
+
if (updateIndicator) {
|
|
692
|
+
updateIndicator.addEventListener('click', showVersionModal);
|
|
693
|
+
}
|
|
694
|
+
|
|
689
695
|
// Connect WebSocket with handlers
|
|
690
696
|
connectWebSocket({
|
|
691
697
|
onStatus: updateStatus,
|
citrascope/web/static/style.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: citrascope
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: Remotely control a telescope while it polls for tasks, collects and edge processes data, and delivers results and data for further processing.
|
|
5
5
|
Author-email: Patrick McDavid <patrick@citra.space>
|
|
6
6
|
License: MIT
|
|
@@ -25,15 +25,15 @@ citrascope/web/__init__.py,sha256=CgU36fyNSxGXjUy3hsHwx7UxF8UO4Qsb7PjC9-6tRmY,38
|
|
|
25
25
|
citrascope/web/app.py,sha256=LGimBCHWmaPrLkh6JDpJ7IoC__423lhO7NldQGTFzKI,26181
|
|
26
26
|
citrascope/web/server.py,sha256=IJJk4HgEwcsjHercL-Q5z39NmJRbkNk_51HIUKKhtRE,5242
|
|
27
27
|
citrascope/web/static/api.js,sha256=s-b1FIw-pTo3A8kLlLINVqHhIvfHwTWA7cEvz4N8Gqc,1924
|
|
28
|
-
citrascope/web/static/app.js,sha256=
|
|
28
|
+
citrascope/web/static/app.js,sha256=BtryRqh1ujXXRmAMWLdEhFQtdr_XaxXohagD2HVJMSE,26457
|
|
29
29
|
citrascope/web/static/config.js,sha256=l0brTgkQ4UW-C9a2wabkvVGwb-wPnJSmM4lb63s0KbY,21500
|
|
30
|
-
citrascope/web/static/style.css,sha256=
|
|
30
|
+
citrascope/web/static/style.css,sha256=z5D4FHWm-JBb0Cu0HWPD_4V7qnXNBuOllrPJD9nHI38,2961
|
|
31
31
|
citrascope/web/static/websocket.js,sha256=UITw1DDfehOKpjlltn5MXhewZYGKzPFmaTtMFtC0-Ps,3931
|
|
32
32
|
citrascope/web/static/img/citra.png,sha256=Bq8dPWB6fNz7a_H0FuEtNmZWcPHH2iV2OC-fMg4REbQ,205570
|
|
33
33
|
citrascope/web/static/img/favicon.png,sha256=zrbUlpFXDB_zmsIdhhn8_klnc2Ma3N6Q8ouBMAxFjbM,24873
|
|
34
34
|
citrascope/web/templates/dashboard.html,sha256=7N5JPlihK3WNDe8fnFMfIRfCgp4ZZJLbl2TVc_nY0SU,30119
|
|
35
|
-
citrascope-0.5.
|
|
36
|
-
citrascope-0.5.
|
|
37
|
-
citrascope-0.5.
|
|
38
|
-
citrascope-0.5.
|
|
39
|
-
citrascope-0.5.
|
|
35
|
+
citrascope-0.5.2.dist-info/METADATA,sha256=R-caZxFgOqFFocrteqsYR8WHEAWPhsDNmyuY_tnYiA4,6828
|
|
36
|
+
citrascope-0.5.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
37
|
+
citrascope-0.5.2.dist-info/entry_points.txt,sha256=fP22Lt8bNZ_whBowDnOWSADf_FUrgAWnIhqqPf5Xo2g,55
|
|
38
|
+
citrascope-0.5.2.dist-info/licenses/LICENSE,sha256=4B_Ug8tnhTwde7QywOV3HhQcweHJeI0QaGdZfJLxsV8,1068
|
|
39
|
+
citrascope-0.5.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|