From 5c977251a809960a4bb29ec24b74a383461b84c5 Mon Sep 17 00:00:00 2001 From: kakduman Date: Mon, 1 Jul 2024 22:29:50 -0700 Subject: [PATCH 1/2] update stock on elite --- src/routes/plans/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/plans/index.tsx b/src/routes/plans/index.tsx index 5c0c4eb9..d94e5cb0 100644 --- a/src/routes/plans/index.tsx +++ b/src/routes/plans/index.tsx @@ -61,7 +61,7 @@ export const plans = { '6 Logical Cores', 'Unmetered* NVMe Storage', ], - outOfStock: false, + outOfStock: true, }, }; From 28d89fe630f0deac3977939c8ebd5de6443d91a5 Mon Sep 17 00:00:00 2001 From: saboooor Date: Wed, 3 Jul 2024 19:15:19 -0400 Subject: [PATCH 2/2] Slightly change spacing --- src/routes/resources/animtab/index.tsx | 39 ++++++++++++------------ src/routes/resources/rgb/index.tsx | 41 +++++++++++++------------- 2 files changed, 39 insertions(+), 41 deletions(-) diff --git a/src/routes/resources/animtab/index.tsx b/src/routes/resources/animtab/index.tsx index 8f089d87..dac15c47 100644 --- a/src/routes/resources/animtab/index.tsx +++ b/src/routes/resources/animtab/index.tsx @@ -6,7 +6,7 @@ import { AnimationOutput, convertToRGB, getAnimFrames, getBrightness, getRandomC import { Add, BarChartOutline, ChevronDown, ChevronUp, ColorFillOutline, DiceOutline, SettingsOutline, Text, TrashOutline } from 'qwik-ionicons'; -import { Button, Header, NumberInput, Dropdown, TextArea, TextInput, Toggle, ColorPicker } from '@luminescent/ui'; +import { Button, NumberInput, Dropdown, TextArea, TextInput, Toggle, ColorPicker } from '@luminescent/ui'; import { inlineTranslate, useSpeak } from 'qwik-speak'; import { getCookies, setCookies, sortColors } from '~/components/util/SharedUtils'; import { isBrowser } from '@builder.io/qwik/build'; @@ -124,23 +124,22 @@ export default component$(() => { }); return ( -
-
-

+
+
+

{t('animtab.title@@Animated TAB')}

-

+

{t('animtab.subtitle@@TAB plugin gradient animation creator')}

{ })()}

-
`${color.hex} ${color.pos}%`).join(', ')});`} onMouseDown$={(e, el) => { if (e.target != el) return; @@ -284,7 +283,7 @@ export default component$(() => { )}
-
+
- -
-

- +
+

+ {t('color.inputs@@Inputs')}

@@ -671,9 +670,9 @@ export default component$(() => { }
-