Skip to content

Commit

Permalink
Merge pull request #86 from linked-planet/dev
Browse files Browse the repository at this point in the history
TimeTable - improved and implified group rendering and update detection
  • Loading branch information
marcus-wishes authored Dec 9, 2024
2 parents 0848a57 + a1b0c90 commit 8530b20
Show file tree
Hide file tree
Showing 6 changed files with 669 additions and 538 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "firefox",
"request": "launch",
"reAttach": true,
"name": "Launch Firefox",
"url": "http://localhost:3000/#/wrappers",
"webRoot": "${workspaceFolder}",
"pathMappings": [
{
"url": "http://localhost:3000/ui-kit-ts/@fs/home/markus/lp/ui-kit-ts/library",
"path": "${workspaceFolder}/library"
}
]
},
{
"type": "firefox",
"request": "attach",
Expand Down
Loading

0 comments on commit 8530b20

Please sign in to comment.