You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-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
7 years ago
..
_android.scss Fix file icons on android theme 8 years ago
_conversation.scss Emoji picker (#1608) 8 years ago
_debugLog.scss Use relative paths 8 years ago
_emoji.scss Emoji: Eliminate unused images, make sure panel clicks add emoji (#1849) 7 years ago
_global.scss New design for import/install, 'light' import (#2053) 7 years ago
_hourglass.scss Use relative paths 8 years ago
_index.scss Move app theming from index to app view (#1479) 8 years ago
_intlTelInput.scss Create install flow 10 years ago
_ios.scss Fix paths for all newly-added icons 8 years ago
_lightbox.scss Use relative paths 8 years ago
_mixins.scss Darken material colors in dark theme 8 years ago
_modal.scss Add frontend for safety numbers approval setting 9 years ago
_progress.scss Switch to grunt-sass + node-sass-import-once 8 years ago
_recorder.scss Use relative paths 8 years ago
_settings.scss New design for import/install, 'light' import (#2053) 7 years ago
_variables.scss Use relative paths 8 years ago
android-dark.scss Add support for Emoji 5 (#1797) 7 years ago
manifest.scss Upgrade emoji support (#1482) 8 years ago
options.scss New design for import/install, 'light' import (#2053) 7 years ago