Commit Graph

63 Commits

Author SHA1 Message Date
1146bf6f8d feat: chain form group 2026-02-07 23:32:23 -03:00
d4723e6a24 refactor: await rejections on tests 2026-02-07 23:27:20 -03:00
b07bc1db30 feat: language selection 2026-02-07 23:24:02 -03:00
010646da8a feat: action btn 2026-02-07 23:17:53 -03:00
9b62766c66 chore: assets for language selection 2026-02-07 23:05:27 -03:00
2c172dd3d1 feat: add custom file input for images 2026-02-07 23:00:12 -03:00
e803c670f4 feat: service to store images with OPFS 2026-02-06 21:41:20 -03:00
c0a3da4635 feat: add utility service for handling file types 2026-02-05 22:45:46 -03:00
2c332c6758 fix: update test to work with native browser 2026-02-04 21:47:22 -03:00
ea2779c681 fix: add coverage to vitest config 2026-02-04 21:41:45 -03:00
f89fe2e323 test: switch runner to browser mode
- Run tests in native browser instead of using jsdom
2026-02-04 21:25:34 -03:00
1502418cfa feat: add origin private file system service 2026-02-03 22:28:21 -03:00
1bf0b71ca7 fix: log error as error 2026-02-01 20:42:38 -03:00
d44ba2b421 chore(i18n): extends dictionaries 2026-01-31 22:58:12 -03:00
f06d5396ad style: add utility classes, apply borderbox to all elements 2026-01-31 22:35:24 -03:00
2e77ab3e40 style: add outlined icons font 2026-01-31 22:34:03 -03:00
9a3dd87896 build: prevent mangling (minifying classes and functions names) on build 2026-01-31 22:30:56 -03:00
2e6d0c1f0a refactor: change titlecase to upperfirst for capitalizing 2026-01-31 22:29:03 -03:00
6615912a35 feat: add pipe that capitalize first word only 2026-01-31 22:25:32 -03:00
1723ea7a39 refactor: height 100% and back btn 2026-01-31 11:30:15 -03:00
ae249ea828 feat: add list with actions component 2026-01-29 20:57:26 -03:00
4397e5fec3 refactor: moves positioning to host 2026-01-26 23:45:37 -03:00
f34ffec5b0 fix: bigClick to emit on click 2026-01-26 23:01:52 -03:00
a4aba009b8 fix: properly aligns button 2026-01-26 22:54:35 -03:00
7208a08ffb feat: add floating btn 2026-01-26 21:08:14 -03:00
85da313957 feat: add simplet layout for pages 2026-01-25 16:03:05 -03:00
3774750a56 feat: add some listing components 2026-01-25 16:02:33 -03:00
68866f4725 feat: navigation bar 2026-01-24 19:26:29 -03:00
00209ce137 build: add i18n support 2026-01-20 22:54:08 -03:00
490b929fa9 refactor: clean app component 2026-01-20 20:42:11 -03:00
94eb9b1bf8 build: ad material 2026-01-20 20:29:50 -03:00
c5e6ccc4c8 refactor: remove pwa bg color 2026-01-18 21:55:13 -03:00
9c6750617b chore: update favicon 2026-01-18 21:09:13 -03:00
3f4edb954c build: add pwa capability 2026-01-18 21:05:26 -03:00
dfacc39e57 test: add unit tests for DAOs 2026-01-18 18:36:34 -03:00
e125fb6e64 build: excludes html files from test coverage report 2026-01-18 17:59:59 -03:00
0a56fc6be0 fix: removes console.log 2026-01-18 15:13:05 -03:00
3467a574c1 fix: remove console.log 2026-01-18 00:32:28 -03:00
adc20904cc test(model/db): test instantiation 2026-01-17 22:56:19 -03:00
af84abe3f8 test(models/domain): test instantiation 2026-01-17 22:46:53 -03:00
4c51822bf0 test: extends coverage for sqlite service 2026-01-17 22:16:11 -03:00
8e53710c90 build: add testing coverage tool for vitest 2026-01-17 19:03:12 -03:00
4655ba4f64 feat(barcode reader): add wrapper for the webcomponent 2026-01-17 18:54:36 -03:00
ead327d44f feat(barcode reader): add close btn 2026-01-17 18:51:37 -03:00
a8ff28829d fix: increment z-index 2026-01-17 18:24:29 -03:00
888d636be6 refactor: db initialization 2026-01-17 16:05:22 -03:00
230ba670ab feat(persistance): add migration 2026-01-17 15:01:49 -03:00
fd763cc162 feat(persistance) : add DAO 2026-01-17 15:01:16 -03:00
8b462f98f6 feat(persistance): add db models 2026-01-17 15:00:24 -03:00
90233c7208 feat: add domain models 2026-01-17 14:58:39 -03:00