Commit Graph

117 Commits

Author SHA1 Message Date
Danila Fedorin 66b602a603 Add more ignored files via gitignore.io 2019-03-17 12:38:35 -07:00
Danila Fedorin 6f2add1f43
Merge pull request #6 from aaronraimist/gitignore
Add basic .gitignore
2019-03-17 12:35:00 -07:00
Danila Fedorin 4961a955e1
Merge pull request #7 from aaronraimist/url-placeholder
Add placeholder for homeserver URL
2019-03-17 12:34:26 -07:00
Aaron Raimist 7aa4e11e31
Add basic .gitignore 2019-03-17 12:14:01 -05:00
Aaron Raimist df0be6a1ee
Add placeholder for homeserver URL
I forgot this one
2019-03-17 12:03:18 -05:00
Danila Fedorin 5ab574ea00
Merge pull request #5 from aaronraimist/patch-1
Add clickable badge for the room
2019-03-16 19:51:02 -07:00
Aaron Raimist 97087ccd4c
Add clickable badge for the room 2019-03-16 20:49:10 -05:00
Danila Fedorin 07efa8764a Add new room address to the README 2019-03-16 18:18:41 -07:00
Danila Fedorin c2ab3b719f
Merge pull request #4 from aaronraimist/login-form-placeholders
Add placeholders to the username and password field on login form
2019-03-16 18:11:57 -07:00
Aaron Raimist b8939dacbb
Add placeholders to the username and password field on login form 2019-03-16 19:50:21 -05:00
Danila Fedorin 66c84cabbf Add newlines to build instructions.
Oh, markdown...
2019-03-16 17:33:26 -07:00
Danila Fedorin 77edc8464f Add building instructions to the README. 2019-03-16 17:27:16 -07:00
Danila Fedorin f5f24f389f Merge branch 'master' of https://github.com/DanilaFe/Scylla 2019-03-15 18:59:09 -07:00
Danila Fedorin c7149aa5c9 Allow more images. 2019-03-15 18:56:17 -07:00
Danila Fedorin 6e721d685b Grey out messages that are still sending. 2019-03-15 18:50:09 -07:00
Danila Fedorin 011630a185 Remove messages once their ID is received. 2019-03-15 18:45:55 -07:00
Danila Fedorin f2a8acc59c Decode id strings. 2019-03-15 18:01:26 -07:00
Danila Fedorin 1b0ad433b9 Add id field for sending messages.
The idea is to use this field to dismiss messages only when
a sync response with their id arrives.
2019-03-15 18:01:07 -07:00
Danila Fedorin 7241d112b0 Add notification counts to page title. 2019-03-15 17:44:54 -07:00
Danila Fedorin f3af964a99
Create LICENSE
Thanks to #1 :)
2019-03-06 12:33:50 -08:00
Danila Fedorin 3471f6cb74 Update screenshots 2019-02-25 21:15:13 -08:00
Danila Fedorin 764a37317b Change colors in input. 2019-02-25 20:40:46 -08:00
Danila Fedorin aa4196ee69 Make the buttons round. 2019-02-25 20:34:02 -08:00
Danila Fedorin fe065130fe Scroll after "sending" messages. 2019-02-25 20:16:06 -08:00
Danila Fedorin 267d68d673 fixup! Display "still sending" messages. 2019-02-25 20:04:15 -08:00
Danila Fedorin 5f8751e142 Update CSS. 2019-02-25 19:58:05 -08:00
Danila Fedorin 5d519242be Display "still sending" messages. 2019-02-25 19:54:54 -08:00
Danila Fedorin 2136bf34b9 Create an abstraction for room data.
Unless you specifically need the Sync data, this will be more useful,
since it stores the messages being sent and the like.
2019-02-25 18:09:39 -08:00
Danila Fedorin 6c67e85ca5 Add shadows to room css. 2019-02-25 17:39:25 -08:00
Danila Fedorin be7ea33085 Remove the "every other row" darkening. 2019-02-25 17:26:52 -08:00
Danila Fedorin ce1580926c Refactor to allow "messages".
This will allow us to group non-event things as messages, which will
then allow us to display messages that are still being sent.
2019-02-25 16:44:47 -08:00
Danila Fedorin 1703c091a7 Send file names as captions when sending files and images. 2019-02-21 23:03:01 -08:00
Danila Fedorin 28c829c2c8 Attempt to fix image "double sending" issue. 2019-01-24 21:14:02 -08:00
Danila Fedorin cf05f9dc4a Filter useless state events on the server side.
This means that presence events appear in the timeline, which is
something we DO want.
2018-12-27 22:33:48 -08:00
Danila Fedorin b0e796ee16 Add a button to reconnect. 2018-12-27 00:12:48 -08:00
Danila Fedorin 4de9063e67 Disable DDOS-tier retry attempts on failed network communication. 2018-12-26 23:20:51 -08:00
Danila Fedorin 85e410fc20 Fix table cell max size. 2018-12-26 21:54:44 -08:00
Danila Fedorin 473101a15e Switch to dark CSS. 2018-12-25 18:28:32 -08:00
Danila Fedorin d0c21cc2fa Filter some useless events to improve performance. 2018-12-25 18:01:16 -08:00
Danila Fedorin 3c91be9fb6 Group rooms by homeserver. 2018-12-24 14:17:57 -08:00
Danila Fedorin 1d3b0febde Refactor some code. 2018-12-23 21:29:48 -08:00
Danila Fedorin 70d6eba427 Add basic notification priority filtering. 2018-12-23 21:17:03 -08:00
Danila Fedorin e762864b45 Add screenshots. 2018-12-23 20:41:55 -08:00
Danila Fedorin 6ea55241c8 Add screenshots. 2018-12-23 20:38:04 -08:00
Danila Fedorin 12e5fdfbf1 Add video and file support. 2018-12-23 20:26:35 -08:00
Danila Fedorin 525a6dd878 Add the basic HTML file. 2018-12-23 19:20:09 -08:00
Danila Fedorin 859023942e Add a README. 2018-12-23 19:19:58 -08:00
Danila Fedorin 2d133167ed Add error messages to some scenarios. 2018-12-23 00:39:20 -08:00
Danila Fedorin c08ef14832 Add display to errors. 2018-12-23 00:23:48 -08:00
Danila Fedorin 50701e1885 Add retrieving account data, namely the notification setting. 2018-12-22 21:42:51 -08:00