Граф коммитов

103 Коммитов

Автор SHA1 Сообщение Дата
Ian Bicking b039ab2478 Fix #107, support export from Notes 2018-08-03 22:51:21 -05:00
Dave Justice be2d4eec82
Merge pull request #104 from mozilla/clear-copy-cache
Fix #99, clear tab selection when you copy the tabs to the clipboard
2018-07-30 18:59:11 -04:00
Dave Justice b376196e63
Merge pull request #100 from mozilla/interstitial-template-select
Start #41, put in an interstitial template selector
2018-07-30 18:58:57 -04:00
Ian Bicking b2c5ed1673 Fix #99, clear tab selection when you copy the tabs to the clipboard 2018-07-27 12:30:20 -05:00
Ian Bicking 2de2066af2 Lower-case colors to satisfy a weird style lint rule 2018-07-27 11:53:39 -05:00
Ian Bicking e03638d329 Start #41, put in an interstitial template selector
This puts the selector into the gmail compose window itself as an overlay. For now rendering of the templates stays in the background process, but arguably it should be moved into the compose window.
2018-07-26 12:41:28 -05:00
Ian Bicking 5817aec421
Merge pull request #95 from meandavejustice/14-loading-message
14 loading message
2018-07-25 11:58:09 -05:00
Ian Bicking 6c1f4a8f6a
Merge pull request #94 from meandavejustice/36-style-completed-flow
First run at styling "completed message"
2018-07-25 11:57:43 -05:00
Ian Bicking 63ab4f2325
Merge pull request #96 from meandavejustice/61-cd-for-recipient-count
Add custom dimension for count of recipients
2018-07-25 11:56:44 -05:00
Ian Bicking a6b1146e3a
Merge pull request #97 from meandavejustice/47-feedback-btn
Add feedback link
2018-07-25 11:56:26 -05:00
dave justice 9911a07e68 Add feedback link
- fixes #47
2018-07-25 11:57:35 -04:00
dave justice 11969a32a9 Add custom dimension for count of recipients
- fixes #61
2018-07-25 11:39:33 -04:00
dave justice 5b7f910382 Style loading message
- fixes #14
- swiped loading indicator from firefox color
2018-07-24 14:33:25 -04:00
dave justice 6b47506ddb refs #36 style completed message 2018-07-24 13:54:18 -04:00
Ian Bicking c2055ea222
Merge pull request #93 from meandavejustice/9-thumbnail-borders
fix #9 thumbnail border color
2018-07-24 10:22:16 -05:00
Dave Justice 498524f1d1
Merge pull request #92 from mozilla/dont-close-last
Fix #86, open a new tab if the last tab would have been closed
2018-07-24 11:03:29 -04:00
Ian Bicking 3f149e4f4c Fix #86, open a new tab if the last tab would have been closed
Also don't close pinned tabs, as typically those are less easily closed (e.g., with Cmd-W)
2018-07-24 11:00:13 -04:00
Dave Justice 5a0a499324
Merge pull request #91 from mozilla/add-subject
Add subject
2018-07-24 10:56:41 -04:00
Dave Justice f6fc3847da
Merge pull request #90 from mozilla/fixup-readable
Fix #85, apply some styling to readable content
2018-07-24 09:18:05 -04:00
Dave Justice 814f99f3e8
Merge pull request #88 from mozilla/run-at-early
Add set-html-email.js worker a little earlier, so the loading message…
2018-07-24 09:08:41 -04:00
dave justice 0835050fd1 fix #9 thumbnail border color 2018-07-24 08:58:47 -04:00
Ian Bicking 76a6935004 Fix #85, apply some styling to readable content
This gives the content a max width, and also parses the content and adds inline max-width to any images.
2018-07-23 16:05:40 -05:00
Ian Bicking 71c94eec0d Fix #84, set subject on email 2018-07-23 16:04:30 -05:00
Ian Bicking 75a6023675 Refactor getTabInfo to return a list, and create a renderTabs function 2018-07-23 15:40:16 -05:00
Ian Bicking 1ce53e319e Add set-html-email.js worker a little earlier, so the loading message can come up earlier 2018-07-23 11:54:42 -05:00
Dave Justice 120df9fcc4
Merge pull request #76 from mozilla/more-metrics-changes
Change the metrics per comments in #73
2018-07-23 12:39:44 -04:00
Ian Bicking dac1348c51
Merge pull request #82 from mozilla/extract-alt-text
Fix #8, add extracted text to the img alt
2018-07-18 17:25:19 -05:00
Ian Bicking 53939ac274 Fix lint errors 2018-07-18 15:16:46 -05:00
Ian Bicking d984f457f4 Fix #83, add a reader mode template 2018-07-18 14:58:18 -05:00
Ian Bicking 93f4913889 Fix #8, add extracted text to the img alt
This borrows code from Screenshot's captureEnclosedText function
2018-07-18 14:10:47 -05:00
Ian Bicking 207fe7d048
Merge pull request #78 from mozilla/template-chooser
Template chooser
2018-07-18 13:53:43 -05:00
Ian Bicking 4496cea8f5
Merge pull request #81 from mozilla/icon-fix
Icon fix
2018-07-18 13:52:01 -05:00
Ian Bicking 39880e35ef Apply context-fill properties to icon. Fixes #59 2018-07-18 13:32:25 -05:00
Ian Bicking 2ec46ee2d3 Apply svgo to the icon 2018-07-18 13:29:55 -05:00
Ian Bicking 9127d25d5a Import Sevaan's icon from #59 2018-07-18 13:26:05 -05:00
Ian Bicking 3a00bc59bf Disable the web-ext lint test 2018-07-16 17:59:33 -05:00
Ian Bicking 1a17bdcfd7 Start #41, implement template chooser
Adds one new template (Just Links), and a chooser. Also adds persistent storage of preferred template. Done except styling of the selector screen
2018-07-16 17:55:13 -05:00
Ian Bicking e87417fff3 Rename <Page> to <Popup>, which is less ambiguous 2018-07-16 16:20:00 -05:00
Ian Bicking 3e942b11b6 Change the metrics per comments in #73
Note there appeared to be some DOS line endings in the file, and as a result every line gives a diff
2018-07-16 15:54:23 -05:00
Ian Bicking 5ee959d16b
Merge pull request #73 from meandavejustice/44-add-metrics-md
add metrics.md
2018-07-16 15:37:57 -05:00
Ian Bicking 38c93d0524
Merge pull request #75 from meandavejustice/setup-circle-ci
add circleci config
2018-07-13 14:49:54 -05:00
Ian Bicking 3c52b93483
Merge pull request #74 from meandavejustice/fix-lint-errors
Fix lint errors
2018-07-13 14:49:26 -05:00
dave justice 037323c41b add circleci config 2018-07-13 15:09:23 -04:00
dave justice 30055b8389 fix ga build script 2018-07-13 14:14:24 -04:00
dave justice 85415e5494 fix css lint errors 2018-07-13 13:25:44 -04:00
dave justice c7c83e2fe3 fix js lint errors 2018-07-13 13:19:57 -04:00
Dave Justice 449297d369
Merge pull request #71 from mozilla/compose-overlay
Start #14, open compose window with a loading message
2018-07-13 10:41:51 -04:00
Dave Justice b51a6e65d6
Merge pull request #67 from mozilla/add-testpilot-ga
Fix #53, add testpilot-ga library and sendEvent() function
2018-07-13 10:34:49 -04:00
Dave Justice 89154fe89c
Merge pull request #70 from mozilla/use-react-fragment
Fix #58, use React.Fragment instead of ad hoc <section> usage
2018-07-13 10:18:58 -04:00
Dave Justice ec5aaf4ce4
Merge pull request #69 from mozilla/open-compose-window
Fix #46, open the compose window immediately
2018-07-13 10:16:32 -04:00