Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix login #46

Open
wants to merge 30 commits into
base: starter
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bd84e90
git init
devGiyosiddin Sep 26, 2024
a121a45
file headers
devGiyosiddin Sep 26, 2024
0f3063e
Fix mimo-type problem v1
devGiyosiddin Sep 26, 2024
c195843
fix mimo-type problem v1.1
devGiyosiddin Sep 26, 2024
c3317fc
Fix mime-type error v1.2
devGiyosiddin Sep 27, 2024
dd1ccf2
Fix mime-type error v1.3
devGiyosiddin Sep 27, 2024
d43e623
Update README.md
devGiyosiddin Sep 27, 2024
20b8f4f
Fix mime-type problem v2.0
devGiyosiddin Sep 27, 2024
1869675
Merge branch 'starter' of https://github.com/devGiyosiddin/react-fire…
devGiyosiddin Sep 27, 2024
b743348
Fix mime-type problem v2.1
devGiyosiddin Sep 27, 2024
02a4499
Update
devGiyosiddin Sep 27, 2024
d3299f2
install react-icons
devGiyosiddin Sep 30, 2024
90d4561
Add deltete button for chatlist
devGiyosiddin Sep 30, 2024
89837e9
Add function close window addUser on adding user succesfully
devGiyosiddin Sep 30, 2024
53f1de2
Last messsage on chat
devGiyosiddin Sep 30, 2024
804a099
change to dark emojipicker theme
devGiyosiddin Sep 30, 2024
2be6312
Close emojipicker on click outside
devGiyosiddin Sep 30, 2024
567dfe3
Add removeText button
devGiyosiddin Sep 30, 2024
e794a8b
Add cursor pointer to detail optiona
devGiyosiddin Sep 30, 2024
9a4b7fd
Srolldown on load messages
devGiyosiddin Sep 30, 2024
fd29fef
Add cursor: pointer; for icons
devGiyosiddin Sep 30, 2024
0196281
delete unwanted stroke
devGiyosiddin Sep 30, 2024
476fb8a
Fix mime-type error v3.0
devGiyosiddin Sep 30, 2024
b42c657
Fix mime-type error v3.1
devGiyosiddin Sep 30, 2024
90b0149
Add react-dom-router
devGiyosiddin Oct 4, 2024
fc56522
update url
devGiyosiddin Oct 4, 2024
f14d5b4
a
devGiyosiddin Oct 4, 2024
97c5263
update JSX
devGiyosiddin Oct 4, 2024
89a5191
show api
devGiyosiddin Oct 4, 2024
10736d7
Fix login reload
devGiyosiddin Oct 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_API_KEY = AIzaSyDu7iU87y36qMIR7bc0RQ04-MdycAOfN1M
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
# Lama Dev Chat App Starter template

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
2 changes: 2 additions & 0 deletions _headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/src/main.jsx
Content-Type: application/javascript
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lama Dev Chat App</title>
<title>CyreX Dev Chat App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>
Loading