Tim Abbott
62a92764f1
attachments: Move one-time-rendering logic out of set_up_attachments.
2018-05-04 16:22:27 -07:00
Tim Abbott
02ad498aa2
attachments: Use data-attachment-id to refer to attachments.
...
This may fix an issue with the delete button not actually sending the
right data to the server; I'm not sure. Extracted from a patch by
Aastha Gupta.
2018-05-04 16:22:27 -07:00
Tim Abbott
69c4645bd2
attachments: Stop fetching attachments in / endpoint.
...
We only use this data in a rarely-used settings screen, and it can be
large after years of posting screenshots.
So optimize the performance of / by just loading these data when we
actually visit the page.
This saves about 300ms of runtime for loading the home view for my
user account on chat.zulip.org.
2018-05-04 16:22:26 -07:00
sreenivas alapati
a2fa087235
attachments_ui: Remove unnecessary export of bytes_to_size.
2018-03-15 18:06:04 -07:00
Utkarsh Patil
c2441e4455
user settings: Clean settings.css and fix bug
...
Clean up settings.css and fix js bug in attachments_ui.js
2017-12-18 10:12:33 -05:00
Utkarsh Patil
c9596e12be
user settings: fix uploaded files UI
...
Fix UI and date uploaded
2017-12-18 10:12:33 -05:00
Utkarsh Patil
b3d7a87552
user settings: Change file size display format
...
Display 1MB for 1000KB and display atleast 2 sig digits from 'KB' onwards
2017-12-18 10:12:33 -05:00
Utkarsh Patil
25f742839d
user settings: change 'Date uploaded' display format
...
Display 'Today' or 'Yesterday' and the date for days beyond those
2017-12-18 10:12:33 -05:00
Brock Whittaker
8e2d9d64b2
settings: Enable sorting on uploads table.
...
This allows for sorting in the uploads table by all of the attributes
in ascending order by clicking on the headers.
Fixes #6747 .
2017-09-28 16:16:16 -07:00
Brock Whittaker
24b5030776
settings: Add perfectScrollbar to uploads table.
...
This adds the perfectScrollbar to the uploads table so that it will
function properly in the settings container since the parent node has a
perfectScrollbar.
2017-09-28 14:13:33 -07:00
Brock Whittaker
7b8fd1aafb
settings: Add file search to the uploads table.
...
This uses the searching capabilities of the list_render class to search
for files by name; normalized by lowercase locale.
2017-09-28 14:13:33 -07:00
Brock Whittaker
7882039a11
settings: Add `list_render` basics to the uploads table.
...
This implements the basic form of list_render to the uploads table so
it will now load progressively.
Fixes : #6746 .
2017-09-28 14:13:33 -07:00
Vishnu Ks
17cc32f168
settings: Show error or success message when deleting uploaded files.
...
Fixes #6519
2017-09-27 17:50:22 -07:00
Vishnu Ks
865bc06945
settings: Show attachment size and upload date in uploaded files page.
2017-09-27 17:50:22 -07:00
Rafid Aslam
1143a2d8c4
attachment: Add file icon to the green box when file has no extension.
...
Fixes #3848 .
2017-03-09 00:56:37 -08:00
Tim Abbott
a8d8855624
attachment: Avoid inserting into the DOM in a loop.
...
This has a huge impact on the performance of loading the settings page
if you have a decent number of past uploaded files.
2017-03-08 16:20:50 -08:00
Brock Whittaker
c35d821786
Restyle uploaded files table.
...
This restyles the uploaded files table to be lighter, more minimal, and
easier to parse than the previous table.
2017-02-24 15:05:06 -08:00
Brock Whittaker
e504eaaa68
Change time render to be client-side and formatted.
...
This changes the time render to be done on the client-side and
therefore take advantage of knowing the client’s timezone, along with
being formatted in a more human-parseable way.
2017-02-24 15:05:06 -08:00
paxapy
9a5179c460
Add support for managing and deleting attachments.
...
Modified substantially by tabbott to fix tons of issues.
Fixes #454 .
2017-02-16 23:44:44 -08:00