Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A different fix to the problem | Yuchen Pei | 2022-07-28 | 1 | -193/+191 |
| | | | | | | | from ... to (() => {...})(); this way no need to worry about const redefinition. | ||||
* | fixing side effects of const | Yuchen Pei | 2022-07-28 | 1 | -69/+75 |
| | | | | | | same script may be loaded twice, in which case consts would be redefined and fail silently, which is why the contact finder frame no longer appeared twice, which is fixed in this commit | ||||
* | simplify close listeners in contact finder | Yuchen Pei | 2022-07-28 | 1 | -14/+3 |
| | |||||
* | revise the contact finder dialog | Yuchen Pei | 2022-07-27 | 1 | -14/+30 |
| | | | | | | | - showing top 5 contact links for guessing - remove direct innerHTML assignment and insertAdjacentHTML which are both bases of mozilla warnings - improve readability of the code | ||||
* | refactor final to limit number of contact links found | Yuchen Pei | 2022-07-27 | 1 | -18/+10 |
| | |||||
* | fixing link harvesting in contact finder. | Yuchen Pei | 2022-07-27 | 1 | -6/+4 |
| | |||||
* | fixing email template of contact finder | Yuchen Pei | 2022-07-27 | 1 | -1/+1 |
| | |||||
* | further linting and fixes of contact finder | Yuchen Pei | 2022-07-27 | 1 | -40/+40 |
| | |||||
* | fixing some bugs introduced in the previous commit. | Yuchen Pei | 2022-07-27 | 1 | -6/+7 |
| | | | | also corrected a typo | ||||
* | cleaning up contactFinder.js | Yuchen Pei | 2022-07-26 | 1 | -120/+53 |
| | | | | | | | - eliminating all var and let - simplify code - unit tests all pass - pending real usage test and adding unit tests on contact finder elements | ||||
* | fixing complaint dialog close bug | Yuchen Pei | 2022-04-29 | 1 | -1/+1 |
| | | | | - https://lists.gnu.org/archive/html/bug-librejs/2021-09/msg00002.html | ||||
* | nop whitespace formatting change. | Yuchen Pei | 2022-04-07 | 1 | -157/+155 |
| | | | | | | | | - ran eglot-format using typescript-language-server on all js files in the repo except those under /hash_script/ - verify only whitespace changed: git diff --word-diff-regex=. 62d6a71 62d6a71~1 | ||||
* | Improved and partially refactored floating dialog. | hackademix | 2018-09-26 | 1 | -49/+84 |
| | |||||
* | Contact finder / complaint UI overhaul. | hackademix | 2018-09-18 | 1 | -79/+75 |
| | |||||
* | Initial refactoring and unhiding of contact finder / complaint UI. | hackademix | 2018-09-18 | 1 | -0/+297 |