William Grant
adc40f932b
fix: improved font rendering on windows by replacing all em units with rem
...
dropped unused emoji scss
2 years ago
William Grant
43f8c66801
fix: more sass cleanup
3 years ago
William Grant
48cbd25019
feat: startup password screen now uses password modal
3 years ago
William Grant
0d10667d6e
feat: updated settings password modal
3 years ago
William Grant
1e9aa04747
feat: added theming to the debug log page
3 years ago
Will G
267f49ff1e
Emoji Reacts ( #2320 )
...
Add support for emoji reacts in conversations
Resolves #2375 and #1577
3 years ago
William Grant
d3d0ac80a0
feat: you can now choose where to save the debug logs
...
debug log window now follows the app theme, logs are save as txt
3 years ago
William Grant
5cf76c5f08
feat: build sass files using parcel instead of grunt
...
added sass watch command for auto building sass on file changes, cleaned up IE7 fallback css
3 years ago
Audric Ackermann
5c9b34fb86
lint files
3 years ago
audric
bd7d88e170
remove theme from css and used variables instead
4 years ago
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