From 3af4b90efdf3fbd7f8149e5f9bf5c8fec494e900 Mon Sep 17 00:00:00 2001 From: Temuulen Bayanmunkh Date: Fri, 20 Oct 2023 18:03:28 +0800 Subject: [PATCH 1/7] latest working component `` --- .DS_Store | Bin 0 -> 8196 bytes addon/components/layout/header.hbs | 14 +- addon/components/notification-tray.hbs | 32 + addon/components/notification-tray.js | 223 + addon/styles/addon.css | 1 + addon/styles/components/notification-tray.css | 57 + app/components/notification-tray.js | 1 + assets/.DS_Store | Bin 0 -> 6148 bytes assets/sounds/notification-sound.mp3 | Bin 0 -> 108669 bytes package-lock.json | 52276 ++++++++++++++++ .../components/notification-tray-test.js | 26 + 11 files changed, 52628 insertions(+), 2 deletions(-) create mode 100644 .DS_Store create mode 100644 addon/components/notification-tray.hbs create mode 100644 addon/components/notification-tray.js create mode 100644 addon/styles/components/notification-tray.css create mode 100644 app/components/notification-tray.js create mode 100644 assets/.DS_Store create mode 100644 assets/sounds/notification-sound.mp3 create mode 100644 package-lock.json create mode 100644 tests/integration/components/notification-tray-test.js diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..411b9d5a32be183c1fd2862d79114d3b5cc3c368 GIT binary patch literal 8196 zcmeHM%Wl&^6ur|t>X1?jqEa_Vme{tT4}^%=gftPV#6xNdEC2<&3B}a$M0qrzswivt z2Y!JqU&6nzf^%mkmF*;KDxpfuM04-hK4%{1j_qETh(vYR+9FybA_tZIN)cv8;p<$d z%7Qtw3NOGXiuOWz=!epu!rBv70jq#jz$#!BunJrb1@O-1;>>yP>#NpU1*`)9r2_nX za8cP;j2~;S9vv_$1%S`uv?^#L4^SM}_=@pk?G+V$>g+)nsxT>r&~#jP84h1DeyqKw zlhAY$W@KS96rn~3&sA^|745CH3RnfE72w=GM;^8ClZpJDZ={E)rQfP3Y6i$Ibz@mR zqrRt5d7%3EwP`^8Bv#z|8`dB7yXNb`55F4*{lVtuPqC26=JJcqqEmF+WfJdvo2ryL0dCtl+HPzVl$ec^q~k`96RZMQ&`{aV%-BKC1S5CONbM}vErHC_ z3Hs)JA*q*IFKhKVrq$%ev+sXwUt6pK7f>LhxobuE`uy+z7Z|}(tpZko%dUXP)*7`c zW;ywzHa%g^wO!P=s9YE~)?QIyR5}i?(sB6ne;A_e0?M3<@nh|A2E~2|P%>C!75JwL F`~lD#Oz8js literal 0 HcmV?d00001 diff --git a/addon/components/layout/header.hbs b/addon/components/layout/header.hbs index 474969e..08fbab2 100644 --- a/addon/components/layout/header.hbs +++ b/addon/components/layout/header.hbs @@ -3,7 +3,7 @@ - {{#unless (media 'isMobile')}} + {{#unless (media "isMobile")}}