Changeset 2787666
- Timestamp:
- 09/20/2022 01:30:41 PM (3 years ago)
- Location:
- prixchat
- Files:
-
- 169 added
-
assets/banner-1544x500.jpg (added)
-
assets/banner-772x250.jpg (added)
-
assets/icon.svg (added)
-
assets/screenshot-1.jpg (added)
-
tags/1.0.0 (added)
-
tags/1.0.0/.gitignore (added)
-
tags/1.0.0/LICENSE (added)
-
tags/1.0.0/README.md (added)
-
tags/1.0.0/README.txt (added)
-
tags/1.0.0/languages (added)
-
tags/1.0.0/languages/prixchat.pot (added)
-
tags/1.0.0/prixchat.php (added)
-
tags/1.0.0/react-ui (added)
-
tags/1.0.0/react-ui/.gitignore (added)
-
tags/1.0.0/react-ui/dist (added)
-
tags/1.0.0/react-ui/dist/index.css (added)
-
tags/1.0.0/react-ui/dist/index.html (added)
-
tags/1.0.0/react-ui/dist/index.js (added)
-
tags/1.0.0/react-ui/dist/vite.svg (added)
-
tags/1.0.0/react-ui/index.html (added)
-
tags/1.0.0/react-ui/package-lock.json (added)
-
tags/1.0.0/react-ui/package.json (added)
-
tags/1.0.0/react-ui/postcss.config.cjs (added)
-
tags/1.0.0/react-ui/public (added)
-
tags/1.0.0/react-ui/public/vite.svg (added)
-
tags/1.0.0/react-ui/src (added)
-
tags/1.0.0/react-ui/src/App.tsx (added)
-
tags/1.0.0/react-ui/src/assets (added)
-
tags/1.0.0/react-ui/src/assets/react.svg (added)
-
tags/1.0.0/react-ui/src/components (added)
-
tags/1.0.0/react-ui/src/components/Avatar.tsx (added)
-
tags/1.0.0/react-ui/src/components/Bubble (added)
-
tags/1.0.0/react-ui/src/components/Bubble.tsx (added)
-
tags/1.0.0/react-ui/src/components/Chat.tsx (added)
-
tags/1.0.0/react-ui/src/components/Composer.tsx (added)
-
tags/1.0.0/react-ui/src/components/ConversationAvatar.tsx (added)
-
tags/1.0.0/react-ui/src/components/ConversationItem.tsx (added)
-
tags/1.0.0/react-ui/src/components/Conversations.tsx (added)
-
tags/1.0.0/react-ui/src/components/Layouts (added)
-
tags/1.0.0/react-ui/src/components/Layouts/AddMembersDialog.tsx (added)
-
tags/1.0.0/react-ui/src/components/Layouts/DeleteMessageDialog.tsx (added)
-
tags/1.0.0/react-ui/src/components/Layouts/ManageGroupDialog.tsx (added)
-
tags/1.0.0/react-ui/src/components/Layouts/MembersDialog.tsx (added)
-
tags/1.0.0/react-ui/src/components/Layouts/NewGroupDialog.tsx (added)
-
tags/1.0.0/react-ui/src/components/Layouts/Sidebar.tsx (added)
-
tags/1.0.0/react-ui/src/components/Layouts/Toolbar.tsx (added)
-
tags/1.0.0/react-ui/src/components/MessageActions.tsx (added)
-
tags/1.0.0/react-ui/src/components/MessageTemplate.tsx (added)
-
tags/1.0.0/react-ui/src/components/Primitives (added)
-
tags/1.0.0/react-ui/src/components/Primitives/Avatar.tsx (added)
-
tags/1.0.0/react-ui/src/components/PrixProvider.tsx (added)
-
tags/1.0.0/react-ui/src/components/ReactionsCount.tsx (added)
-
tags/1.0.0/react-ui/src/components/ReplyToBar.tsx (added)
-
tags/1.0.0/react-ui/src/components/ReplyToIndicator.tsx (added)
-
tags/1.0.0/react-ui/src/components/TypingIndicator.tsx (added)
-
tags/1.0.0/react-ui/src/components/Welcome.tsx (added)
-
tags/1.0.0/react-ui/src/hooks (added)
-
tags/1.0.0/react-ui/src/hooks/useDebounce.tsx (added)
-
tags/1.0.0/react-ui/src/hooks/useExtendedState.tsx (added)
-
tags/1.0.0/react-ui/src/index.css (added)
-
tags/1.0.0/react-ui/src/main.tsx (added)
-
tags/1.0.0/react-ui/src/models.ts (added)
-
tags/1.0.0/react-ui/src/utils.ts (added)
-
tags/1.0.0/react-ui/src/variables.ts (added)
-
tags/1.0.0/react-ui/src/vite-env.d.ts (added)
-
tags/1.0.0/react-ui/tailwind.config.cjs (added)
-
tags/1.0.0/react-ui/tsconfig.json (added)
-
tags/1.0.0/react-ui/tsconfig.node.json (added)
-
tags/1.0.0/react-ui/vite.config.ts (added)
-
tags/1.0.0/src (added)
-
tags/1.0.0/src/class-admin.php (added)
-
tags/1.0.0/src/class-broadcast-service.php (added)
-
tags/1.0.0/src/class-cache-service.php (added)
-
tags/1.0.0/src/class-chat-service.php (added)
-
tags/1.0.0/src/class-conversation.php (added)
-
tags/1.0.0/src/class-loader.php (added)
-
tags/1.0.0/src/class-message.php (added)
-
tags/1.0.0/src/class-migration.php (added)
-
tags/1.0.0/src/class-peer.php (added)
-
tags/1.0.0/src/controllers (added)
-
tags/1.0.0/src/controllers/class-base-controller.php (added)
-
tags/1.0.0/src/controllers/class-conversations-controller.php (added)
-
tags/1.0.0/src/controllers/class-messages-controller.php (added)
-
tags/1.0.0/src/controllers/class-peers-controller.php (added)
-
tags/1.0.0/src/controllers/class-sse-controller.php (added)
-
tags/1.0.0/src/helpers.php (added)
-
tags/1.0.0/uninstall.php (added)
-
trunk/.gitignore (added)
-
trunk/LICENSE (added)
-
trunk/README.md (added)
-
trunk/README.txt (added)
-
trunk/languages (added)
-
trunk/languages/prixchat.pot (added)
-
trunk/prixchat.php (added)
-
trunk/react-ui (added)
-
trunk/react-ui/.gitignore (added)
-
trunk/react-ui/dist (added)
-
trunk/react-ui/dist/index.css (added)
-
trunk/react-ui/dist/index.html (added)
-
trunk/react-ui/dist/index.js (added)
-
trunk/react-ui/dist/vite.svg (added)
-
trunk/react-ui/index.html (added)
-
trunk/react-ui/package-lock.json (added)
-
trunk/react-ui/package.json (added)
-
trunk/react-ui/postcss.config.cjs (added)
-
trunk/react-ui/public (added)
-
trunk/react-ui/public/vite.svg (added)
-
trunk/react-ui/src (added)
-
trunk/react-ui/src/App.tsx (added)
-
trunk/react-ui/src/assets (added)
-
trunk/react-ui/src/assets/react.svg (added)
-
trunk/react-ui/src/components (added)
-
trunk/react-ui/src/components/Avatar.tsx (added)
-
trunk/react-ui/src/components/Bubble (added)
-
trunk/react-ui/src/components/Bubble.tsx (added)
-
trunk/react-ui/src/components/Chat.tsx (added)
-
trunk/react-ui/src/components/Composer.tsx (added)
-
trunk/react-ui/src/components/ConversationAvatar.tsx (added)
-
trunk/react-ui/src/components/ConversationItem.tsx (added)
-
trunk/react-ui/src/components/Conversations.tsx (added)
-
trunk/react-ui/src/components/Layouts (added)
-
trunk/react-ui/src/components/Layouts/AddMembersDialog.tsx (added)
-
trunk/react-ui/src/components/Layouts/DeleteMessageDialog.tsx (added)
-
trunk/react-ui/src/components/Layouts/ManageGroupDialog.tsx (added)
-
trunk/react-ui/src/components/Layouts/MembersDialog.tsx (added)
-
trunk/react-ui/src/components/Layouts/NewGroupDialog.tsx (added)
-
trunk/react-ui/src/components/Layouts/Sidebar.tsx (added)
-
trunk/react-ui/src/components/Layouts/Toolbar.tsx (added)
-
trunk/react-ui/src/components/MessageActions.tsx (added)
-
trunk/react-ui/src/components/MessageTemplate.tsx (added)
-
trunk/react-ui/src/components/Primitives (added)
-
trunk/react-ui/src/components/Primitives/Avatar.tsx (added)
-
trunk/react-ui/src/components/PrixProvider.tsx (added)
-
trunk/react-ui/src/components/ReactionsCount.tsx (added)
-
trunk/react-ui/src/components/ReplyToBar.tsx (added)
-
trunk/react-ui/src/components/ReplyToIndicator.tsx (added)
-
trunk/react-ui/src/components/TypingIndicator.tsx (added)
-
trunk/react-ui/src/components/Welcome.tsx (added)
-
trunk/react-ui/src/hooks (added)
-
trunk/react-ui/src/hooks/useDebounce.tsx (added)
-
trunk/react-ui/src/hooks/useExtendedState.tsx (added)
-
trunk/react-ui/src/index.css (added)
-
trunk/react-ui/src/main.tsx (added)
-
trunk/react-ui/src/models.ts (added)
-
trunk/react-ui/src/utils.ts (added)
-
trunk/react-ui/src/variables.ts (added)
-
trunk/react-ui/src/vite-env.d.ts (added)
-
trunk/react-ui/tailwind.config.cjs (added)
-
trunk/react-ui/tsconfig.json (added)
-
trunk/react-ui/tsconfig.node.json (added)
-
trunk/react-ui/vite.config.ts (added)
-
trunk/src (added)
-
trunk/src/class-admin.php (added)
-
trunk/src/class-broadcast-service.php (added)
-
trunk/src/class-cache-service.php (added)
-
trunk/src/class-chat-service.php (added)
-
trunk/src/class-conversation.php (added)
-
trunk/src/class-loader.php (added)
-
trunk/src/class-message.php (added)
-
trunk/src/class-migration.php (added)
-
trunk/src/class-peer.php (added)
-
trunk/src/controllers (added)
-
trunk/src/controllers/class-base-controller.php (added)
-
trunk/src/controllers/class-conversations-controller.php (added)
-
trunk/src/controllers/class-messages-controller.php (added)
-
trunk/src/controllers/class-peers-controller.php (added)
-
trunk/src/controllers/class-sse-controller.php (added)
-
trunk/src/helpers.php (added)
-
trunk/uninstall.php (added)
Note: See TracChangeset
for help on using the changeset viewer.