-
Notifications
You must be signed in to change notification settings - Fork 2
Adapt 0.61 design (context bar and theming) #14
Conversation
@tkurz you can checkout the assistify 0.61-branch in order to reproduce it easily Btw: Of course I don't think that this "fix" is the proper solution. I basically wanted to point you to the fact that the UI has changed and that this has implications on the current implementation. My suggestion for the first step is to basically re-use the existing search tab. Place the chatpal search dialog into the tab and display/hide it as any other normal tab. |
In oder to be as compatible to the standard search as possible, moved the whole Chatpal search to the tab bar. - remove the "global" search bar - use a normal tab as container - adapted to 0.61 design (sharp corners and edges, colors) This - of course - has some limitations: - the search vanishes when switching the room - but it miraculously remains opened when navigating, which is nice. - On `home`, there is no search option
@tkurz @vickyokrm I moved the search and its results fully to the tab bar. See the comment of 3a22aae for details |
@tkurz this is how it currently looks like //cc @geekgonecrazy |
Hi @mrsimpson |
@tkurz don't merge this yet - there's some substantial bug to be fixed: The swapping of the search only works for the user who activates Chatpal. |
With 0.61, Rocket.Chat releases the new context bar.
However, this needs some adaptation with respect to chatpal integration.
I moved the input statically to the left, but this is only a very quick fix.
Problems found:
- Input needs to be aligned dynamically different on `home` and channels