Commit graph

28 commits

Author SHA1 Message Date
Prateeksha Singh
0d8b9c8653 Revert "Modules dropdown" (#5855)
* Revert "bench use <site> should check if the  site exists (#5849)"

This reverts commit 630858eb96.

* Revert "Add option to convert password to use ASCII instead of Unicode when needed by smtp server config (#5793)"

This reverts commit 191684f6a5.

* Revert "Token based authentication (#5752)"

This reverts commit abd3333bae.

* Revert "[minor] test fix"

This reverts commit b6ba3915a6.

* Revert "allow null when time field is not required (#5832)"

This reverts commit 803f6b0c7b.

* Revert "remove duplicate field entry for fieldname two_factor_authentication (#5846)"

This reverts commit 6a06e65d20.

* Revert "Query Report (#5845)"

This reverts commit f870a0bd25.

* Revert "Modules dropdown (#5767)"

This reverts commit 6f908b3443.
2018-07-23 15:34:34 +05:30
Prateeksha Singh
6f908b3443 Modules dropdown (#5767)
* [modules-dropdown] init

* [modules-sidebar] setup structure

* [modules-sidebar] add chunks to group

* [modules-dropdown] ellipsis

* [move] help menu to explore menu

* merge help column to modules

* [modules-dropdown] get explore links from hooks

* [add] explore_link secondary

* [modules-dropdown] Places list

* [modules-dropdown] deprecate desk link, make icon dropdown

* [modules-dropdown] collapsible help menu

* [remove] global navbar icon style

* [boot] define core modules, use in dropdown

* [modules-dropdown] code style fixes
2018-07-19 18:06:37 +05:30
Achilles Rasquinha
4604e20c60 Fixed vertical spacing 2018-01-25 14:57:08 +05:30
Achilles Rasquinha
a4c0d6dfbb chat fixes 2018-01-25 10:33:51 +05:30
Achilles Rasquinha
4443dfc75c Added Push notifications, spaces-to-tabs, fixed textarea issue 2018-01-24 19:38:31 +05:30
Achilles Rasquinha
7add0b32a8 Fixed Padding Issue 2018-01-24 16:54:27 +05:30
Achilles Rasquinha
7225b28b54 Fixed positioning issue for Firefox 2018-01-24 16:47:03 +05:30
Achilles Rasquinha
17d334a5ff chat-list-notifications 2018-01-23 12:21:30 +05:30
Achilles Rasquinha
3f8bf0b5a9 added background image 2018-01-23 10:06:10 +05:30
Achilles Rasquinha
aa58f515a9 Groupable 2018-01-22 23:26:03 +05:30
Achilles Rasquinha
04091a6d83 Fixed Chat Footer Margin 2018-01-22 22:41:22 +05:30
Achilles Rasquinha
63959c9483 Fixed chat-footer padding 2018-01-22 20:36:28 +05:30
Achilles Rasquinha
25b1c0af50 fixed panel padding 2018-01-22 19:53:40 +05:30
Achilles Rasquinha
2f6df81f4b Fixed margin padding issue 2018-01-22 18:59:10 +05:30
Achilles Rasquinha
b04e3cce42 New Chat RoomView Layout 2018-01-22 18:35:25 +05:30
Achilles Rasquinha
a56452744a Fixed Chat Sound issues and Room Layout 2018-01-18 19:12:41 +05:30
Achilles Rasquinha
2a615d112a
Merge pull request #4870 from achillesrasquinha/new-chat-ui
"New" Chat UI
2018-01-18 18:19:45 +05:30
Achilles Rasquinha
67021b451e new chat ui 2018-01-18 16:37:10 +05:30
Achilles Rasquinha
230a575754 Fix Chat Hint View 2018-01-17 13:32:27 +05:30
Achilles Rasquinha
3b6dc12e90 More Chat UI Fixes 2018-01-15 19:32:13 +05:30
Achilles Rasquinha
3319d0ca4f more layout fixes for chat 2018-01-15 18:33:39 +05:30
Achilles Rasquinha
b750464181 New Chat Layout 2018-01-15 16:43:03 +05:30
Achilles Rasquinha
287023daad Truncate ChatMessage when ChatRoomList is shown 2018-01-09 19:11:20 +05:30
Achilles Rasquinha
b60b001fce Fixed Chat Scrolling Issues 2018-01-08 22:53:37 +05:30
Achilles Rasquinha
e691a9e753 Added Design Consistencies 2018-01-03 17:36:20 +05:30
Achilles Rasquinha
f09cd2c1b7 Permission Fixes 2018-01-03 15:08:26 +05:30
Achilles Rasquinha
4be9297386 Supressing Chat Profile test cases for now, fixed frappe-chat-toggle on navbar 2017-12-29 10:56:17 +05:30
Achilles Rasquinha
005cfe3dc8 🎉 NEW Frappe Chat (#4612)
* added doctypes, created frappe chat ui

* added component layout with state-like abilities, added apis

* updated user doctype, moved from state-like feature and component abstraction

* added room component

* fixed publish_realtime with after_commit = True

* created room component and searchbar

* minor fix

* functional message parsing

* update

* Added Chat Profile

* added chat message

* more changes into chat room

* fixed APIs, added client side scripting

* added chat message attachements, more doc updates

* Brand New UI with socket io room integration

* completed socketio integration. off to room subscription and publish

* realtime room update

* raw update

* initialized docs, added p2p connection for call tests

* updated docs

* added coverage, updated api for ease of use

* raw commit

* added test cases

* Chat Room updates and new room creation

* added chat group creation

* added collapsible plugin

* toggable room view

* updated

* [RAW]

* updated UI for chat

* Deleted Previous Chat Page

* moved from frappe.Chat.Widget to frappe.Chat

* modularized frappe-fab

* added more docstrings

* tried adding conversation tones

* Added conversation_tones and refurbished chat popper

* modified frappe.ui.Dialog, moved from AppBar to ActionBar, responsive for Mobile 💃

* moved RoomList item namespace

* Configurable Desktop update, moved profile updates to on_update

* added state change listeners

* removed AppBar to ActionBar customizable 💃

* added destroy method

* removed coverage, refactored group creation

* Successful Chat Rooms and Group creation

* sort rows based on last_message_timestamp or creation

* added frappe._.compare

* removed redundant less variables

* Chat Room back button with custom routing and destroy methods

* Added EmojiPicker

* fixed multiple dialog render

* setup quick access

* added chat chime, functional chat message list updates at room list

* deleted package-lock.json

* realtime date updates

* updated chat message list

* functional message render and updates

* added track seen

* added typing status

* updated typing status

* valid typing statuses and quick search

* Functional Quick Search

* reverted fix

* some more cleanup and promisifed

* fixed hints close on click

* updated fab boldness

* close popper on click panel

* close popper on click panel

* reverted octicon-lg, fixed popper heading click

* new frappe capture

* removed webcamjs

* added uploader and capture

* removed chat FAB, added as notification instead

* on message update
2017-12-28 18:58:43 +05:30