Commit Graph

121 Commits (c23b8d5f77a31d29cd6d020edb955c6e442b8a5a)

Author SHA1 Message Date
Julian Lam 3847f603db refactor: move persona settings to dedicated user page
Barış Soner Uşaklı 31ecf92195 feat: move lib to public so grunt properly builds client side
Barış Soner Uşaklı 245359b656 fix: dont clear input if there is an error
Julian Lam 9f9282873b fix: skip mobile menu setup if Pulling not found
Julian Lam 32df25407c fix: default background-size cover on chat heads
Barış Soner Uşaklı cf6cf99bc0 https://github.com/NodeBB/NodeBB/issues/7562
Julian Lam 7f3c58a022 fix: , textcomplete for Persona QR
Barış Soner Uşaklı 3738130642 closes https://github.com/NodeBB/NodeBB/issues/7160
Baris Usakli 9e1dc74ae8 dont require quick reply if its not enabled
Barış Soner Uşaklı dd2c767cc3 closeshttps://github.com/NodeBB/NodeBB/issues/6865
Julian Lam 8ebc7dcc1d fix: pulling not opening if toggled before event handler added
Julian Lam d4b20749d6 move slideout and chat menus to partials
Barış Soner Uşaklı 07fe83e78e closes
Barış Soner Uşaklı 4011316ae2 handle lg as well
Barış Soner Uşaklı 2b45197095 closes
Barış Soner Uşaklı 9a5c49d3fa closes
Barış Soner Uşaklı a5820b1ef3 closes https://github.com/NodeBB/NodeBB/issues/6724
Julian Lam eb966cdf9c Merge branch 'master' into develop
psychobunny 642d885c0d use utils.debounce instead
Julian Lam 3f43ec1af5 Fixing
Resolving regression caused by , and re-introduced original
resize handler method used by @petergood -- placing it behind
lodash .debounce should appease @pitaj's concerns, but I frankly
see no other way to have this feature but also fix cases where
the header is not at the top of the page.
Julian Lam 4c2e2f09da Squashed commit of the following:
commit 2b66f7cfccfeb7578b1ebdd6955464a29517566b
Author: Julian Lam <julian@nodebb.org>
Date:   Thu Jan 11 15:22:23 2018 -0500

    chat tweaks on persona and fixing taskbar integration for group chats

commit c4f6735025a981b4591f3d0b82e2897f72e43d4b
Author: Julian Lam <julian@nodebb.org>
Date:   Wed Jan 10 15:12:54 2018 -0500

    ported revamped vanilla chats page and modal to persona, 
petergood 46941dec93 Removed redundant code
petergood 377fbfd2b0 Added media query to determine if header should auto hide
petergood d71d19e23b Fixed navbar autohide after viewport resize
Barış Soner Uşaklı 97806be343 if chat is disabled dont show chat menu
Peter Jaszkowiak a38221f1c9 Fix RTL switching sides of menus and buttons
Peter Jaszkowiak d37602e34d Close
Peter Jaszkowiak d018d0a38b Allow swiping from the entire screen
Peter Jaszkowiak 7cc987ece2 Show setting in column, fix button width sizes
Peter Jaszkowiak 78580d7be1 Move chats to a separate slideout menu on the right side
- Switched to the Pulling library
- Moved nav menu to the left side, as is normal elsewhere
- Added chat button on right side
- Unread icon on it shows unread chats
- Added slideout menu on right for only chats
- Both sides will slide open and everything
- Switched to drawer menus instead of the previous reveal style menus
psychobunny cd4fbe8975 closes https://github.com/NodeBB/NodeBB/issues/5969
Julian Lam ddf2795284 removing persona-specific logic from chats from Persona
André Zanghelini 54023cad51 better noscript support
André Zanghelini 25f1971814 Normalise identation
Anil Mandepudi 888577ab24 Fix tabs
Anil Mandepudi d4b5f9c5ca Fix tabs
pichalite 41d7ec3c0c Quick reply option
barisusakli e3761293bb on mobile when if chats page is loaded for a room open the chat
barisusakli fff421b466 fix edit icons for nested replies
psychobunny 88618a530e use minified version of autohidingnavbar instead
psychobunny 712c7e0550 latest autohidingNavbar
barisusakli faf07be17a fix chat on mobile
Peter Jaszkowiak 332230f051 Fixes : short body menu animation, paginator ()
psychobunny 88b11b83cc check for preventSlideOut class
barisusakli afab95c328 closes
barisusakli 6ad88f5b7f if status is changed close menu, and only update the status for the current user
Julian Lam 08546257e2 fixed issue with data.url being undefined if ajaxification is canceled
barisusakli e1a13a807d closes https://github.com/NodeBB/NodeBB/issues/4860
pichalite 7be7d322ce ability to toggle display of subcategories on categories page ()
* ability to toggle display of subcategories on categories page

* settingsv2
pichalite 5d249ee913 fixes NodeBB/NodeBB#4483 ()