initial commit v1.0.0
authorunknown <ajbura@gmail.com>
Wed, 28 Jul 2021 13:15:52 +0000 (18:45 +0530)
committerunknown <ajbura@gmail.com>
Wed, 28 Jul 2021 13:15:52 +0000 (18:45 +0530)
commit026f835a875d3d567a3d85ece941f2b6f1e310ce
tree3a06f69da9ff6483dd54020332396bcfdf6ee690
initial commit
176 files changed:
.eslintignore [new file with mode: 0644]
.eslintrc.js [new file with mode: 0644]
.github/FUNDING.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
.github/SECURITY.md [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
olm.wasm [new file with mode: 0644]
package.json [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/res/ic/outlined/add-user.svg [new file with mode: 0644]
public/res/ic/outlined/ball.svg [new file with mode: 0644]
public/res/ic/outlined/bell.svg [new file with mode: 0644]
public/res/ic/outlined/bulb.svg [new file with mode: 0644]
public/res/ic/outlined/chevron-bottom.svg [new file with mode: 0644]
public/res/ic/outlined/chevron-left.svg [new file with mode: 0644]
public/res/ic/outlined/chevron-right.svg [new file with mode: 0644]
public/res/ic/outlined/chevron-top.svg [new file with mode: 0644]
public/res/ic/outlined/circle-plus.svg [new file with mode: 0644]
public/res/ic/outlined/coin.svg [new file with mode: 0644]
public/res/ic/outlined/cross.svg [new file with mode: 0644]
public/res/ic/outlined/cup.svg [new file with mode: 0644]
public/res/ic/outlined/dog.svg [new file with mode: 0644]
public/res/ic/outlined/download.svg [new file with mode: 0644]
public/res/ic/outlined/emoji.svg [new file with mode: 0644]
public/res/ic/outlined/explore.svg [new file with mode: 0644]
public/res/ic/outlined/external.svg [new file with mode: 0644]
public/res/ic/outlined/file.svg [new file with mode: 0644]
public/res/ic/outlined/flag.svg [new file with mode: 0644]
public/res/ic/outlined/hash-lock.svg [new file with mode: 0644]
public/res/ic/outlined/hash-plus.svg [new file with mode: 0644]
public/res/ic/outlined/hash-search.svg [new file with mode: 0644]
public/res/ic/outlined/hash-shield.svg [new file with mode: 0644]
public/res/ic/outlined/hash.svg [new file with mode: 0644]
public/res/ic/outlined/heart.svg [new file with mode: 0644]
public/res/ic/outlined/home.svg [new file with mode: 0644]
public/res/ic/outlined/inbox.svg [new file with mode: 0644]
public/res/ic/outlined/invite-arrow.svg [new file with mode: 0644]
public/res/ic/outlined/invite-cancel-arrow.svg [new file with mode: 0644]
public/res/ic/outlined/invite.svg [new file with mode: 0644]
public/res/ic/outlined/join-arrow.svg [new file with mode: 0644]
public/res/ic/outlined/leave-arrow.svg [new file with mode: 0644]
public/res/ic/outlined/lock.svg [new file with mode: 0644]
public/res/ic/outlined/pause.svg [new file with mode: 0644]
public/res/ic/outlined/peace.svg [new file with mode: 0644]
public/res/ic/outlined/photo.svg [new file with mode: 0644]
public/res/ic/outlined/play.svg [new file with mode: 0644]
public/res/ic/outlined/plus.svg [new file with mode: 0644]
public/res/ic/outlined/power.svg [new file with mode: 0644]
public/res/ic/outlined/reply-arrow.svg [new file with mode: 0644]
public/res/ic/outlined/search.svg [new file with mode: 0644]
public/res/ic/outlined/send.svg [new file with mode: 0644]
public/res/ic/outlined/settings.svg [new file with mode: 0644]
public/res/ic/outlined/shield.svg [new file with mode: 0644]
public/res/ic/outlined/space-lock.svg [new file with mode: 0644]
public/res/ic/outlined/space.svg [new file with mode: 0644]
public/res/ic/outlined/sun.svg [new file with mode: 0644]
public/res/ic/outlined/tick-mark.svg [new file with mode: 0644]
public/res/ic/outlined/user.svg [new file with mode: 0644]
public/res/ic/outlined/vertical-menu.svg [new file with mode: 0644]
public/res/ic/outlined/vlc.svg [new file with mode: 0644]
public/res/ic/outlined/volume-full.svg [new file with mode: 0644]
public/res/ic/outlined/volume-mute.svg [new file with mode: 0644]
public/res/svg/cinny.svg [new file with mode: 0644]
public/res/svg/matrix-logo.svg [new file with mode: 0644]
src/app/atoms/avatar/Avatar.jsx [new file with mode: 0644]
src/app/atoms/avatar/Avatar.scss [new file with mode: 0644]
src/app/atoms/badge/NotificationBadge.jsx [new file with mode: 0644]
src/app/atoms/badge/NotificationBadge.scss [new file with mode: 0644]
src/app/atoms/button/Button.jsx [new file with mode: 0644]
src/app/atoms/button/Button.scss [new file with mode: 0644]
src/app/atoms/button/IconButton.jsx [new file with mode: 0644]
src/app/atoms/button/IconButton.scss [new file with mode: 0644]
src/app/atoms/button/Toggle.jsx [new file with mode: 0644]
src/app/atoms/button/Toggle.scss [new file with mode: 0644]
src/app/atoms/button/_state.scss [new file with mode: 0644]
src/app/atoms/button/script.js [new file with mode: 0644]
src/app/atoms/context-menu/ContextMenu.jsx [new file with mode: 0644]
src/app/atoms/context-menu/ContextMenu.scss [new file with mode: 0644]
src/app/atoms/divider/Divider.jsx [new file with mode: 0644]
src/app/atoms/divider/Divider.scss [new file with mode: 0644]
src/app/atoms/header/Header.jsx [new file with mode: 0644]
src/app/atoms/header/Header.scss [new file with mode: 0644]
src/app/atoms/input/Input.jsx [new file with mode: 0644]
src/app/atoms/input/Input.scss [new file with mode: 0644]
src/app/atoms/modal/RawModal.jsx [new file with mode: 0644]
src/app/atoms/modal/RawModal.scss [new file with mode: 0644]
src/app/atoms/scroll/ScrollView.jsx [new file with mode: 0644]
src/app/atoms/scroll/ScrollView.scss [new file with mode: 0644]
src/app/atoms/scroll/_scrollbar.scss [new file with mode: 0644]
src/app/atoms/segmented-controls/SegmentedControls.jsx [new file with mode: 0644]
src/app/atoms/segmented-controls/SegmentedControls.scss [new file with mode: 0644]
src/app/atoms/spinner/Spinner.jsx [new file with mode: 0644]
src/app/atoms/spinner/Spinner.scss [new file with mode: 0644]
src/app/atoms/system-icons/RawIcon.jsx [new file with mode: 0644]
src/app/atoms/system-icons/RawIcon.scss [new file with mode: 0644]
src/app/atoms/text/Text.jsx [new file with mode: 0644]
src/app/atoms/text/Text.scss [new file with mode: 0644]
src/app/molecules/channel-intro/ChannelIntro.jsx [new file with mode: 0644]
src/app/molecules/channel-intro/ChannelIntro.scss [new file with mode: 0644]
src/app/molecules/channel-selector/ChannelSelector.jsx [new file with mode: 0644]
src/app/molecules/channel-selector/ChannelSelector.scss [new file with mode: 0644]
src/app/molecules/channel-tile/ChannelTile.jsx [new file with mode: 0644]
src/app/molecules/channel-tile/ChannelTile.scss [new file with mode: 0644]
src/app/molecules/media/Media.jsx [new file with mode: 0644]
src/app/molecules/media/Media.scss [new file with mode: 0644]
src/app/molecules/message/Message.jsx [new file with mode: 0644]
src/app/molecules/message/Message.scss [new file with mode: 0644]
src/app/molecules/message/TimelineChange.jsx [new file with mode: 0644]
src/app/molecules/message/TimelineChange.scss [new file with mode: 0644]
src/app/molecules/people-selector/PeopleSelector.jsx [new file with mode: 0644]
src/app/molecules/people-selector/PeopleSelector.scss [new file with mode: 0644]
src/app/molecules/popup-window/PopupWindow.jsx [new file with mode: 0644]
src/app/molecules/popup-window/PopupWindow.scss [new file with mode: 0644]
src/app/molecules/setting-tile/SettingTile.jsx [new file with mode: 0644]
src/app/molecules/setting-tile/SettingTile.scss [new file with mode: 0644]
src/app/molecules/sidebar-avatar/SidebarAvatar.jsx [new file with mode: 0644]
src/app/molecules/sidebar-avatar/SidebarAvatar.scss [new file with mode: 0644]
src/app/organisms/channel/Channel.jsx [new file with mode: 0644]
src/app/organisms/channel/Channel.scss [new file with mode: 0644]
src/app/organisms/channel/ChannelView.jsx [new file with mode: 0644]
src/app/organisms/channel/ChannelView.scss [new file with mode: 0644]
src/app/organisms/channel/PeopleDrawer.jsx [new file with mode: 0644]
src/app/organisms/channel/PeopleDrawer.scss [new file with mode: 0644]
src/app/organisms/create-channel/CreateChannel.jsx [new file with mode: 0644]
src/app/organisms/create-channel/CreateChannel.scss [new file with mode: 0644]
src/app/organisms/emoji-board/EmojiBoard.jsx [new file with mode: 0644]
src/app/organisms/emoji-board/EmojiBoard.scss [new file with mode: 0644]
src/app/organisms/emoji-board/emoji.js [new file with mode: 0644]
src/app/organisms/invite-list/InviteList.jsx [new file with mode: 0644]
src/app/organisms/invite-list/InviteList.scss [new file with mode: 0644]
src/app/organisms/invite-user/InviteUser.jsx [new file with mode: 0644]
src/app/organisms/invite-user/InviteUser.scss [new file with mode: 0644]
src/app/organisms/navigation/Drawer.jsx [new file with mode: 0644]
src/app/organisms/navigation/Drawer.scss [new file with mode: 0644]
src/app/organisms/navigation/Navigation.jsx [new file with mode: 0644]
src/app/organisms/navigation/Navigation.scss [new file with mode: 0644]
src/app/organisms/navigation/SideBar.jsx [new file with mode: 0644]
src/app/organisms/navigation/SideBar.scss [new file with mode: 0644]
src/app/organisms/public-channels/PublicChannels.jsx [new file with mode: 0644]
src/app/organisms/public-channels/PublicChannels.scss [new file with mode: 0644]
src/app/organisms/pw/Windows.jsx [new file with mode: 0644]
src/app/organisms/settings/Settings.jsx [new file with mode: 0644]
src/app/organisms/settings/Settings.scss [new file with mode: 0644]
src/app/organisms/welcome/Welcome.jsx [new file with mode: 0644]
src/app/organisms/welcome/Welcome.scss [new file with mode: 0644]
src/app/pages/App.jsx [new file with mode: 0644]
src/app/templates/auth/Auth.jsx [new file with mode: 0644]
src/app/templates/auth/Auth.scss [new file with mode: 0644]
src/app/templates/client/Client.jsx [new file with mode: 0644]
src/app/templates/client/Client.scss [new file with mode: 0644]
src/client/action/auth.js [new file with mode: 0644]
src/client/action/logout.js [new file with mode: 0644]
src/client/action/navigation.js [new file with mode: 0644]
src/client/action/room.js [new file with mode: 0644]
src/client/dispatcher.js [new file with mode: 0644]
src/client/initMatrix.js [new file with mode: 0644]
src/client/state/RoomList.js [new file with mode: 0644]
src/client/state/RoomTimeline.js [new file with mode: 0644]
src/client/state/RoomsInput.js [new file with mode: 0644]
src/client/state/auth.js [new file with mode: 0644]
src/client/state/cons.js [new file with mode: 0644]
src/client/state/navigation.js [new file with mode: 0644]
src/client/state/settings.js [new file with mode: 0644]
src/index.jsx [new file with mode: 0644]
src/index.scss [new file with mode: 0644]
src/util/colorMXID.js [new file with mode: 0644]
src/util/common.js [new file with mode: 0644]
src/util/matrixUtil.js [new file with mode: 0644]
webpack.common.js [new file with mode: 0644]
webpack.dev.js [new file with mode: 0644]
webpack.prod.js [new file with mode: 0644]