Commit 0ad604d
authored
chore: remove in-app newsletter NSAlert (#980)
The native NSAlert that fired after the third successful connection
felt bloaty and was steering users to a popup on the website that has
also been removed. Drop the whole pipeline.
Removed:
- NewsletterPromptCoordinator (NSAlert + Safari opener)
- AppDelegate registration call
- successfulConnectionRecorded notification + the post site in
DatabaseManager+Sessions
- MacAnalyticsProvider successfulConnectionCount counter,
newsletterPromptShown latch, markNewsletterPromptShown, and the
Keys.successfulConnectionCount / Keys.newsletterPromptShown entries
- Localized strings: "Stay updated on TablePro releases", "Get release
notes ...", "Subscribe in Browser", "Maybe later"
- Two MacAnalyticsProvider tests for the removed counter and latch
- CHANGELOG entry for the prompt (it never shipped, so drop the line
rather than add a "Removed" entry per project conventions)
What stays:
- markConnectionAttempted / markConnectionSucceeded /
markFirstQueryExecuted write-once timestamps for the activation
funnel telemetry remain unchanged.1 parent a9f3d7d commit 0ad604d
8 files changed
Lines changed: 66 additions & 113 deletions
File tree
- TableProTests/Services
- TablePro
- Core
- Database
- Services/Infrastructure
- Resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
91 | 89 | | |
92 | 90 | | |
93 | 91 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 92 | | |
103 | 93 | | |
104 | 94 | | |
105 | 95 | | |
106 | 96 | | |
107 | 97 | | |
108 | | - | |
109 | | - | |
110 | 98 | | |
111 | 99 | | |
112 | 100 | | |
113 | 101 | | |
114 | 102 | | |
115 | 103 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 104 | | |
121 | 105 | | |
122 | 106 | | |
| |||
Lines changed: 0 additions & 67 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7836 | 7836 | | |
7837 | 7837 | | |
7838 | 7838 | | |
| 7839 | + | |
| 7840 | + | |
| 7841 | + | |
7839 | 7842 | | |
7840 | 7843 | | |
7841 | 7844 | | |
| |||
8707 | 8710 | | |
8708 | 8711 | | |
8709 | 8712 | | |
| 8713 | + | |
| 8714 | + | |
| 8715 | + | |
8710 | 8716 | | |
8711 | 8717 | | |
8712 | 8718 | | |
| |||
9751 | 9757 | | |
9752 | 9758 | | |
9753 | 9759 | | |
| 9760 | + | |
| 9761 | + | |
| 9762 | + | |
9754 | 9763 | | |
9755 | 9764 | | |
9756 | 9765 | | |
| |||
12466 | 12475 | | |
12467 | 12476 | | |
12468 | 12477 | | |
| 12478 | + | |
| 12479 | + | |
| 12480 | + | |
12469 | 12481 | | |
12470 | 12482 | | |
12471 | 12483 | | |
| |||
12488 | 12500 | | |
12489 | 12501 | | |
12490 | 12502 | | |
| 12503 | + | |
| 12504 | + | |
| 12505 | + | |
12491 | 12506 | | |
12492 | 12507 | | |
12493 | 12508 | | |
| |||
12554 | 12569 | | |
12555 | 12570 | | |
12556 | 12571 | | |
| 12572 | + | |
| 12573 | + | |
| 12574 | + | |
12557 | 12575 | | |
12558 | 12576 | | |
12559 | 12577 | | |
| |||
12644 | 12662 | | |
12645 | 12663 | | |
12646 | 12664 | | |
| 12665 | + | |
12647 | 12666 | | |
12648 | 12667 | | |
12649 | 12668 | | |
| |||
22161 | 22180 | | |
22162 | 22181 | | |
22163 | 22182 | | |
22164 | | - | |
22165 | | - | |
22166 | | - | |
22167 | 22183 | | |
22168 | 22184 | | |
22169 | 22185 | | |
| |||
27669 | 27685 | | |
27670 | 27686 | | |
27671 | 27687 | | |
27672 | | - | |
27673 | | - | |
27674 | | - | |
27675 | 27688 | | |
27676 | 27689 | | |
27677 | 27690 | | |
| |||
32264 | 32277 | | |
32265 | 32278 | | |
32266 | 32279 | | |
| 32280 | + | |
| 32281 | + | |
| 32282 | + | |
32267 | 32283 | | |
32268 | 32284 | | |
32269 | 32285 | | |
| |||
37806 | 37822 | | |
37807 | 37823 | | |
37808 | 37824 | | |
| 37825 | + | |
| 37826 | + | |
| 37827 | + | |
| 37828 | + | |
| 37829 | + | |
| 37830 | + | |
| 37831 | + | |
| 37832 | + | |
| 37833 | + | |
37809 | 37834 | | |
37810 | 37835 | | |
37811 | 37836 | | |
| |||
38893 | 38918 | | |
38894 | 38919 | | |
38895 | 38920 | | |
| 38921 | + | |
| 38922 | + | |
| 38923 | + | |
38896 | 38924 | | |
38897 | 38925 | | |
38898 | 38926 | | |
| |||
43954 | 43982 | | |
43955 | 43983 | | |
43956 | 43984 | | |
43957 | | - | |
43958 | | - | |
43959 | | - | |
43960 | 43985 | | |
43961 | 43986 | | |
43962 | 43987 | | |
| |||
44266 | 44291 | | |
44267 | 44292 | | |
44268 | 44293 | | |
44269 | | - | |
44270 | | - | |
44271 | | - | |
44272 | 44294 | | |
44273 | 44295 | | |
44274 | 44296 | | |
| |||
45809 | 45831 | | |
45810 | 45832 | | |
45811 | 45833 | | |
| 45834 | + | |
| 45835 | + | |
| 45836 | + | |
45812 | 45837 | | |
45813 | 45838 | | |
45814 | 45839 | | |
| |||
46156 | 46181 | | |
46157 | 46182 | | |
46158 | 46183 | | |
| 46184 | + | |
| 46185 | + | |
| 46186 | + | |
46159 | 46187 | | |
46160 | 46188 | | |
46161 | 46189 | | |
| |||
46333 | 46361 | | |
46334 | 46362 | | |
46335 | 46363 | | |
| 46364 | + | |
| 46365 | + | |
| 46366 | + | |
46336 | 46367 | | |
46337 | 46368 | | |
46338 | 46369 | | |
| |||
48449 | 48480 | | |
48450 | 48481 | | |
48451 | 48482 | | |
| 48483 | + | |
48452 | 48484 | | |
48453 | 48485 | | |
48454 | 48486 | | |
| |||
48469 | 48501 | | |
48470 | 48502 | | |
48471 | 48503 | | |
| 48504 | + | |
| 48505 | + | |
| 48506 | + | |
48472 | 48507 | | |
48473 | 48508 | | |
48474 | 48509 | | |
| |||
48513 | 48548 | | |
48514 | 48549 | | |
48515 | 48550 | | |
| 48551 | + | |
| 48552 | + | |
| 48553 | + | |
| 48554 | + | |
| 48555 | + | |
| 48556 | + | |
48516 | 48557 | | |
48517 | 48558 | | |
48518 | 48559 | | |
| |||
49110 | 49151 | | |
49111 | 49152 | | |
49112 | 49153 | | |
| 49154 | + | |
| 49155 | + | |
| 49156 | + | |
49113 | 49157 | | |
49114 | 49158 | | |
49115 | 49159 | | |
| |||
49508 | 49552 | | |
49509 | 49553 | | |
49510 | 49554 | | |
| 49555 | + | |
| 49556 | + | |
| 49557 | + | |
49511 | 49558 | | |
49512 | 49559 | | |
49513 | 49560 | | |
| |||
49530 | 49577 | | |
49531 | 49578 | | |
49532 | 49579 | | |
| 49580 | + | |
| 49581 | + | |
| 49582 | + | |
49533 | 49583 | | |
49534 | 49584 | | |
49535 | 49585 | | |
| |||
0 commit comments