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

feat: notifications #738

Merged
merged 56 commits into from
Apr 10, 2022
Merged

feat: notifications #738

merged 56 commits into from
Apr 10, 2022

Conversation

meteyou
Copy link
Member

@meteyou meteyou commented Mar 27, 2022

  • display moonraker announcements as a notification
  • snooze & remove announcements notifications
  • add klipper warnings to notifications
  • add moonraker warnings to notifications
  • add raspberry pi flags to notifications

Signed-off-by: Stefan Dej meteyou@gmail.com

meteyou and others added 30 commits March 26, 2022 14:31
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
…aded

Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
@meteyou meteyou requested a review from dw-0 April 3, 2022 21:17
@meteyou meteyou changed the title feat: moonraker announcements feat: notifications Apr 3, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2022

Size Change: +5.18 kB (0%)

Total Size: 1.51 MB

Filename Size Change
./dist/assets/Codemirror.js 113 kB +1 B (0%)
./dist/assets/Heightmap.js 120 kB -2 B (0%)
./dist/assets/index.css 10.2 kB +57 B (+1%)
./dist/assets/index.js 263 kB +3.67 kB (+1%)
./dist/assets/vendor.js 531 kB +1.45 kB (0%)
./dist/index.html 712 B -1 B (0%)
./dist/sw.js 6.3 kB +1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/assets/Codemirror.css 20 B
./dist/assets/Heightmap.css 283 B
./dist/assets/vendor.css 64.5 kB
./dist/assets/Viewer.js 282 kB
./dist/assets/Viewer.css 317 B
./dist/config.json 25 B
./dist/fonts/roboto-black.woff2 11 kB
./dist/fonts/roboto-bold.woff2 11 kB
./dist/fonts/roboto-light.woff2 11.2 kB
./dist/fonts/roboto-medium.woff2 11.1 kB
./dist/fonts/roboto-regular.woff2 11 kB
./dist/fonts/roboto-thin.woff2 11 kB
./dist/img/icons/apple-touch-icon-180x180.png 6.47 kB
./dist/img/icons/favicon-16x16.png 355 B
./dist/img/icons/favicon-32x32.png 641 B
./dist/img/icons/icon-192-png 7.86 kB
./dist/img/icons/icon-512-png 33 kB
./dist/img/icons/mstile-150x150.png 2.24 kB
./dist/img/icons/safari-pinned-tab.svg 1.38 kB
./dist/img/klipper.svg 2.38 kB
./dist/img/logo.svg 295 B
./dist/img/sidebar-background.svg 929 B

compressed-size-action

src/store/server/getters.ts Show resolved Hide resolved
@dw-0
Copy link
Member

dw-0 commented Apr 3, 2022

Please also refactor all other locales as much as possible so they match the en locales.

meteyou added 2 commits April 7, 2022 22:20
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
@meteyou meteyou requested a review from dw-0 April 7, 2022 20:21
meteyou added 10 commits April 7, 2022 23:27
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
src/locales/de.json Outdated Show resolved Hide resolved
src/locales/en.json Outdated Show resolved Hide resolved
meteyou and others added 4 commits April 7, 2022 23:45
Co-authored-by: th33xitus <th33xitus@googlemail.com>
Co-authored-by: th33xitus <th33xitus@googlemail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
@meteyou meteyou requested a review from dw-0 April 10, 2022 20:29
dw-0
dw-0 previously approved these changes Apr 10, 2022
Copy link
Member

@dw-0 dw-0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Stefan Dej <meteyou@gmail.com>
@meteyou meteyou merged commit d830493 into develop Apr 10, 2022
@meteyou meteyou deleted the feat/moonraker-announcements branch April 10, 2022 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyze runs build size report
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants