more-compute 0.4.3__tar.gz → 0.4.4__tar.gz
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.
- {more_compute-0.4.3/more_compute.egg-info → more_compute-0.4.4}/PKG-INFO +1 -1
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/popups/ComputePopup.tsx +72 -42
- {more_compute-0.4.3 → more_compute-0.4.4/more_compute.egg-info}/PKG-INFO +1 -1
- more_compute-0.4.4/morecompute/__version__.py +1 -0
- more_compute-0.4.3/morecompute/__version__.py +0 -1
- {more_compute-0.4.3 → more_compute-0.4.4}/LICENSE +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/MANIFEST.in +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/README.md +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/.gitignore +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/README.md +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/__init__.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/app/favicon.ico +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/app/globals.css +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/app/layout.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/app/page.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/Notebook.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/cell/AddCellButton.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/cell/CellButton.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/cell/MonacoCell.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/layout/ConnectionBanner.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/layout/Sidebar.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/modals/ConfirmModal.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/modals/ErrorModal.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/modals/SuccessModal.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/output/CellOutput.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/output/ErrorDisplay.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/output/MarkdownRenderer.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/popups/FilterPopup.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/popups/FolderPopup.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/popups/MetricsPopup.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/popups/PackagesPopup.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/components/popups/SettingsPopup.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/contexts/PodWebSocketContext.tsx +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/eslint.config.mjs +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/lib/api.ts +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/lib/monaco-themes.ts +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/lib/settings.ts +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/lib/themes.json +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/lib/websocket-native.ts +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/lib/websocket.ts +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/next-env.d.ts +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/next.config.mjs +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/next.config.ts +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/package-lock.json +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/package.json +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/postcss.config.mjs +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/add.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/check.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/copy.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/folder.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/metric.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/packages.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/play.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/python.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/setting.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/stop.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/trash.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/up-down.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/assets/icons/x.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/file.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/fonts/Fira.ttf +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/fonts/Tiempos.woff2 +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/fonts/VeraMono.ttf +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/globe.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/next.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/vercel.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/public/window.svg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/styling_README.md +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/tailwind.config.ts +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/tsconfig.json +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/frontend/types/notebook.ts +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/kernel_run.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/more_compute.egg-info/SOURCES.txt +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/more_compute.egg-info/dependency_links.txt +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/more_compute.egg-info/entry_points.txt +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/more_compute.egg-info/requires.txt +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/more_compute.egg-info/top_level.txt +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/__init__.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/cli.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/execution/__init__.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/execution/__main__.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/execution/executor.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/execution/worker.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/models/__init__.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/models/api_models.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/notebook.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/process_worker.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/server.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/services/data_manager.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/services/lsp_service.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/services/pod_manager.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/services/pod_monitor.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/services/prime_intellect.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/static/styles.css +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/__init__.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/cache_util.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/cell_magics.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/config_util.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/error_utils.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/line_magics.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/notebook_converter.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/notebook_util.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/py_percent_parser.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/python_environment_util.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/shell_utils.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/special_commands.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/system_environment_util.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/morecompute/utils/zmq_util.py +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/pyproject.toml +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/setup.cfg +0 -0
- {more_compute-0.4.3 → more_compute-0.4.4}/setup.py +0 -0
|
@@ -74,6 +74,7 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
74
74
|
const [connectionHealth, setConnectionHealth] = useState<"healthy" | "unhealthy" | "unknown">("unknown");
|
|
75
75
|
const [searchQuery, setSearchQuery] = useState("");
|
|
76
76
|
const [discoveredPod, setDiscoveredPod] = useState<GPUPod | null>(null);
|
|
77
|
+
const [showApiKeyInput, setShowApiKeyInput] = useState(false);
|
|
77
78
|
|
|
78
79
|
// Filter popup state
|
|
79
80
|
const [showFilterPopup, setShowFilterPopup] = useState(false);
|
|
@@ -218,6 +219,16 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
218
219
|
setPods(pods);
|
|
219
220
|
} catch (err) {
|
|
220
221
|
console.error("Failed to load GPU pods:", err);
|
|
222
|
+
// If 401 error, API key is invalid - allow user to reset it
|
|
223
|
+
if (err instanceof Error && err.message.includes("401")) {
|
|
224
|
+
setApiConfigured(false);
|
|
225
|
+
setShowApiKeyInput(true);
|
|
226
|
+
setErrorModal({
|
|
227
|
+
isOpen: true,
|
|
228
|
+
title: "Invalid API Key",
|
|
229
|
+
message: "Your API key is invalid or has expired. Please enter a new API key to continue.",
|
|
230
|
+
});
|
|
231
|
+
}
|
|
221
232
|
} finally {
|
|
222
233
|
setLoading(false);
|
|
223
234
|
}
|
|
@@ -561,8 +572,10 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
561
572
|
try {
|
|
562
573
|
await setGpuApiKey(apiKey);
|
|
563
574
|
setApiConfigured(true);
|
|
575
|
+
setShowApiKeyInput(false);
|
|
564
576
|
setApiKey("");
|
|
565
577
|
await loadGPUPods();
|
|
578
|
+
await loadAvailableGPUs();
|
|
566
579
|
} catch (err) {
|
|
567
580
|
setSaveError(
|
|
568
581
|
err instanceof Error ? err.message : "Failed to save API key",
|
|
@@ -681,26 +694,43 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
681
694
|
<h3 className="runtime-section-title" style={{ fontSize: "12px", fontWeight: 500 }}>
|
|
682
695
|
Remote GPU Pods
|
|
683
696
|
</h3>
|
|
684
|
-
{apiConfigured && (
|
|
685
|
-
<
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
697
|
+
{apiConfigured && !showApiKeyInput && (
|
|
698
|
+
<div style={{ display: "flex", gap: "6px" }}>
|
|
699
|
+
<button
|
|
700
|
+
className="runtime-btn runtime-btn-secondary"
|
|
701
|
+
onClick={() => setShowApiKeyInput(true)}
|
|
702
|
+
style={{
|
|
703
|
+
fontSize: "11px",
|
|
704
|
+
padding: "6px 12px",
|
|
705
|
+
backgroundColor: "var(--text-secondary)",
|
|
706
|
+
color: "white",
|
|
707
|
+
border: "none",
|
|
708
|
+
borderRadius: "8px",
|
|
709
|
+
cursor: "pointer"
|
|
710
|
+
}}
|
|
711
|
+
>
|
|
712
|
+
Reset API Key
|
|
713
|
+
</button>
|
|
714
|
+
<button
|
|
715
|
+
className="runtime-btn runtime-btn-secondary"
|
|
716
|
+
onClick={handleConnectToPrimeIntellect}
|
|
717
|
+
style={{
|
|
718
|
+
fontSize: "11px",
|
|
719
|
+
padding: "6px 12px",
|
|
720
|
+
backgroundColor: "var(--mc-text-color)",
|
|
721
|
+
color: "var(--mc-cell-background)",
|
|
722
|
+
border: "none",
|
|
723
|
+
borderRadius: "8px",
|
|
724
|
+
cursor: "pointer"
|
|
725
|
+
}}
|
|
726
|
+
>
|
|
727
|
+
Manage
|
|
728
|
+
</button>
|
|
729
|
+
</div>
|
|
700
730
|
)}
|
|
701
731
|
</div>
|
|
702
732
|
|
|
703
|
-
{apiConfigured === false ? (
|
|
733
|
+
{(apiConfigured === false || showApiKeyInput) ? (
|
|
704
734
|
<div className="runtime-empty-state" style={{ padding: "6px" }}>
|
|
705
735
|
<p
|
|
706
736
|
style={{
|
|
@@ -750,8 +780,8 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
750
780
|
flex: 1,
|
|
751
781
|
fontSize: "11px",
|
|
752
782
|
padding: "6px 12px",
|
|
753
|
-
backgroundColor: "
|
|
754
|
-
color: "
|
|
783
|
+
backgroundColor: "var(--mc-text-color)",
|
|
784
|
+
color: "var(--mc-cell-background)",
|
|
755
785
|
border: "none",
|
|
756
786
|
borderRadius: "8px",
|
|
757
787
|
cursor: "pointer"
|
|
@@ -765,8 +795,8 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
765
795
|
style={{
|
|
766
796
|
fontSize: "11px",
|
|
767
797
|
padding: "6px 12px",
|
|
768
|
-
backgroundColor: "
|
|
769
|
-
color: "
|
|
798
|
+
backgroundColor: "var(--mc-text-color)",
|
|
799
|
+
color: "var(--mc-cell-background)",
|
|
770
800
|
border: "none",
|
|
771
801
|
borderRadius: "8px",
|
|
772
802
|
cursor: "pointer"
|
|
@@ -788,19 +818,19 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
788
818
|
) : !connectedPodId && discoveredPod ? (
|
|
789
819
|
<div style={{ padding: "8px 0" }}>
|
|
790
820
|
<div style={{
|
|
791
|
-
backgroundColor: "
|
|
792
|
-
border: "1px solid
|
|
821
|
+
backgroundColor: "rgba(251, 191, 36, 0.1)",
|
|
822
|
+
border: "1px solid rgba(251, 191, 36, 0.3)",
|
|
793
823
|
borderRadius: "8px",
|
|
794
824
|
padding: "12px",
|
|
795
825
|
marginBottom: "8px"
|
|
796
826
|
}}>
|
|
797
|
-
<div style={{ fontSize: "11px", fontWeight: 600, color: "
|
|
827
|
+
<div style={{ fontSize: "11px", fontWeight: 600, color: "var(--mc-text-color)", marginBottom: "4px" }}>
|
|
798
828
|
⚠️ Running Pod Detected
|
|
799
829
|
</div>
|
|
800
|
-
<div style={{ fontSize: "10px", color: "
|
|
830
|
+
<div style={{ fontSize: "10px", color: "var(--text-secondary)", marginBottom: "8px" }}>
|
|
801
831
|
Found a running pod but not connected (backend may have restarted). This pod is still costing money!
|
|
802
832
|
</div>
|
|
803
|
-
<div style={{ fontSize: "10px", marginBottom: "8px" }}>
|
|
833
|
+
<div style={{ fontSize: "10px", marginBottom: "8px", color: "var(--mc-text-color)" }}>
|
|
804
834
|
<span style={{ fontWeight: 500 }}>{discoveredPod.name}</span> • {discoveredPod.gpuType} • ${discoveredPod.costPerHour.toFixed(2)}/hour
|
|
805
835
|
</div>
|
|
806
836
|
<div style={{ display: "flex", gap: "6px" }}>
|
|
@@ -811,8 +841,8 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
811
841
|
flex: 1,
|
|
812
842
|
fontSize: "10px",
|
|
813
843
|
padding: "6px 12px",
|
|
814
|
-
backgroundColor: "
|
|
815
|
-
color: "
|
|
844
|
+
backgroundColor: "rgba(251, 191, 36, 0.8)",
|
|
845
|
+
color: "var(--mc-text-color)",
|
|
816
846
|
border: "none",
|
|
817
847
|
borderRadius: "8px",
|
|
818
848
|
cursor: "pointer",
|
|
@@ -828,7 +858,7 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
828
858
|
style={{
|
|
829
859
|
fontSize: "10px",
|
|
830
860
|
padding: "6px 12px",
|
|
831
|
-
backgroundColor: "
|
|
861
|
+
backgroundColor: "rgba(220, 38, 38, 0.9)",
|
|
832
862
|
color: "white",
|
|
833
863
|
border: "none",
|
|
834
864
|
borderRadius: "8px",
|
|
@@ -855,7 +885,7 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
855
885
|
<span style={{
|
|
856
886
|
marginLeft: "6px",
|
|
857
887
|
fontSize: "9px",
|
|
858
|
-
backgroundColor: "
|
|
888
|
+
backgroundColor: "rgba(16, 185, 129, 0.9)",
|
|
859
889
|
color: "white",
|
|
860
890
|
padding: "2px 6px",
|
|
861
891
|
borderRadius: "4px"
|
|
@@ -877,8 +907,8 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
877
907
|
style={{
|
|
878
908
|
fontSize: "10px",
|
|
879
909
|
padding: "6px 12px",
|
|
880
|
-
backgroundColor: "
|
|
881
|
-
color: "
|
|
910
|
+
backgroundColor: "var(--mc-text-color)",
|
|
911
|
+
color: "var(--mc-cell-background)",
|
|
882
912
|
border: "none",
|
|
883
913
|
borderRadius: "8px",
|
|
884
914
|
cursor: "pointer"
|
|
@@ -893,7 +923,7 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
893
923
|
style={{
|
|
894
924
|
fontSize: "10px",
|
|
895
925
|
padding: "6px 12px",
|
|
896
|
-
backgroundColor: "
|
|
926
|
+
backgroundColor: "rgba(220, 38, 38, 0.9)",
|
|
897
927
|
color: "white",
|
|
898
928
|
border: "none",
|
|
899
929
|
borderRadius: "8px",
|
|
@@ -912,7 +942,7 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
912
942
|
style={{
|
|
913
943
|
fontSize: "10px",
|
|
914
944
|
padding: "6px 12px",
|
|
915
|
-
backgroundColor: "
|
|
945
|
+
backgroundColor: "rgba(16, 185, 129, 0.9)",
|
|
916
946
|
color: "white",
|
|
917
947
|
border: "none",
|
|
918
948
|
borderRadius: "8px",
|
|
@@ -928,7 +958,7 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
928
958
|
style={{
|
|
929
959
|
fontSize: "10px",
|
|
930
960
|
padding: "6px 12px",
|
|
931
|
-
backgroundColor: "
|
|
961
|
+
backgroundColor: "rgba(220, 38, 38, 0.9)",
|
|
932
962
|
color: "white",
|
|
933
963
|
border: "none",
|
|
934
964
|
borderRadius: "8px",
|
|
@@ -975,10 +1005,10 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
975
1005
|
flex: 1,
|
|
976
1006
|
padding: "6px 12px",
|
|
977
1007
|
fontSize: "11px",
|
|
978
|
-
border: "1px solid
|
|
1008
|
+
border: "1px solid var(--mc-border)",
|
|
979
1009
|
borderRadius: "8px",
|
|
980
|
-
backgroundColor: "var(--background)",
|
|
981
|
-
color: "var(--text)",
|
|
1010
|
+
backgroundColor: "var(--mc-background)",
|
|
1011
|
+
color: "var(--mc-text-color)",
|
|
982
1012
|
outline: "none",
|
|
983
1013
|
}}
|
|
984
1014
|
/>
|
|
@@ -989,8 +1019,8 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
989
1019
|
padding: "6px 12px",
|
|
990
1020
|
fontSize: "11px",
|
|
991
1021
|
position: "relative",
|
|
992
|
-
backgroundColor: "
|
|
993
|
-
color: "
|
|
1022
|
+
backgroundColor: "var(--mc-text-color)",
|
|
1023
|
+
color: "var(--mc-cell-background)",
|
|
994
1024
|
border: "none",
|
|
995
1025
|
borderRadius: "8px",
|
|
996
1026
|
cursor: "pointer"
|
|
@@ -1119,8 +1149,8 @@ const ComputePopup: React.FC<ComputePopupProps> = ({ onClose }) => {
|
|
|
1119
1149
|
fontSize: "10px",
|
|
1120
1150
|
padding: "6px 16px",
|
|
1121
1151
|
whiteSpace: "nowrap",
|
|
1122
|
-
backgroundColor: "
|
|
1123
|
-
color: "
|
|
1152
|
+
backgroundColor: "var(--mc-text-color)",
|
|
1153
|
+
color: "var(--mc-cell-background)",
|
|
1124
1154
|
border: "none",
|
|
1125
1155
|
borderRadius: "8px",
|
|
1126
1156
|
cursor: "pointer"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.4.4"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.4.3"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|