Skip to content

Commit

Permalink
Move interface files
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jul 11, 2024
1 parent 7dc4ff1 commit e356bcb
Show file tree
Hide file tree
Showing 83 changed files with 83 additions and 21 deletions.
83 changes: 73 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"private": true,
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
"platforms/interface/*"
],
"scripts": {
"dev:core": "tauri dev",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
import { setHardwareInfo, hardwareInfo } from "ui/stores/hardwareInfo"
import Loading from "ui/navigation/loading.svelte"
import { generateMinutesData, generateSecondsData } from "ui/utils/stats"
import build from "../../../build.json"
import build from "../../../../build.json"
import DesktopNavigation from "ui/navigation/desktopNavigation.svelte"
import { invoke } from "@tauri-apps/api/core"
import { check } from "@tauri-apps/plugin-updater"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{html,js,svelte,ts}", "./layout/**/*.{html,js,svelte,ts}", , "../../packages/**/*.{html,js,svelte,ts}"],
content: ["./src/**/*.{html,js,svelte,ts}", "./layout/**/*.{html,js,svelte,ts}", , "../ui/**/*.{html,js,svelte,ts}"],
theme: {
extend: {
colors: {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export default defineConfig({
},
},
emptyOutDir: true,
outDir: "../../dist",
outDir: "../../../dist",
},
})
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
</div>

<script lang="ts">
import build from "../../../build.json"
import build from "../../../../build.json"
</script>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
import { settings } from "../stores/settings.ts"
import { Popover } from "bits-ui"
import { flyAndScale } from "../utils/transitions.ts"
import build from "../../../build.json"
import build from "../../../../build.json"
let trialOver = false
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<script lang="ts">
import { hardwareInfo } from "ui/stores/hardwareInfo.ts"
import { settings } from "ui/stores/settings.ts"
import build from "../../../build.json"
import build from "../../../../build.json"
import Select from "ui/components/select.svelte"
import Toggle from "ui/components/toggle.svelte"
import { Minimize2, RefreshCcw, Bug, Megaphone, Info, Cable, Github, FileCog } from "lucide-svelte"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{html,js,svelte,ts}", "./layout/**/*.{html,js,svelte,ts}", , "../../packages/**/*.{html,js,svelte,ts}"],
content: ["./src/**/*.{html,js,svelte,ts}", "./layout/**/*.{html,js,svelte,ts}", , "../ui/**/*.{html,js,svelte,ts}"],
theme: {
extend: {
colors: {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
import { settings } from "ui/stores/settings.ts"
import Dialog from "ui/components/dialog.svelte"
import { Trash2, MonitorSmartphone, Info, Pencil } from "lucide-svelte"
import { version, number, date } from "../../../../../../build.json"
import { version, number, date } from "../../../../../../../build.json"
import { onMount } from "svelte"
$: dialogOpen = false
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{html,js,svelte,ts}", "./layout/**/*.{html,js,svelte,ts}", , "../../packages/**/*.{html,js,svelte,ts}"],
content: ["./src/**/*.{html,js,svelte,ts}", "./layout/**/*.{html,js,svelte,ts}", , "../ui/**/*.{html,js,svelte,ts}"],
theme: {
extend: {
colors: {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e356bcb

Please sign in to comment.