-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce React, TypeScript, TSLint and React-StyleGuidist #2219
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
26f69b6
Gruntfile: Remove edits to background.js; no longer applicable
scottnonnenberg-signal e32dad2
Gruntfile: limit jshint/jscs watch tasks to own files, not *.js
scottnonnenberg-signal 1ad2b08
Move moment from bower deps to npm deps
scottnonnenberg-signal f86a6ef
Update style of i18n, pull it in via preload instead of .html
scottnonnenberg-signal 893fb1c
Introduce React/TypeScript/TSLint into app for new UI components
scottnonnenberg-signal 1326b26
Full styleguide now available via `yarn styleguide`
scottnonnenberg-signal 3899eb8
Add 'use strict' to i18n.js
scottnonnenberg-signal 104a1ca
Remove i18n.js from jshint run, fix missing semicolon
scottnonnenberg-signal ed12e1b
Add mp3 to project, make binary files available in rsg on util
scottnonnenberg-signal 887abd7
Add missing shim, fix typo
scottnonnenberg-signal be91a89
Parse theme from querystring, put on util. Moment from require()
scottnonnenberg-signal 1052341
Fix tslint errors and add tslint to CI task in package.json
scottnonnenberg-signal 23293a3
New tslint rule: Interfaces must not start with I
scottnonnenberg-signal bb73d47
Gruntfile: Sort lines in jshint/jscs config
scottnonnenberg-signal 2384092
Use Array.isArray in i18n.js
scottnonnenberg-signal 61a7846
Fix typo in index.ts
scottnonnenberg-signal cdd16c9
Rename test-only MessageParents to ConversationContext
scottnonnenberg-signal e5322e8
Finish rename of MessageParents, re-add moment to page
scottnonnenberg-signal 76be135
js/i18n.js -> js/modules/i18n.js
scottnonnenberg-signal 50d4dba
Remove 'use strict' from i18n.js
scottnonnenberg-signal 2353754
Big refactor: ts/ directory for all typescript, including react
scottnonnenberg-signal 0530323
window.Signal.React -> window.Signal.Components
scottnonnenberg-signal 96bd90a
Simplify assignment; add warning to preload.js about Style Guide
scottnonnenberg-signal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: What if we did the following?