Skip to content

Commit

Permalink
feat: update rooms list visual
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Dec 31, 2024
1 parent 6484bad commit 29825c5
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.15.0",
"@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.15.0":
version "2.15.0"
resolved "https://registry.yarnpkg.com/@weni/unnnic-system/-/unnnic-system-2.15.0.tgz#65338c907c7bfb70aee96ea6eaddee0320eb5113"
integrity sha512-fzilONGrCT4NkslC41W4NMISjbFFngr598brNS5YDRcI8jAOO6OoFrLBIXERIb1uPGh8JA21zg9iVMK7H5ExFw==
"@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 29825c5

Please sign in to comment.