Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • interkit-experiments interkit-experiments
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 115
    • Issues 115
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • interkit
  • interkit-experimentsinterkit-experiments
  • Merge requests
  • !13

Merged
Created Jan 12, 2023 by Jakob Wierzba@jakobMaintainer

Draft: re-implementation of basic structure, first: Node/Chat

  • Overview 4
  • Commits 137
  • Pipelines 58
  • Changes 248

goals:

  • use central stores
  • provide a consistent framework for the layout

where to start:

  • Story.svelte is the new NodeEditor.svelte
  • it has the basic three-column structure:
    left sidebar (board+node list) | main (node graph) | "modal panel" (code editor)
  • admin.js and story.js are the central stores, with admin.js being a "common" store that all tabs share
  • for now, the Story tab sits next to the Chat tab, and will slowly grow until it replaces Chat
  • this is a very basic PoC 😄

EDIT to add: Story.svelte implements this part:

image

Edited Jan 12, 2023 by Jakob Wierzba
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: v03-reredaktionssys