Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b446cdc
feat: converted to reactive state management
Dec 1, 2025
75d1e97
feat: Vue3 style + refactoring
Dec 2, 2025
8df68ab
fix: prettier
Dec 2, 2025
72906b1
feat: Vue3 style + refactoring
Dec 2, 2025
868de05
fix: prettier
Dec 2, 2025
8ee603e
fix: changed the file name store
Dec 2, 2025
e7f9d8c
Merge branch 'price-estimator-design-fix' of github.com:huntdatacente…
Dec 2, 2025
b637b94
fix: merge conflict
Dec 2, 2025
e74d048
fix: merge conflict
Dec 2, 2025
3f543dd
fix: interface in proper order
Dec 3, 2025
fc5562b
fix: moved onMount to bottom
Dec 3, 2025
72f95e7
fix: removed the duplicated file
Dec 3, 2025
0f811ba
fix: Fixed issues with price not updating correctly
hansstems Dec 3, 2025
4f9b434
Feat: Added editable headlines, fixed bugs and fixed the tests
hansstems Dec 3, 2025
9880301
fix: cleaned logical part, changed variable names
Dec 8, 2025
dd9d851
feat: added monthly cost for storage
Dec 9, 2025
a294642
feat: fixed totalblock
Dec 9, 2025
8ccb28e
fix: total summary func
Dec 9, 2025
f641193
feat: Added import and export. Extended also the test
hansstems Dec 10, 2025
0fed27e
feat: Added localStorage functionality
hansstems Dec 10, 2025
99fdae6
feat: Added support for different display of lab subscription in tota…
hansstems Dec 10, 2025
42f9bdc
feat: Added tooltip for the export / save button
hansstems Dec 10, 2025
c20a6ab
fix: volume-1
Dec 11, 2025
8c771dd
Merge branch 'master' into price-estimator-design-fix
Dec 11, 2025
f714c1c
yarn.lock
Dec 11, 2025
5697aa9
fix: deleted errord prettier setting
Dec 11, 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
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
"markdownlint.config": {
"MD025": false,
"MD033": false
Expand Down
Loading