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

chore: setup hackathon branch #4409

Closed
wants to merge 56 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
b4fc74d
chore: setup hackathon branch
dtopalov Sep 19, 2024
91df33a
chore: add upload dependency
tswetti Sep 19, 2024
f77991b
chore: update packages
tswetti Sep 19, 2024
2113fd5
chore: add package-lock
tswetti Sep 19, 2024
ecdd6e3
chore: add numerictextbox with external buttons
tswetti Sep 19, 2024
a71b8e6
chore: add clear button
tswetti Sep 19, 2024
80b6e05
chore: add settings list component
slavenai Sep 19, 2024
61823cc
chore: add menu window
dtopalov Sep 19, 2024
4864c59
chore: update window actions
slavenai Sep 19, 2024
6fdb9d6
Update header.commponent.html (#4411)
inikolova Sep 19, 2024
342a86d
chore: add badge
tswetti Sep 19, 2024
1f4f82c
Update app.module.ts (#4412)
inikolova Sep 19, 2024
e77d525
chore: add logo image
inikolova Sep 19, 2024
5f428b0
chore: add service & bind settings change events
slavenai Sep 19, 2024
1e0b3ae
chore: open window outside of the appbar
dtopalov Sep 19, 2024
2b4c08d
chore: update form
slavenai Sep 19, 2024
fc42170
chore: add animated banner
tswetti Sep 19, 2024
f367538
chore: conditional animation class
tswetti Sep 19, 2024
430e46b
chore: add expansion panel
slavenai Sep 19, 2024
4a6d271
chore: add combobox
dtopalov Sep 19, 2024
e7def50
chore: update appbar section
inikolova Sep 19, 2024
a0ccfbe
chore: persist settings
slavenai Sep 19, 2024
58980ff
chore: cleanup
slavenai Sep 19, 2024
784c950
chore: update styles
inikolova Sep 19, 2024
86daf73
chore: add routing to appbar
tswetti Sep 19, 2024
eba291a
chore: update styling
inikolova Sep 20, 2024
f38f91b
chore: focus button on close
dtopalov Sep 20, 2024
6f25fca
chore: add icons
slavenai Sep 20, 2024
d368bf5
chore: add dyslexia font icon
slavenai Sep 20, 2024
86d06a2
chore: refactor settings service
dtopalov Sep 20, 2024
1426f37
chore: change line height dynamically
slavenai Sep 20, 2024
02cc9b6
chore: add http
dtopalov Sep 20, 2024
73ac9d7
chore: update common buttons styling
inikolova Sep 20, 2024
d2f6c1a
chore: update letter spacing dynamically
slavenai Sep 20, 2024
9d5111b
chore: update settings panel styling
inikolova Sep 20, 2024
505c52a
chore: change theme dynamically
slavenai Sep 20, 2024
8f28b5f
chore: update info page
dmanova Sep 20, 2024
b439b69
chore: body background per theme
dmanova Sep 20, 2024
e6991fa
chore: update input focus styles
inikolova Sep 20, 2024
09c3bcc
chore: update settings
slavenai Sep 20, 2024
11b7ffe
chore: add ai and voice
dtopalov Sep 20, 2024
4c5018b
chore: update missed lineHeight & add min value
slavenai Sep 20, 2024
93e2159
chore: update header section
inikolova Sep 20, 2024
b512257
chore: update info page
dmanova Sep 20, 2024
7ce240d
chore: add video
dmanova Sep 20, 2024
27ebedf
chore: add badges & apply ai service prompt changes
slavenai Sep 20, 2024
365b9cf
chore: pause video when pauseAnimations true
slavenai Sep 20, 2024
a20509b
chore: update font-family to inherit
dmanova Sep 20, 2024
a3bb7af
chore: stop video control
dmanova Sep 20, 2024
ef57282
chore: update numeric formats and steps
dtopalov Sep 20, 2024
d1bf953
chore: small visual improvements
dmanova Sep 24, 2024
e5bd015
chore: enter value with speech recognition
dmanova Sep 25, 2024
fb9e61d
chore: update service and settings
dtopalov Sep 26, 2024
55ea852
chore: update css selector
inikolova Sep 27, 2024
a609e79
chore: update focus styles and theme default
inikolova Sep 27, 2024
b2ac8e0
chore: typo
tswetti Sep 27, 2024
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
21 changes: 3 additions & 18 deletions examples-standalone/coffee-warehouse/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"builder": "@angular-devkit/build-angular:application",
"options": {
"allowedCommonJsDependencies": [
"hammerjs",
"@progress/kendo-angular-intl/locales/en/all",
"@progress/kendo-angular-intl/locales/es/all",
"@progress/kendo-angular-intl/locales/fr/all"
Expand All @@ -36,25 +35,11 @@
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "**/*",
"input": "node_modules/@progress/kendo-theme-bootstrap/dist",
"output": "/assets/kendo-theme-bootstrap/dist"
},
{
"glob": "**/*",
"input": "node_modules/@progress/kendo-theme-default/dist",
"output": "/assets/kendo-theme-default/dist"
},
{
"glob": "**/*",
"input": "node_modules/@progress/kendo-theme-material/dist",
"output": "/assets/kendo-theme-material/dist"
}
"src/assets"
],
"styles": [
"src/styles/main.scss"
"src/styles/main.scss",
"node_modules/@progress/kendo-theme-utils/dist/all.css"
],
"scripts": [],
"extractLicenses": false,
Expand Down
Loading