Skip to content

Commit

Permalink
remove ramcalc in favour of flags
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed Dec 27, 2023
1 parent ec3ebe7 commit 2406fd6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 77 deletions.
2 changes: 1 addition & 1 deletion i18n/en-US/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"paperTimings": "Paper Timings",
"misc": "Misc",
"animatedTextures": "Animated Textures",
"ramCalculator": "RAM Calculator",
"flags": "Flags",
"colorCodeStripper": "Color Code Stripper",
"presetTools": "Preset Tools",
"privacyPolicy": "Privacy Policy"
Expand Down
7 changes: 0 additions & 7 deletions i18n/en-US/ramcalculator.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export default component$(({ tauriVersion }: any) => {
<NavButton href="/animtexture">
{t('nav.animatedTextures@@Animated Textures')}
</NavButton>
<NavButton href="/ramcalc">
{t('nav.ramCalculator@@RAM Calculator')}
</NavButton>
<NavButton href="/colorstrip">
{t('nav.colorCodeStripper@@Color Code Stripper')}
</NavButton>
Expand Down Expand Up @@ -145,9 +142,6 @@ export default component$(({ tauriVersion }: any) => {
<NavButton store={store} href="/animtexture">
{t('nav.animatedTextures@@Animated Textures')}
</NavButton>
<NavButton store={store} href="/ramcalc">
{t('nav.ramCalculator@@RAM Calculator')}
</NavButton>
<NavButton store={store} href="/colorstrip">
{t('nav.colorCodeStripper@@Color Code Stripper')}
</NavButton>
Expand Down
61 changes: 0 additions & 61 deletions src/routes/ramcalc/index.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions src/speak-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export const config: SpeakConfig = {
'colorstrip',
'privacypolicy',
'presettools',
'ramcalculator',
'app',
'flags',
'app',
],
};

0 comments on commit 2406fd6

Please sign in to comment.