Skip to content
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

Pr fix typescript errors #167

Closed
wants to merge 19 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
9dd692c
fix: ensure dist directories structure for watch
torbrenner Oct 28, 2024
383ac91
fix: adjusted link and build script
torbrenner Oct 29, 2024
d56cb7b
docs: added documentation for applications built with vite
torbrenner Oct 30, 2024
4d09268
Merge pull request #141 from samply/fix/probablyLinkingIssues
patrickskowronekdkfz Oct 31, 2024
a7c4def
feat: add product of tmn-c and tmn-p
patrickskowronekdkfz Nov 14, 2024
be1795b
chore: updated packages
patrickskowronekdkfz Nov 15, 2024
8406c9d
feat: remove styling of search-modified button
patrickskowronekdkfz Nov 15, 2024
d4f0f25
chore: add styling.md
patrickskowronekdkfz Nov 15, 2024
2178021
fix: search for name and key when clicked on a char
patrickskowronekdkfz Nov 15, 2024
76c0586
Update ChartComponent.wc.svelte
patrickskowronekdkfz Nov 15, 2024
ea6fa89
Merge pull request #150 from samply/updates/0.4.4
torbrenner Nov 20, 2024
4e90004
Merge pull request #152 from samply/fix/chart_clicking
patrickskowronekdkfz Dec 2, 2024
066ba85
Merge pull request #151 from samply/fix/remove_query_change_button_st…
patrickskowronekdkfz Dec 2, 2024
1c91448
Merge pull request #149 from samply/fix/tnm_query
patrickskowronekdkfz Dec 2, 2024
da85c1b
fix(searchbar): clear input text when no matches are found and clear …
valeriesauer Dec 16, 2024
2d19ebe
Merge pull request #158 from samply/fix/searchbar-clear-button
patrickskowronekdkfz Dec 17, 2024
aa3bbd0
fix: typo in README.md
timakro Jan 14, 2025
f2f65f1
Merge pull request #166 from samply/pr-fix-readme-typo
patrickskowronekdkfz Jan 14, 2025
5a9a048
fix: some typescript errors
timakro Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: added documentation for applications built with vite
torbrenner committed Oct 30, 2024
commit d56cb7b8ae19ecafe6ce71a5714fcdd6396aa349
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -35,6 +35,18 @@ If you want to make changes to the lens library while integrating those changes

To controll that the linking of the local version worked, run `npm ls | grep lens` in your applications repository and verify that it refers to your local lens repository.

#### Additional Note for Applications using Vite
When your depending application is built with vite, you need to ensure to add the following to your vite.config.ts:

``` javascript
export default defineConfig({
// ...
optimizeDeps: {
exclude: ['@samply/lens']
}
});
```

## Style Integration

To import the default stylings, use