Skip to content

Commit

Permalink
Merge branch 'feat/update-rooms-list-visual' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Dec 31, 2024
2 parents af66700 + 29825c5 commit e98395c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"translations:suggest-from-pt-br": "unified-translations --translations-file ./src/locales/translations.json --languages pt-br=./src/locales/pt_br.json,en=./src/locales/en.json,es=./src/locales/es.json --mode build --suggest \"pt-br:pt>en:en\" && unified-translations --translations-file ./src/locales/translations.json --languages pt-br=./src/locales/pt_br.json,en=./src/locales/en.json,es=./src/locales/es.json --mode reverse && unified-translations --translations-file ./src/locales/translations.json --languages pt-br=./src/locales/pt_br.json,en=./src/locales/en.json,es=./src/locales/es.json --mode build --suggest \"pt-br:pt>es\" && unified-translations --translations-file ./src/locales/translations.json --languages pt-br=./src/locales/pt_br.json,en=./src/locales/en.json,es=./src/locales/es.json --mode reverse"
},
"dependencies": {
"@weni/unnnic-system": "^2.19.1-alpha.2",
"@weni/unnnic-system": "^2.19.1-alpha.4",
"axios": "^0.27.2",
"core-js": "^3.8.3",
"iframessa": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
:tabindex="0"
:selected="room.uuid === activeRoomId && active"
:locale="locale"
:lastInteractionTime="room.last_interaction"
@click="$emit('click')"
@keypress.enter="$emit('click')"
/>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1970,10 +1970,10 @@
resolved "https://registry.yarnpkg.com/@weni/eslint-config/-/eslint-config-1.0.4.tgz#aa21eafb5ae220d78f306c2d0a08487dd5655bdc"
integrity sha512-KZWyok6xvwCqJSXwS51mt801MLzVhiiAe2IgCf7e7OmlHfmjXwdL4A3t93dMXRi6EhX9RIhpfRTuZiFgulw0Og==

"@weni/unnnic-system@^2.19.1-alpha.2":
version "2.19.1-alpha.2"
resolved "https://registry.yarnpkg.com/@weni/unnnic-system/-/unnnic-system-2.19.1-alpha.2.tgz#337e30af3e64fb169dafb6f1e3a8e985492e1ac4"
integrity sha512-9pi9h453Jr/dS+tuvc9SacuiUXk13ODBhIOvMfwF7nXUlH0UIR3P+6cY4WsAQcEd/EixUq7POIUsJFd+1+3n7Q==
"@weni/unnnic-system@^2.19.1-alpha.4":
version "2.19.1-alpha.4"
resolved "https://registry.yarnpkg.com/@weni/unnnic-system/-/unnnic-system-2.19.1-alpha.4.tgz#00160d33242172ca0ce0e6725bcb04aab9cf5e5e"
integrity sha512-2LvRuCOjyf0TFtIvtm6scxDP72dMeGWGGACUXTJXRBYoGh8mnbN/9ME6k1MbkH56HR3hBesxhZTHXDPWb19htg==
dependencies:
"@emoji-mart/data" "^1.1.2"
"@vueuse/components" "^10.4.1"
Expand Down

0 comments on commit e98395c

Please sign in to comment.