Commit Graph

58 Commits (v1.6.9)

Author SHA1 Message Date
Audric Ackermann d3b9e56c92
remove unused templates and css 4 years ago
Audric Ackermann 26c9eee85d
add sanitize.css and fix up z-index for audio recording canvas 4 years ago
Audric Ackermann dd4f591cf4
deleteAccount => show warning when recover will generate new SessionID 4 years ago
Audric Ackermann 6afe893359
fix up a few test 4 years ago
Audric Ackermann e613613416
show toast with react-toastify and make them a styled-component 4 years ago
Audric Ackermann fe3cfb9e82
move all menu to react-contexify 5 years ago
Audric Ackermann 4d991d3992
Merge branch 'clearnet' into react-refactor 5 years ago
Audric Ackermann 00994bcb4a
make most of the app rtl compatible (text based only) 5 years ago
Audric Ackermann 8ff53a434a
refactor quote styles 5 years ago
Audric Ackermann b1e29cc89f
refactor scss 5 years ago
Audric Ackermann 9041a408fd
remove SessionResetConfirm dialog as unused 5 years ago
Audric Ackermann 422c2610b6
add light theme for leftpane conversation list view 5 years ago
Audric Ackermann 103962f1eb
cleanup ios theme unused 5 years ago
Vincent 3591001ef1 audio component ui 5 years ago
Vincent ffe30d4256 Merge new fonts 5 years ago
Vincent ed89f8c4b1 Update fonts and rework SASS 5 years ago
Vincent 6cda163b27 upgrade typescript 5 years ago
Vincent 866196315e Password screen fullheigt 5 years ago
Vincent 2c5e2df817 reactification conversationview bottombar initial 5 years ago
Audric Ackermann 396c2fa0d6 remove scss file which should not be here after merge 5 years ago
Vincent a64a34edcb Disclaimer modal and settings view cleanup 5 years ago
Vincent c26097554f settings optimisations 5 years ago
Audric Ackermann ddaf62a499 add group settings page with media downladable and docs only 5 years ago
Vincent d20d62e8c6 Messages display temporary fix and panel optimisations 5 years ago
Audric Ackermann c883d20bd7 add the left pane sections on main page 5 years ago
Audric Ackermann 6ac42a824e move all the registration page css to another scss file 5 years ago
Vincent d62f1c6e22 Inital conversation restructuring 5 years ago
Vincent 533ec4eedc Fixed syntax & linted 5 years ago
Audric Ackermann 24e24681a6 add a custom session button 5 years ago
Maxim Shishmarev 1496a368e9 Add UI elements for searching and selecting members in a group chat 6 years ago
Mikunj 7a96b8446a Rename launcherView to passwordView. 6 years ago
Mikunj 65015063d2 Add css styling.
Added input and button.
6 years ago
Scott Nonnenberg 7d9711ba65 Restore iOS-specific theme; colors on left in android theme 7 years ago
Scott Nonnenberg 10c53bddb0 Move to new colors, switch incoming/outgoing colors 7 years ago
Scott Nonnenberg a247ffe5cf When iOS device has been linked, use iOS color scheme 7 years ago
Scott Nonnenberg 3c69886320 Finish new Message component, integrate into application
Also:
- New schema version 8 with video/image thumbnails, screenshots, sizes
- Upgrade messages not at current schema version when loading messages
  to show in conversation
- New MessageDetail react component
- New ConversationHeader react component
7 years ago
Scott Nonnenberg dc11db92f9 New React component: Message
Also: Use react to render contects on the 'show group members' screen
7 years ago
Scott Nonnenberg fc5c52fbdf Remove iOS theme in favor of plain light/dark themes 7 years ago
Daniel Gasienica 557693e14c Prettier: Format all stylesheets 7 years ago
Lilia 4449a5f110 Upgrade emoji support (#1482)
* Upgrade emoji deps and move to node_modules

Add support for Emoji 3.0 and switch from bower to yarn for managing emoji
dependencies.

// FREEBIE

* Delete old emoji deps

// FREEBIE

* Don't copy emoji on windows

It is no longer necessary since the symlinked image dir is gone.

// FREEBIE

* Update emoji test

// FREEBIE

* Fix emoji tests; remove all overrides of emoji-js functions

FREEBIE
8 years ago
lilia 81d8b78d05
Switch to grunt-sass + node-sass-import-once
These modules together allow us to import css files from third party
components without maintaining symlinks that essentially rename them as
sass partials, which doesn't work on windows.

// FREEBIE
8 years ago
lilia 285b5ce062
Get install flow working in main window
// FREEBIE
8 years ago
Ikarulus 53cd3af78b Added a dark theme
I added a dark theme in order to solve #328.
This may fix #328 at least partially.
8 years ago
lilia dddeed8e8f Split up themes into separate files 9 years ago
lilia 1fe90ecdcb Add frontend for safety numbers approval setting
Adds the checkbox under settings.

// FREEBIE
9 years ago
lilia 5f92ccd524 Render animated hourglass when messages are expiring 9 years ago
lilia f042378a37 Upgrade emoji support and switch to apple emoji
Use emojijs for replacing unicode with image tags for display. We were
already using it to replace colons with unicode. Additionally it has
a companion data repo that is kept up to date with images from all
the common image sets.

// FREEBIE
9 years ago
lilia 7b9894d688 Refactor css to support theming
Move away from inline style attributes for setting contact colors.
Apply colors by name via css classes instead. Also lays groundwork
for syncing contact colors.

// FREEBIE
9 years ago
lilia 4f46a164ba Add voice notes
// FREEBIE
9 years ago
lilia 9091233950 Open images in a lightbox
Adds file-write permission for saving to disk from lightbox.

Fixes #810

// FREEBIE
9 years ago