William Grant
d0a40e41cd
fix: prevent font swap on first load
...
removed some unused sass classes, replace last sass font size variables
10 months ago
William Grant
55d062cb02
feat: refactored empty message view component
...
use styled components
1 year ago
Audric Ackermann
e3b6be7318
chore: fix typos
...
this comes from mdplusplus https://github.com/mdPlusPlus/session-desktop/tree/codespell
duplicated to fix conflicts
2 years ago
William Grant
060cbd3bbf
feat: added proper theming to password popup
...
cleaned up redundant session label options
3 years ago
Audric Ackermann
e8a1e07b68
fix: build do not add files in linux, win and mac dist/subfolders
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
af9d2fdfa1
get rid of libtextsecure.js and componnets.js
3 years ago
Audric Ackermann
475c92eeb4
migrate about_start to not use jquery
3 years ago
Audric Ackermann
4d72b92b25
app starts but full of errors
3 years ago
Audric Ackermann
280cc494e8
test with webpack - not working
3 years ago
Audric Ackermann
291d4682e4
fix some tests
4 years ago
Audric Ackermann
ddf41de3fb
add csp for image load from blob so attachments are loaded correctly
5 years ago
Audric Ackermann
4d991d3992
Merge branch 'clearnet' into react-refactor
5 years ago
Audric Ackermann
291982c2aa
cleanup css and themify missing stuff
5 years ago
Vincent
5165bfdba4
jsx-emoji-overlay
5 years ago
Vincent
9f1cef9844
emoji-rendering
5 years ago
Vincent
4a7e2dece7
Password lock screen and delete data screen
5 years ago
Audric Ackermann
37e3a1898f
fix session unlock with password screen with session colors
5 years ago
Audric Ackermann
3dd175fda2
update loading screen logo
5 years ago
Audric Ackermann
634aaa36d4
update loading screens with session subtitle
5 years ago
Audric Ackermann
7ba85921b1
replace loki with session on loading screens
5 years ago
Mikunj
ac59e1249f
Added db resetting.
...
Use built in signal warning view.
6 years ago
Mikunj
e544cd4c88
Added confirmation dialog.
6 years ago
Mikunj
f53bec38a5
Added password inputs on registration screen.
...
Fix case where db is deleted but password hash still remains which causes user to never register.
Allow password to have symbols and other characters.
Added more tests.
Moved passHash from config into the sqlite db.
We can do this because we assume if sql failed to initialise then the key provided was wrong and thus we can show the user the password page.
6 years ago
Mikunj
7a96b8446a
Rename launcherView to passwordView.
6 years ago