Skip to content

Commit 3e1206b

Browse files
v0.1.2
1 parent f488383 commit 3e1206b

File tree

284 files changed

+1932
-5551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+1932
-5551
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ npm-debug.log.*
2525

2626
# Cordova build
2727
**/build
28+
**/dist
2829

2930
*.xcarchive
3031

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The main goal of the QuickBlox UIKit for React is to offer developers a streamli
66

77
The QuickBlox UIKit for React offers modules that encapsulate complex chat functionalities, such as dialogs and chat management and real-time updates. These modules provide a simplified interface for integrating chat features into applications without the need for extensive knowledge of the underlying protocols or server-side infrastructure.
88

9+
# Screenshots
10+
11+
Chat dashboard with list of dialogs and create new chat dialog;
12+
13+
![dashboard!](./src/Presentation/assets/img/web-doc.png "chats dashboard")
14+
915
## Features
1016

1117
QuickBlox UIKit for React provides next functionality:
@@ -256,3 +262,27 @@ and specify selected components:
256262
# Sample
257263

258264
https://github.com/QuickBlox/quickblox-javascript-sdk/tree/gh-pages/samples/react-chat
265+
266+
# License
267+
[](#license)
268+
MIT License [here](https://github.com/QuickBlox/react-ui-kit/blob/main/LICENSE.md).
269+
270+
Copyright © 2023 QuickBlox.
271+
272+
Permission is hereby granted, free of charge, to any person obtaining a copy
273+
of this software and associated documentation files (the "Software"), to deal
274+
in the Software without restriction, including without limitation the rights
275+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
276+
copies of the Software, and to permit persons to whom the Software is
277+
furnished to do so, subject to the following conditions:
278+
279+
The above copyright notice and this permission notice shall be included in all
280+
copies or substantial portions of the Software.
281+
282+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
283+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
284+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
285+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
286+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
287+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
288+
SOFTWARE.

dist/App.d.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

dist/CommonTypes/FunctionResult.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

dist/Data/Stubs.d.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

dist/Data/dto/dialog/LocalDialogDTO.d.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

dist/Data/dto/dialog/LocalDialogsDTO.d.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

dist/Data/dto/dialog/RemoteDialogDTO.d.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

dist/Data/dto/dialog/RemoteDialogsDTO.d.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

dist/Data/dto/file/LocalFileDTO.d.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)