mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-12 01:01:50 +01:00
parent
d2802ad297
commit
b51ff834b2
2
LICENSE
2
LICENSE
@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2024 Command Line Inc.
|
||||
Copyright 2025 Command Line Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package main
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package main
|
||||
@ -31,7 +31,7 @@ func generateTypesFile(tsTypesMap map[reflect.Type]string) error {
|
||||
return fmt.Errorf("error generating wsh server types: %w", err)
|
||||
}
|
||||
var buf bytes.Buffer
|
||||
fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n")
|
||||
fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n")
|
||||
fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n")
|
||||
fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n")
|
||||
fmt.Fprintf(&buf, "declare global {\n\n")
|
||||
@ -66,7 +66,7 @@ func generateServicesFile(tsTypesMap map[reflect.Type]string) error {
|
||||
fileName := "frontend/app/store/services.ts"
|
||||
var buf bytes.Buffer
|
||||
fmt.Fprintf(os.Stderr, "generating services file to %s\n", fileName)
|
||||
fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n")
|
||||
fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n")
|
||||
fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n")
|
||||
fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n")
|
||||
fmt.Fprintf(&buf, "import * as WOS from \"./wos\";\n\n")
|
||||
@ -89,7 +89,7 @@ func generateWshClientApiFile(tsTypeMap map[reflect.Type]string) error {
|
||||
var buf bytes.Buffer
|
||||
declMap := wshrpc.GenerateWshCommandDeclMap()
|
||||
fmt.Fprintf(os.Stderr, "generating wshclientapi file to %s\n", fileName)
|
||||
fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n")
|
||||
fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n")
|
||||
fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n")
|
||||
fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n")
|
||||
fmt.Fprintf(&buf, "import { WshClient } from \"./wshclient\";\n\n")
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package main
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package main
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,6 +1,6 @@
|
||||
//go:build !windows
|
||||
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,6 +1,6 @@
|
||||
//go:build windows
|
||||
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package main
|
||||
|
2
db/db.go
2
db/db.go
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package db
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { ipcMain } from "electron";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// for activity updates
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { FileService } from "@/app/store/services";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as electron from "electron";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as electron from "electron";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { ipcMain, webContents, WebContents } from "electron";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { ClientService, FileService, ObjectService, WindowService, WorkspaceService } from "@/app/store/services";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { FileService, WindowService } from "@/app/store/services";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { RpcApi } from "@/app/store/wshclientapi";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { waveEventSubscribe } from "@/app/store/wps";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { fireAndForget } from "@/util/util";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
const { ipcRenderer } = require("electron");
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { contextBridge, ipcRenderer, WebviewTag } from "electron";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { dialog, ipcMain, Notification } from "electron";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { getWebServerEndpoint } from "@/util/endpoints";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { Workspace } from "@/app/workspace/workspace";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import {
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import {
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { NodeModel } from "@/layout/index";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { NumActiveConnColors } from "@/app/block/blockframe";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
import { memo } from "react";
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import clsx from "clsx";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import clsx from "clsx";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { clsx } from "clsx";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { type Placement } from "@floating-ui/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import React, { ReactNode } from "react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line
|
||||
// Copyright 2025, Command Line
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { clsx } from "clsx";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { FloatingPortal, type Placement, useDismiss, useFloating, useInteractions } from "@floating-ui/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import clsx from "clsx";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { clsx } from "clsx";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import clsx from "clsx";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Paragraph, Root, Text } from "mdast";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { RpcApi } from "@/app/store/wshclientapi";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { CopyButton } from "@/app/element/copybutton";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { Button } from "@/element/button";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import clsx from "clsx";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { Button } from "@/element/button";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { boundNumber } from "@/util/util";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import React from "react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { MagnifyIcon } from "@/app/element/magnify";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { autoUpdate, FloatingPortal, Middleware, offset, useFloating } from "@floating-ui/react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { useRef } from "react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { clsx } from "clsx";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { clsx } from "clsx";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as React from "react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { useCallback, useEffect, useRef, useState } from "react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import Logo from "@/app/asset/logo.svg";
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user