Commit Graph

12 Commits

Author SHA1 Message Date
Ken Powers 38c7fa3da6
Storybook: Basic messages and messages with reactions 2020-02-07 11:07:22 -08:00
Ken Powers 11d47a8eb9 Sticker Creator 2019-12-17 12:28:46 -08:00
Scott Nonnenberg b3ac1373fa Move left pane entirely to React 2019-03-12 17:44:14 -07:00
Daniel Gasienica 381290c55f Adjust `tsconfig.json` formatting for Prettier 2018-05-04 17:34:50 -04:00
Daniel Gasienica 84f69f482f Prettier: Format JSON configuration files 2018-05-04 16:32:08 -04:00
Daniel Gasienica 3ad74e0c3e Remove implied `strict` compiler options 2018-04-25 15:24:52 -04:00
Daniel Gasienica 39d5f3c413 Enable strict type checking features 2018-04-25 15:24:51 -04:00
Daniel Gasienica 99921ed848 Enable strict `null` checks 2018-04-25 15:24:51 -04:00
Daniel Gasienica 9513e90a84 Fix TS error regarding `window` 2018-04-11 19:25:30 -04:00
Daniel Gasienica 27f205e0a3 Fix TS error regarding `SharedArrayBuffer` 2018-04-11 19:25:30 -04:00
Scott Nonnenberg 23537546fe
Big refactor: ts/ directory for all typescript, including react
Split out test-specific and general utility react components too.

And moved our test/legacy* files for the Style Guide into a styleguide/
subdirectory of test/.

I think we'll be able to live in this directory structure for a while.
2018-04-05 15:30:40 -07:00
Scott Nonnenberg 893fb1cb9e
Introduce React/TypeScript/TSLint into app for new UI components
npm run transpile
  Works on files under js/react/
  Outputs files right next to the .tsx file

This is part of our `grunt dev` task, as well as the default grunt task,
which does everything else necessary to get a raw git checkout ready to
run.
2018-04-04 16:08:27 -07:00