Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes 1731, compare URLs case-insensitive (#1980) | Eric Bailey | 2023-11-22 | 1 | -0/+7 |
| | |||||
* | Only warn on links to bsky.app if it represents itself as another url (#1662) | Paul Frazee | 2023-10-10 | 1 | -0/+36 |
| | | | | | * Only warn on links to bsky.app if it represents itself as another url (close #1652) * Clean up | ||||
* | Warn the user on links that dont match their text (#1573) | Paul Frazee | 2023-10-02 | 1 | -0/+98 |
* Add link warning modal when URLs do not match their text * Simplify the misleading link case for clarity * Fix typecheck * fix dark mode * Give a stronger visual indication of the root domain in the link warning * More rigorous URL mismatch logic * Remove debug --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com> |