-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feat/mapper frontend continuation #1823
Conversation
β¦-frontend-continuation
@@ -0,0 +1,48 @@ | |||
<script lang="ts"> | |||
import { clickOutside } from '../../../utilFunctions/clickOutside.ts'; |
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.
It's possible to use aliases here to avoid relative imports.
Svelte has a convention of using $
. Currently we have $lib
linking to src/lib
and $components
linking to src/components
.
I'll merge this PR and we can update it later, perhaps we simply have a $src
linking to src
root dir to simplify things π
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.
sure!
Nice work! Looking forward to setting this up π |
What type of PR is this? (check all applicable)
Related Issue
Describe this PR
This PR contains the following works:
Screenshots