-
Notifications
You must be signed in to change notification settings - Fork 1
Add labels to places and transitions #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking pretty good; almost ready to go in! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks! 👍 Wondering about the Config.purs
thing mentioned in my review comment though.
…escript-stbx-sandbox into 21/render-place-name-labels
, SA.y (pos.y - transitionHeight / 2.0) | ||
] | ||
svgTransitionRect point tid = | ||
SE.rect [ SA.class_ "css-transition-rect" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation oopsie
* Use parcel as recommended by spago * Ignore dist * Don't show stars on types when valid * Add statebox logo and link * Nicer JSON generation * Use argonaut-codecs * allow running the static html * Fix encoding issue in bundled version * Update README.md * Update README.md Co-Authored-By: Erik Post <erik@shinsetsu.nl> * Update README.md Co-Authored-By: Erik Post <erik@shinsetsu.nl> * Update README.md * Update README.md * README.md tweaks. * Update package-lock.json.
…296) * First commit * Update README.md * Fix one more bug * Reduce number of warnings * suppress halogen-svg warnings * Supress shadowedName warnings (during bundling only) * Clean up code * changes for vscode * Generate haskell arrow code * smaller generated arrow code * Cleaner generated haskell code * fixes * Visual Studio integration with Halogen component lifecycle. #4 (WIP) * Add spiders * Fix saving state in hash in Safari * Replace explicit record type by App.Input alias. #4 * Put {pixels,context} into field in App.State. #14 * Qualify fromPixels as Bricks.fromPixels. #14 * Fix doc comment. #14 * Refactor generated code * Replace another written-out App.Input record by its alias. #4 * Rename setPixels and setPixelsAndContext to setInput. #4 * Eliminate repetition of fields from Bricks.Input. #14 * Move View.Bricks model state into its own field 'input :: Input'. #14 * Copy to clipboard buttons * Update src/View/CopyToClipboard.js Co-Authored-By: Erik Post <erik@shinsetsu.nl> * Update src/View/CopyToClipboard.purs Co-Authored-By: Erik Post <erik@shinsetsu.nl> * Create .editorconfig * Factor Bricks.Input formation out of bricksView. #14 * Don't automatically install the component on module load. #4 * Clean up type inferencing * Move i/o connection matching to view/bricks * Detect more type errors in spiders * Fix restorting state from location.hash * Use parseHash function for restoring state * tidy up * Automatically trim trailing whitespace * Don't put labels on wires, center labels above node * Fix label bug * Make wire bricks clickable * More greek * Fix disappearing wires * make selected wires visible again * Typed terms * Show types on identities in Term view * Show types with perms and spiders in term view * Remove ann field from TC and TT and use Ann * Make variable names in TypedTerm just strings * Make use of typed term in output formats * Add direction arrows * Cup and Cap * Switch from Int /\ Int to { x :: Int, y :: Int } * use Parcel to run and bundle (#30) * Use parcel as recommended by spago * Ignore dist * Don't show stars on types when valid * Add statebox logo and link * Nicer JSON generation * Use argonaut-codecs * allow running the static html * Fix encoding issue in bundled version * Update README.md * Update README.md Co-Authored-By: Erik Post <erik@shinsetsu.nl> * Update README.md Co-Authored-By: Erik Post <erik@shinsetsu.nl> * Update README.md * Update README.md * README.md tweaks. * Update package-lock.json. * Expose bricksView-related code to vscode. #14 (#26) * Expose bricksView-related code to vscode. #14 * Expose termView-related code to vscode. #14 * Fix npm start and move static files to html dir * Url encode parenthesis * Generate cleaner haskell arrow code * Reduce parenthesis in generated Haskell code * Allow a name and multiple pixel letters per type Fixes #33 * Use names i/o bids in generated JSON and Haskell * Switch to purescript-vec Fixes #32 * Use github token to access private vec package * Use names in terms view * Make sure the labels fit in their boxes * Some syntax and comments changes. #34 * Explicitly type unsafe coercion from Element -> HTMLElement. #34 * Fix text positioning in Safari * halogen-kdmoncat: Put kdmoncat modules under KDMonCat module. #257 Co-authored-by: Sjoerd Visscher <sjoerd@w3future.com> * studio: Render wiring diagrams in kdmoncat. #257 * Show diagrams in kdmoncat * Update ExampleData.purs Co-authored-by: Sjoerd Visscher <sjoerd@w3future.com> * halogen-kdmoncat: Fix compilation failure related to purescript-vec reference. #257 * 'Backport' Ord instance for Vec3 from purescript-vec repo. * Depend on the purescript-vec in this monorepo. * stbx-lang: Adapt diagram parser for use with the kdmoncat wiring viewer. #257 Co-authored-by: Sjoerd Visscher <sjoerd@w3future.com> * studio: Move conversion of DiagramInfo to Operators into stbx-lang. #257 Co-authored-by: Sjoerd Visscher <sjoerd@w3future.com> * studio: Fix whitespace. #257 * stbx-lang: Refactor fromOps for clarity. #257. Co-authored-by: Sjoerd Visscher <sjoerd@w3future.com> * studio: Refactor a 'let' to 'where'. #257 * prefix kdmoncat bricks css with kdmoncat * Prefix bricks component with kdmoncat * Refactor fromOps * halogen-kdmoncat: Remove ABOUT.md. #257 * studio: Qualify fromOperators as DiagramV2.fromOperators. #257 * studio: Qualify as KDMonCat.Bricks instead of KDMonCatBricks. #257 * studio: use 'zero' for 'Box' instead of the explicit version. #257
No description provided.