Commit Graph

82 Commits (f7581cf4ebee13edb51e6372e9903c5e8745d0e9)

Author SHA1 Message Date
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 3 years ago
Audric Ackermann a0703bc2f9
remove primary and secondary device separate status 3 years ago
Audric Ackermann d201078837
Merge pull request #1403 from Bilb/various-bug-fixes
Various bug fixes
4 years ago
Audric Ackermann 41855ada32
fix unread count bubble overflow on more than 99 messages unread 4 years ago
Audric Ackermann 08cb446227 Fix font for conversation list item title
Fixes #1193
4 years ago
Audric Ackermann c0292b0b2b
fix up session logo on loading and max message body length 4 years ago
Audric Ackermann 7da988c132
fix up session logo on loading and max message body length 4 years ago
Audric Ackermann 2f2eb2ad53
link back backbone conversation events to redux store 4 years ago
Audric Ackermann 918eeae275
move InboxView to react 4 years ago
Audric Ackermann 30f93b2ad3
remove conversation stack 4 years ago
Audric Ackermann e0fd910fa4
move a part of SessionSrollButton to styled component 4 years ago
Audric Ackermann a652ec3b61
fix light theme in react refactor 4 years ago
Audric Ackermann 2aef1f3132
be sure blocked border is shown even with mention or unread 4 years ago
Audric Ackermann b38299edcb
reduce size of session logo on empty screen 4 years ago
Audric Ackermann 00994bcb4a
make most of the app rtl compatible (text based only) 4 years ago
Audric Ackermann 5909b7c807
cleanup scss 4 years ago
Audric Ackermann 89acda2d2f
fix animation highlited message to match android 4 years ago
Audric Ackermann 495683ec3d
fix theme input and cleanup 4 years ago
Audric Ackermann 3173f01abf
rename actionPanelBorder to sessionBorder 4 years ago
Audric Ackermann 135cf64b5d
make bottom-buttons leftpane border lighter 4 years ago
Audric Ackermann 39941cb078
make registration background a bit darker 4 years ago
Audric Ackermann 4070a7099f
Merge remote-tracking branch 'upstream/clearnet' into add-light-theme 4 years ago
Audric Ackermann 5f51573f53
remove unused templates 4 years ago
Audric Ackermann 291982c2aa
cleanup css and themify missing stuff 4 years ago
Audric Ackermann 9cbf21547b
cleanup scss and themify message view 4 years ago
Audric Ackermann 5cdb25ca00
themify widget selection, compose and slider 4 years ago
Audric Ackermann ea808bf41b
themify contact section on leftPane 4 years ago
Audric Ackermann f3a51cf2a6
add custon light/black scrollbar style 4 years ago
Audric Ackermann 422c2610b6
add light theme for leftpane conversation list view 4 years ago
Audric Ackermann 39463d2f93
enable back ability to switch theme from leftpane 4 years ago
Audric Ackermann 30937f4ae3
make start new session screen closer to the android one 4 years ago
Audric Ackermann 3e56eb6133
add beta german translation copy pasted from android 4 years ago
Vincent 95c5a881e1 rebuild-ui 4 years ago
Vincent c020eddef6 constants-to-ts 4 years ago
Vincent 506b55bfe2 session-id-editable 4 years ago
Mikunj ecf83dc4a3 Fix minor styling in settings 4 years ago
Mikunj ef01e46ba4 Fix bottom bar layout 4 years ago
Mikunj d694a71b4c Made add contact overlay scrollable 4 years ago
Vincent 9b31824d36 Update default refs to accent 4 years ago
Vincent b2d72508a9 pull 4 years ago
Vincent 83bbeeb526 Public Sans and Mono ONLY 4 years ago
Vincent 5dc21710b8 Convert to open fonts 4 years ago
Vincent 85c9576b45 fractional centering 4 years ago
Audric Ackermann 9ddda73ca2
Integration tests (#975)
* add first integration test Session

Checking window title
Checking window count
Can restore from seed

* FIXME torevert once found why this crash on app close

* [test] add join valid open group test

* [test] validate cannot join two times the same open group

* [test] move common things to common.js

* [test] move tests to separate files

* [test] clean

* [test] add send message to open group test

* [test] lint

* [test] rename hooks -> common

* [test] add 15s delay before considering test as slow

* upgrade electron 8.0.3 and spectron 10.0.0

* [test] signin from seed: validate pubkey

* Replace spellchecker in favor of typo-js

* [test] refactor common calls to common.js

* [test] add two different pubkey, mnemonic and displayname

* [test] FIXME unsafe eval needed for now

* [test] add: add friends test

* [test] working multi instance tests

* [test] FIXME disable snodeproxy

* [test] update yarn.lock

* [test] make tests more robust with restart from scratch each test

* [test] add link of two devices test and hard rm of apps before start (rm -r)

* remove unused file

* [test] lint

* [test] add registration from generated pubkey test

* [test] add beginning of network stub

* [test] stub "token" endpoint

* [test] add test of one message on pub group pull

* [test] add starting port randomize. looks to help for some bad start with multi instance

* [test] add stub for one to one chats (sessions)

* [test] clean code

* [test] finish add friend test and stub snode server

* [test] stub calls during link device test

* [test] add a flag to show some logs on stubbed snode

* [test] finish link of two device test. check both pubkey matches

* [test] add and use function to wrap erase+start+login+stub app

* [test] add method to login as friend and closed group test&messages

* Revert "[test] FIXME unsafe eval needed for now"

This reverts commit de5322fdae6cdab8e3b9bd9a52b7d172c9bc2d26.

* [test] apply review

* [test] fix lint

* [test] fix existing test with new spectron version

* [test] fix lint

* [test] refactor page objects

* [test] add delete account test

* [test] add unlink of two device test

* [test] make tiny waitForExists -> isExisting

* [test] add checks of link new device buttons

* upgrade fs-extra@9.0.0

* address pr review

* [test] fix spell_check test

Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com>
4 years ago
Audric Ackermann 7ecf30cd9e
Merge pull request #918 from Bilb/no-border-under-contact-title
No underline under contacts title
4 years ago
Audric Ackermann f2f4b4be70
move pill divider in react and fix the bg 4 years ago
Audric Ackermann c2517adc89
No underline under contacts title 4 years ago
Audric Ackermann fe051cd762
bottom buttons bg = end of gradient of global background 4 years ago
Vincent 01389aa802 More styles 4 years ago
Vincent 513e5e34df Styles 4 years ago