Commit Graph

55 Commits

Author SHA1 Message Date
zelfroster
b7c24138bd feat: attach message headers to the reply composer 2023-07-24 06:11:06 +05:30
zelfroster
027c34c7a4 feat: reply mail now working, and popup closing after mail send 2023-07-18 11:21:23 +05:30
zelfroster
8622630049 feat: reply working now, but still needs minor fixes, and removed buttonLogin().click() error on login using Enter key 2023-07-17 21:05:17 +05:30
zelfroster
b2006f3d95 fix: now the messages will always be in order and won't change order 2023-07-16 11:53:31 +05:30
zelfroster
773a5bc024 chore: optimize js to toggle toList 2023-07-15 16:29:48 +05:30
zelfroster
eef7a4c515 fix: remove iframe and use a div with contenteditable attribute instead, this commit contains a whole lot of changes 2023-07-15 15:57:47 +05:30
zelfroster
94ed218c61 fix: fix subject issue 2023-07-04 13:05:11 +05:30
zelfroster
b029ca7bfe feat: compose mail working with a nice ui 2023-07-04 12:55:50 +05:30
zelfroster
7fe03147c0 feat: mail compose working (improved) 2023-07-03 12:20:46 +05:30
zelfroster
f674f86433 fix: add item to To list 2023-06-30 19:03:31 +05:30
zelfroster
a64e47a882 chore: mithril.js not re-rendering even after calling m.redraw() 2023-06-30 17:55:39 +05:30
zelfroster
793bd229d8 fix: changed overflow:scroll to auto as chromium browsers show scrollbars even when content is not overflowing, some minor fixes along with it 2023-06-21 06:13:05 +05:30
zelfroster
471b552dc1 fix: fixed mail section layout and mail view layout, made ui usable 2023-06-20 23:08:56 +05:30
zelfroster
fbf77b2ab4 chore: separate size utility function and make the attachment a table layout 2023-04-26 19:12:13 +05:30
zelfroster
57ba4ddb63 chore: rename variables 2023-04-26 19:10:17 +05:30
zelfroster
705a4df51d feat: show from, date, size in the attachment section 2023-04-20 20:31:58 +05:30
zelfroster
e4dbf0fec4 feat: created dual view system to view all mail and attachments separately 2023-04-19 17:04:56 +05:30
zelfroster
4a29ae0733 feat: created attachment section in mail view 2023-04-18 14:52:27 +05:30
zelfroster
2af133dfe7 refactor: migrate entire css code to scss 2023-04-05 01:06:38 +05:30
csoler
bd7c508bc6
Merge pull request #67 from zelfroster/create-attachment-section
feat: create attachment section
2023-03-27 21:18:59 +02:00
zelfroster
fd6e96cdd4 feat: show sender avatar in mail view and user avatar in people section 2023-03-25 18:58:05 +05:30
zelfroster
b55787cfc2 feat: create attachment section 2023-03-18 01:02:36 +05:30
zelfroster
12e09b3c26 fix: for more than 1 recipient, recipient name was getting added on next line 2023-03-17 06:22:33 +05:30
zelfroster
b2ff19b14c fix: When mail contains no Author/from, the date will be added to the wrong field 2023-03-17 06:03:51 +05:30
Sukhamjot Singh
2488f972e5 fixed to from cc 2022-12-18 16:30:44 +05:30
Sukhamjot Singh
e8414f61f4 fixed concurrency issue in compose, design pending 2022-12-17 21:19:08 +05:30
Sukhamjot Singh
7c3fb862ab fixed sidebar and added numbers 2022-12-17 15:46:37 +05:30
Sukhamjot Singh
13d5cc0c0f accommodate API changes 2022-12-16 21:37:57 +05:30
Sukhamjot Singh
9d19627006 compose, delete, bugs 2022-09-21 18:05:05 +05:30
Sukhamjot Singh
cddca62662 Comment changes, added posts. 2022-06-13 23:04:14 +05:30
Sukhamjot Singh
0af3a6913c Subcribed channels view 2022-05-31 22:49:43 +05:30
Sukhamjot-Singh
e48e3fb5b1 displayed and created channel pages 2022-05-23 10:33:52 +05:30
Sukhamjot Singh
a63f028c12 added delete functionality 2022-04-07 21:19:43 +05:30
Sukhamjot Singh
06a2ccf29e added dummy buttons reply/delete 2022-03-22 23:03:01 +05:30
Sukhamjot Singh
3dcf310a54 added tags 2022-03-22 00:43:23 +05:30
Sukhamjot Singh
fd08694c88 added spam 2022-03-22 00:10:28 +05:30
Sukhamjot Singh
a9d7f597f7 added system 2022-03-22 00:03:36 +05:30
Sukhamjot Singh
bbf826b715 added starred in separate sidebar 2022-03-19 01:45:13 +05:30
Sukhamjot Singh
07e8e5742c Suggeste changes committed.(trash, from) 2022-03-10 14:53:55 +05:30
Sukhamjot Singh
be39e498d7 added trash box 2022-02-19 17:14:58 +05:30
Sukhamjot Singh
7e9db02882 added 'from' column 2022-02-16 19:07:40 +05:30
Sukhamjot Singh
2bcd72626c eslint ,prettier , big compose 2022-02-07 18:52:43 +05:30
Sukhamjot Singh
321cc7d660 Added mailcompose, tags, search 2022-02-04 21:51:07 +05:30
Gunjan Agarwal
099603a804
Added side navbar (#34)
* Added side navbar

* Refactored code

* Update

* Update

* Update

* Update 4

* Update-5

* Update-6

* Removed Web ui

* Update-7

* Update-8
2021-05-12 23:46:28 +05:30
Avinash Kumar
53fa5aeec4
UI improvement && logic code for people Webpage (#33)
* fix checkout alignmnet

* fixed create identity issue

* added logic for edit identity as well as create identity

* final changes

* UX changes

* minor fixes

* Signed Create identity is working now

* minor changes

* friend node profile pic is aligned now

* People->Edit && create identity popup responsive

* updated & refactor code

* changes added

* Update people_ownids.js

* Update people_util.js

* feat: people Web page  UI

* minor-fix

* fix prettier & eslint issue

* updated changes

* updated changes

* minor fix

* update changes
2021-04-27 00:08:15 +05:30
zeners
f09d6b0ca9
try to fix eslint and prettier issues (#32)
* fix eslint + prettier issues

* fix eslint config (remove with prettier clashing indent rules)

* fix eslint warnings
2021-04-20 18:30:39 +05:30
Mohammed Saud
e0fa131c61 update require imports for all modules 2020-01-15 19:45:27 +05:30
rottencandy
869c8a59ff Add constants for flags 2019-08-23 14:57:26 +05:30
rottencandy
f08189c36b properly display unread/new mails 2019-08-22 13:27:03 +05:30
rottencandy
b20721194d replace common widget 2019-08-18 20:14:59 +05:30