You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/js/views
lilia 58e7f3c7e1 Fix file input click zone
Previously, the ugly file input was hidden with opacity, and styled as a
square paperclip icon, but its drop and click zones were not constrained
to the visible square. They remained active across the whole 'Choose
File' button, which overlapped with the textarea. Instead, hide the file
input complete (display: none) and transmit click events from the
paperclip to the input programmatically.

Eventually, we'll need to address drag and drop events, but I want to do
that at the window level. Otherwise dropping a file outside the file
input drop zone causes the browser to navigate to the file://... url.
10 years ago
..
attachment_preview_view.js Add a view for attachment previews 10 years ago
attachment_view.js Group avatars 10 years ago
conversation_list_item_view.js Cleanup inbox view 10 years ago
conversation_list_view.js Add license headers 10 years ago
conversation_view.js Fixup conversation page styles and functionality 10 years ago
file_input_view.js Fix file input click zone 10 years ago
file_modal_view.js Restyled message attachments 10 years ago
group_update_view.js Render group updates 10 years ago
inbox_view.js Cleanup inbox view 10 years ago
list_view.js Add license headers 10 years ago
message_list_view.js Update styles to material design to match Android client (first pass) 10 years ago
message_view.js Micro refactor group update setup in message view 10 years ago
new_conversation_view.js Rename event 10 years ago
new_group_update_view.js Add rudimentary ui for sending a group update 10 years ago
new_group_view.js Add license headers 10 years ago
notifications.js Thread model and UI improvements 11 years ago
phone-input-view.js Fire an event on phone number validation 10 years ago