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

update #125

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
59f94fc
no demo page as index
yamaha252 Dec 4, 2018
9f38852
display banner configuration param
yamaha252 Dec 4, 2018
bda0765
remove postinstall npm hook
yamaha252 Dec 4, 2018
2ece694
package lock file to git
yamaha252 Dec 4, 2018
56c7827
dockerize
yamaha252 Dec 4, 2018
82b617f
offline messaging
yamaha252 Dec 6, 2018
6040fa4
fix sender name
yamaha252 Dec 6, 2018
f84ddc3
do not send empty messages
yamaha252 Dec 6, 2018
fad3001
empty banner if it's hidden
yamaha252 Dec 6, 2018
0fd3850
fix chat height on mobile devices
yamaha252 Dec 6, 2018
130865b
no custom scrollbar and large message input
yamaha252 Dec 6, 2018
69fe5a1
input textarea and line breaks
yamaha252 Dec 7, 2018
b711731
new styles for chat layout
yamaha252 Dec 7, 2018
3527c44
humanize user names
yamaha252 Dec 7, 2018
7700b43
mark username in a message
yamaha252 Dec 7, 2018
fcedae5
right font fot textarea
yamaha252 Dec 7, 2018
5af0a2e
online and offline chat states
yamaha252 Dec 8, 2018
0a3c1b8
update readme
yamaha252 Dec 8, 2018
2e01218
fix cors
yamaha252 Dec 9, 2018
5059117
focus chat area after opening
yamaha252 Dec 10, 2018
f8d4504
refactoring styles for widget
yamaha252 Dec 10, 2018
a8244c2
fix scrolling on old mobile devices
yamaha252 Dec 10, 2018
aed4ac3
Changed dependencies and limit to old node
maorcc Mar 23, 2019
2e3c17a
Update package.json
maorcc Mar 23, 2019
ea6db31
right z-index value
yamaha252 Apr 8, 2019
71eab8e
improve activity notifications
yamaha252 Apr 12, 2019
c51df4a
ban users
yamaha252 Apr 12, 2019
e7b5faf
Merge pull request #2 from maorcc/master
yamaha252 Aug 1, 2019
0ba14de
Ban and unban commands docs
yamaha252 Aug 1, 2019
3526404
fix all, ban, unban commands for /<command>@BotName calls
JirkaChadima Jan 29, 2019
742d687
Merge pull request #3 from windingtree/patch/botname-calls
yamaha252 Aug 12, 2019
a2d700c
update
Kintoyyy Jul 22, 2023
f179ad5
added the proper build command
Kintoyyy Jul 22, 2023
0075aea
proper start command
Kintoyyy Jul 22, 2023
a34dbc2
update v0.0.2
Kintoyyy Jul 22, 2023
22c1310
update page link
Kintoyyy Jul 22, 2023
e0551f1
not needed
Kintoyyy Jul 22, 2023
7f55e2f
fixed some bugs and added features
Kintoyyy Jul 23, 2023
4908617
nalimtan 💀
Kintoyyy Jul 23, 2023
38744c4
fix some bugs
Kintoyyy Jul 24, 2023
137acca
Merge branch 'master' of https://github.com/Kintoyyy/Telegram-Chat-Wi…
Kintoyyy Jul 24, 2023
155bf1c
patch for github page
Kintoyyy Jul 24, 2023
78ae7e4
fixed button css error
Kintoyyy Jul 24, 2023
635fc23
fixed the /user bug
Kintoyyy Jul 25, 2023
8fc5fcd
fixed the command "/user" bug
Kintoyyy Jul 25, 2023
6a71657
omg typo
Kintoyyy Jul 25, 2023
3cc7aa3
migrating to vercel
Kintoyyy Jul 29, 2023
b100b1c
Merge branch 'master' of https://github.com/Kintoyyy/Telegram-Chat-Wi…
Kintoyyy Jul 29, 2023
93fb8a4
Update settings.json
Kintoyyy Jul 29, 2023
6b3d53f
vercel
Kintoyyy Jul 29, 2023
11b38ce
vercel testing
Kintoyyy Jul 29, 2023
58bf962
added public folder
Kintoyyy Jul 29, 2023
61c3a4c
final?
Kintoyyy Jul 29, 2023
4d2f577
Merge pull request #1 from Kintoyyy/vercel
Kintoyyy Jul 29, 2023
49f3cbd
bug
Kintoyyy Jul 29, 2023
5198480
my bad :<
Kintoyyy Jul 29, 2023
c803f3e
idk wat im doin
Kintoyyy Jul 29, 2023
c4fb06b
okay
Kintoyyy Jul 29, 2023
90bfe84
Merge branch 'vercel'
Kintoyyy Jul 29, 2023
a0da152
final
Kintoyyy Jul 29, 2023
991c24f
Merge branch 'vercel'
Kintoyyy Jul 29, 2023
f0a7617
rebuild on render.com
Kintoyyy Aug 9, 2023
b57c182
timestamp bug patch
Kintoyyy Aug 9, 2023
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
Prev Previous commit
Next Next commit
right font fot textarea
yamaha252 committed Dec 7, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit fcedae58b13abfb8baa01f36b5e6158639f94479
1 change: 1 addition & 0 deletions css/chat.css
Original file line number Diff line number Diff line change
@@ -115,6 +115,7 @@ body > div,
border: none;
outline: none;
color: #666;
font-family: inherit;
font-size: 14px;
resize: none;
}