mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Rename settings lifecycle ownership
This commit is contained in:
parent
c13706ef9a
commit
47c4e788d4
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ import {
|
|||
transitionSettingsDynamicSectionLifecycle,
|
||||
transitionSettingsDataRefreshLifecycle,
|
||||
type SettingsDataRefreshLifecycleState,
|
||||
} from "./data";
|
||||
} from "./lifecycle";
|
||||
import { loadHookData, loadSettingsData } from "./app-server-data";
|
||||
import { renderArchivedThreadSection, renderHookSection } from "./dynamic-sections";
|
||||
import type { CodexPanelSettings } from "./model";
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ import {
|
|||
createSettingsDynamicSectionLifecycle,
|
||||
transitionSettingsDynamicSectionLifecycle,
|
||||
transitionSettingsDataRefreshLifecycle,
|
||||
} from "../../src/settings/data";
|
||||
} from "../../src/settings/lifecycle";
|
||||
|
||||
describe("settings data", () => {
|
||||
describe("settings lifecycle", () => {
|
||||
it("tracks settings data refresh lifecycle", () => {
|
||||
const idle = { kind: "idle" } as const;
|
||||
|
||||
Loading…
Reference in a new issue