signal-desktop/stylesheets
Scott Nonnenberg 426dab85a2
New design for import/install, 'light' import (#2053)
- A new design for the import flow. It features:
  - Icons at the top of every screen
  - Gray background, blue buttons, thinner text
  - Simpler copy
- A new design for the install flow. It features:
  - Immediate entry into the QR code screen
  - Animated dots to show that we're loading the QR code from the server
  - Fewer screens: 1) QR 2) device name 3) sync-in-progress
- When not set up, the app opens directly into the install screen, which has been streamlined. The `--import` command-line argument will cause the app to open directly into the import flow.
- Support for two different flavors of builds - the normal build will open into the standard registration flow, and the import flavor will be exactly the same except during setup it will open directly into the import flow.
- A new design for the (dev-only) standalone registration view
- When these install sequences are active, the OS File menu has entries to allow you to switch the method of setup you'd like to use. These go away as soon as the first step is taken in any of these flows.
- The device name (chosen on initial setup) is now shown in the settings panel
- At the end of a light import, we hand off to the normal device link screen, starting at the QR code. On a full import, we remove the sensitive encryption information in the export to prevent conflicts on multiple imports.
- `Whisper.Backup.exportToDirectory()` takes an options object so you can tell it to do a light export.
- `Whisper.Backup.importFromDirectory()` takes an options object so you can force it to load only the light components found on disk. It also returns an object so you can tell whether a given import was a full import or light import.
- On start of import, we build a list of all the ids present in the messages, conversations, and groups stores in IndexedDB. This can take some time if a lot of data is in the database already, but it makes the subsequent deduplicated import very fast.
- Disappearing messages are now excluded when exporting
- Remove some TODOs in the tests
2018-02-22 10:40:32 -08:00
..
_android.scss Fix file icons on android theme 2017-09-14 16:53:48 -07:00
_conversation.scss Emoji picker (#1608) 2017-10-30 13:54:55 -07:00
_debugLog.scss Use relative paths 2017-09-14 16:53:34 -07:00
_emoji.scss Emoji: Eliminate unused images, make sure panel clicks add emoji (#1849) 2017-12-04 10:19:35 -08:00
_global.scss New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
_hourglass.scss Use relative paths 2017-09-14 16:53:34 -07:00
_index.scss Move app theming from index to app view (#1479) 2017-09-14 17:48:15 -07:00
_intlTelInput.scss Create install flow 2015-11-05 13:29:26 -08:00
_ios.scss Fix paths for all newly-added icons 2017-09-14 16:53:49 -07:00
_lightbox.scss Use relative paths 2017-09-14 16:53:34 -07:00
_mixins.scss Darken material colors in dark theme 2016-12-02 11:51:18 +01:00
_modal.scss Add frontend for safety numbers approval setting 2016-10-05 19:10:20 +09:00
_progress.scss Switch to grunt-sass + node-sass-import-once 2017-09-14 16:53:44 -07:00
_recorder.scss Use relative paths 2017-09-14 16:53:34 -07:00
_settings.scss New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
_variables.scss Use relative paths 2017-09-14 16:53:34 -07:00
android-dark.scss Add support for Emoji 5 (#1797) 2017-11-27 15:54:59 -08:00
manifest.scss Upgrade emoji support (#1482) 2017-09-15 13:22:11 -07:00
options.scss New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00