Commit Graph

55 Commits (c510a2c4f22c354f486688b3db813f5d39b37b5b)

Author SHA1 Message Date
Julian Lam 9b09ee0e93 feat: client-side taskbar.update method, deprecates .updateTitle()
Barış Soner Uşaklı 09681e6ccf fix:
Julian Lam af4fd5979f Revert "fix: , hide taskbar on chat modal invocation on mobile"
This reverts commit a70db885cf.
Julian Lam a70db885cf fix: , hide taskbar on chat modal invocation on mobile
Julian Lam 629b35546c fix: , composer and chat not closing on logout
Peter Jaszkowiak ba619c7ec8 style(eslint): match operator-linebreak preferences
renovate[bot] 64b9dabff8 chore(deps): update dependency eslint-config-airbnb-base to v13 ()
* chore(deps): update dependency eslint-config-airbnb-base to v13

* chore: , linting 😬
André Zanghelini f3956299eb Add tooltip in taskbar icons ()
* Add tooltip in taskbar icons

* Translate taskbar title when creating taskbar
Julian Lam 3688840f1f using modal-unfocused instead, so regular modals still appear on-top of composer
_now_ it closes 
Julian Lam 8164a52fc4 no longer using bringModalToTop, in favour of taskbar modal focused class
re: 
Peter Jaszkowiak c91dfb46f6 Switch module t.js usage to Benchpress
Julian Lam 72e77772db Merge branch 'master' into develop
Peter Jaszkowiak a038c66549 ESlint quotes
Peter Jaszkowiak 277a7fb8b4 ESlint key-spacing, no-trailing-spaces
Peter Jaszkowiak b09b3aef7f ESlint no-undef, remove global comments
Peter Jaszkowiak 2ba46808a1 ESlint one-var, fix comma-dangle
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli 33e452cc8e fix lint
barisusakli 0b95eab71e use roomName if availabe in taskbar
if room is renamed update title on taskbar
Julian Lam 42b01060d7 up themes, allow chat modal to be minimised
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
HeeL 3fa1c1f927 Fix space-infix-ops linter rule
psychobunny 489bdcced6
Julian Lam 6348eb2bab fixed
Julian Lam 474ff3ed35 fixed
psychobunny 533193fa79 send in data to action:taskbar.pushed as well
psychobunny c13e14d2c8 pass in element to filter:taskbar.push; taskbar.push cleanup
psychobunny 5d04cd0bef ability to add class to taskbar; new action hook; send touid in chat
psychobunny 23c4ecfe60 filter:taskbar.push
not really a filter, but does the job as long as its synchronous
psychobunny 2a88e08977 and one last derp
psychobunny 556d817cc5 forgot to return
psychobunny 458ee7cca8 acute ocd attack
psychobunny bfaeee2531 linting
psychobunny b511bc37fb don't initialize taskbar until dom is ready
psychobunny b480bff3fd moved taskbar markup out of JS and into modules/taskbar.tpl
Julian Lam e0436d73c3
barisusakli 38874345b7 closes
barisusakli ce1934e566 closes
barisusakli b9139ef263 some escaping and fixed uploads in progress
barisusakli 3f9fa0137c taskbar text incase <script> is title
psychobunny 281aa0049c init, attempt to increase cold load speed
Micheil Smith 3e82cab398 Add missing new lines at end of files.
barisusakli 5209c614fc add taskbar to body
akhoury 1b207d8276 IE8 support, general cleanups, from native to $ objects ...
Julian Lam b81737bc0f moved refreshTitle into app.js, messaging someone now invokes an alternating title, hehe
Julian Lam 030ce95dea closed - added "active chats" dropdown to header
- some minor tweaks also, to make taskbar work a little better with chats
Julian Lam fe4aee177d lots of tweaks to chat and taskbar
psychobunny 31624b32e9 footer no longer overlaps composer; fixes 272
Julian Lam 45d5524df7 fixing minor errors in css in composer
Julian Lam 37334e2910 fixing bug where clicking on a taskbar item would cause the page to re-ajaxify (due to href="#").
closed