Skip to content

[NEW] Make the header for rooms clickable#16762

Merged
rodrigok merged 6 commits intoRocketChat:developfrom
aKn1ghtOut:fix16223
Apr 20, 2020
Merged

[NEW] Make the header for rooms clickable#16762
rodrigok merged 6 commits intoRocketChat:developfrom
aKn1ghtOut:fix16223

Conversation

@aKn1ghtOut
Copy link
Copy Markdown
Contributor

Closes #16223

Earlier the title of the rooms wasn't clickable. An event was added to open the Room Info/User Info page when clicked, instead.

Earlier: Title not clickable

Now:
ezgif-3-b6c7467a9e26
ezgif-3-7e02d21f99d5

aKn1ghtOut and others added 5 commits March 1, 2020 13:33
…6762-aKn1ghtOut-fix16223

* 'develop' of github.com:RocketChat/Rocket.Chat: (47 commits)
  [NEW] API `users.deactivateIdle` for mass-disabling of idle users (#16849)
  [NEW] API to logout from other locations (#16193)
  [IMPROVE] Add option to require authentication on user's shield endpoint (#16845)
  [FIX] Custom OAuth Bug (#16811)
  [FIX] Integrations page pagination (#16838)
  reset package-lock to upstream
  Apply suggestions from code review
  More precision in MS translate API key setting
  Refactor MS translate: remove redundant code
  Don't expose translation API keys to client
  Add missing translation
  fix: livechat/facebook missing visitor data after registerGuest (#16810)
  [FIX] Invite links counting users already joined (#16591)
  [FIX] No settings to be displayed if search not found (#16255)
  [FIX] Removed some hardcoded texts (#16304)
  [FIX] Cannot unfollow message from thread's panel (#16560)
  Add Enterprise Edition license (#16801)
  [FIX] Fallback content-type as application/octet-stream for FileSystem uploads (#16776)
  [IMPROVE] Apps-engine E2E tests (#16781)
  [FIX] Remove spaces from i18n placeholders to show Personal access token (#16724)
  ...
@gabriellsh gabriellsh added area: ui/ux Related to UI/UX, frontend code, accessibility, and user interaction type: improvement labels Mar 13, 2020
@aKn1ghtOut
Copy link
Copy Markdown
Contributor Author

What do you think? @gabriellsh

@gabriellsh gabriellsh changed the title [NEW] Make the title for rooms clickable [NEW] Make the header for rooms clickable Mar 18, 2020
@aKn1ghtOut
Copy link
Copy Markdown
Contributor Author

@ggazzo What do you think?

@aKn1ghtOut
Copy link
Copy Markdown
Contributor Author

@gabriellsh @rodrigok Anything I should add/edit?

@engelgabriel
Copy link
Copy Markdown
Member

I think it makes sense

@rodrigok rodrigok added this to the 3.2.0 milestone Apr 13, 2020
const $flexTab = $('.flex-tab-container .flex-tab');

if (tabBar.getState() === 'opened' && (tabBar.getTemplate() === 'channelSettings' || tabBar.getTemplate() === 'membersList')) {
$flexTab.attr('template', '');
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this right setting the html property manually?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

It's been done the same way in flexTabBar.js. I think he got the snippet from there actually.

Copy link
Copy Markdown
Contributor Author

@aKn1ghtOut aKn1ghtOut Apr 13, 2020

Choose a reason for hiding this comment

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

That's accurate. I was looking for how it had been implemented, and that's the file I got to.

@rodrigok rodrigok merged commit bdc6107 into RocketChat:develop Apr 20, 2020
ggazzo added a commit that referenced this pull request Apr 20, 2020
…users_and_rooms

* 'develop' of github.com:RocketChat/Rocket.Chat:
  [NEW] Allow to send Agent custom fields through the Omnichannel CRM integration (#16286)
  [FIX] Spotify embed and collapsed (#17356)
  Improve: Better Push Notification code (#17338)
  LingoHub Update 🚀 (#17365)
  [FIX] Allow Screensharing in BBB Iframe (#17290)
  [NEW] Make the header for rooms clickable (#16762)
  Import data pagination (#17355)
  Allow to set a comment when forwarding omnichannel rooms. (#17353)
  [FIX] Web Client memory leak caused by the Emoji library (#17320)
  [FIX] Omnichannel room info panel opening whenever a message is sent (#17348)
  [FIX] New user added by admin doesn't receive random password email (#17249)
dudizilla added a commit that referenced this pull request Apr 21, 2020
…nto view-logs

* 'develop' of https://github.com/RocketChat/Rocket.Chat:
  [NEW] Allow to send Agent custom fields through the Omnichannel CRM integration (#16286)
  [FIX] Spotify embed and collapsed (#17356)
  Improve: Better Push Notification code (#17338)
  LingoHub Update 🚀 (#17365)
  [FIX] Allow Screensharing in BBB Iframe (#17290)
  [NEW] Make the header for rooms clickable (#16762)
  Import data pagination (#17355)
  Allow to set a comment when forwarding omnichannel rooms. (#17353)
  [FIX] Web Client memory leak caused by the Emoji library (#17320)
  [FIX] Omnichannel room info panel opening whenever a message is sent (#17348)
  [FIX] New user added by admin doesn't receive random password email (#17249)
  Bump https-proxy-agent from 2.2.1 to 2.2.4 (#17323)
  [NEW] Adds ability for Rocket.Chat Apps to create discussions (#16683)
  Add possibility to sort the Omnichannel current chats list by column (#17347)
  [IMPROVE] Redesign Administration > Import (#17289)
@sampaiodiego sampaiodiego mentioned this pull request Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ui/ux Related to UI/UX, frontend code, accessibility, and user interaction type: improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make the room name clickable and open room info

5 participants