Commit Graph

4471 Commits

Author SHA1 Message Date
Amruth Pillai df99470df8 modifications to rich-input link component 2024-03-10 10:12:09 +01:00
Amruth Pillai a92528cdb7 Merge pull request #1729 from CorreyL/feature/ctrl-k-for-hyperlink
[Feature] Keyboard Shortcut for Hyperlink
2024-03-10 10:07:33 +01:00
Amruth Pillai 219e6999df Merge branch 'main' into feature/ctrl-k-for-hyperlink 2024-03-10 10:07:26 +01:00
Amruth Pillai 95ee77f65c Merge pull request #1727 from CorreyL/main
[Bugfix] Instantiate Link with inclusive set to false
2024-03-10 10:04:27 +01:00
Amruth Pillai eac26215a3 update messages.po translations from lingui v4.0.5 2024-03-10 10:01:09 +01:00
Amruth Pillai 783af5070d remove caching from resumes 2024-03-10 10:00:51 +01:00
Amruth Pillai 359c7f1c80 update dependencies 2024-03-10 10:00:33 +01:00
Amruth Pillai 550e15228e Merge pull request #1795 from busches/patch-1
Update minimum node to 18.17.0
2024-03-01 10:58:37 +01:00
Amruth Pillai 518f5b1fb8 Merge pull request #1796 from AmruthPillai/l10n
New Translations from Crowdin
2024-03-01 10:58:19 +01:00
Crowdin Bot 1e56f940d9 New Crowdin translations by GitHub Action 2024-03-01 00:09:05 +00:00
Scott Busche e83e9c61b5 Update minimum node to 18.17.0
The dependency on sharp will fail with anything between 18.0-<18.17.0 per https://sharp.pixelplumbing.com/install#prerequisites
2024-02-28 20:09:29 -06:00
Amruth Pillai 24f0af890a Merge pull request #1781 from AmruthPillai/l10n
New Translations from Crowdin
2024-02-24 07:39:43 +01:00
Crowdin Bot 5ccd98bd0a New Crowdin translations by GitHub Action 2024-02-24 00:07:22 +00:00
Amruth Pillai c806dc890a Merge pull request #1773 from AmruthPillai/l10n
New Translations from Crowdin
2024-02-18 05:24:31 +01:00
Amruth Pillai 816023eea6 Merge pull request #1747 from theschles/main
fix(templates): Vertical-align-top instead of vertical-align-middle entry header data
2024-02-18 05:24:08 +01:00
Crowdin Bot 129ac7da38 New Crowdin translations by GitHub Action 2024-02-18 00:08:31 +00:00
theschles 1b80f751a3 Merge branch 'main' into main 2024-02-15 15:32:20 -08:00
Amruth Pillai 5de1bafdc6 Merge pull request #1762 from AmruthPillai/l10n
New Translations from Crowdin
2024-02-14 10:03:28 +01:00
Crowdin Bot 2a8abd3a0b New Crowdin translations by GitHub Action 2024-02-14 00:07:50 +00:00
Amruth Pillai e9ec397663 chore(i18n): sync sources from crowdin translations 2024-02-01 10:13:20 +01:00
Amruth Pillai c4f552f44a Merge pull request #1749 from AmruthPillai/l10n
New Translations from Crowdin
2024-02-01 06:14:40 +01:00
Crowdin Bot 1f274d8ae9 New Crowdin translations by GitHub Action 2024-02-01 00:09:11 +00:00
theschles 846050f031 Update pikachu.tsx 2024-01-30 10:10:09 -08:00
theschles d23b35de5e Update glalie.tsx 2024-01-30 10:08:47 -08:00
theschles 2e4c660c97 Update gengar.tsx 2024-01-30 10:08:23 -08:00
theschles 4d5dc3869e Update ditto.tsx 2024-01-30 10:07:48 -08:00
theschles d4ca61d751 Update chikorita.tsx 2024-01-30 10:05:52 -08:00
theschles 5f1da943b8 Update rhyhorn.tsx 2024-01-30 10:05:16 -08:00
theschles 0803ad7e2d Update bronzor.tsx 2024-01-30 10:05:13 -08:00
theschles 1326895e6b fix: resume entry header items should be top-vertical-aligned, not middle-vertical-aligned 2024-01-30 10:01:20 -08:00
Amruth Pillai bc17157204 Merge pull request #1744 from AmruthPillai/l10n
New Translations from Crowdin
2024-01-28 09:25:29 +01:00
Crowdin Bot 880b3b5d37 New Crowdin translations by GitHub Action 2024-01-28 00:08:41 +00:00
Amruth Pillai d9d4085591 Merge pull request #1742 from AmruthPillai/l10n
New Translations from Crowdin
2024-01-26 08:13:43 +01:00
Crowdin Bot acedc6b116 New Crowdin translations by GitHub Action 2024-01-26 00:08:13 +00:00
Amruth Pillai 4eac1c0024 Merge pull request #1737 from AmruthPillai/l10n
New Translations from Crowdin
2024-01-25 09:35:08 +01:00
Crowdin Bot e86c390862 New Crowdin translations by GitHub Action 2024-01-25 00:08:41 +00:00
Amruth Pillai 7f877861d1 Merge pull request #1734 from AmruthPillai/l10n
New Translations from Crowdin
2024-01-23 05:19:17 +01:00
Crowdin Bot 6f97c06e3d New Crowdin translations by GitHub Action 2024-01-23 00:08:46 +00:00
Amruth Pillai af4a96822c Merge pull request #1730 from AmruthPillai/l10n
New Translations from Crowdin
2024-01-22 09:09:25 +01:00
Crowdin Bot f4bedc668d New Crowdin translations by GitHub Action 2024-01-22 00:08:53 +00:00
CorreyL 8e8b695cbc Add a keyboard shortcut for adding a hyperlink
Use the conventional Ctrl+K keyboard shortcut for adding a hyperlink
2024-01-21 10:38:12 -08:00
CorreyL 37a869fa24 Move core logic of setLink to outer scope
Will allow code changes in a subsequent commit to access the function
and utilize the same core logic
2024-01-21 10:37:15 -08:00
CorreyL 176cac4fbe Instantiate Link with inclusive set to false
Ensures consistent behavior with other common text editors, wherein
after applying a link to text, the following text does not also contain
the link
2024-01-21 09:12:05 -08:00
Amruth Pillai debfd9167f add eslint ignore 2024-01-21 11:12:35 +01:00
Amruth Pillai b68b5a7747 add digitalocean attribution 2024-01-21 11:00:24 +01:00
Amruth Pillai 1aaaaeca20 format files 2024-01-21 10:44:22 +01:00
Amruth Pillai 0590367b7f Merge pull request #1725 from AmruthPillai/l10n
New Translations from Crowdin
2024-01-21 09:09:11 +01:00
Crowdin Bot 209947266b New Crowdin translations by GitHub Action 2024-01-21 00:09:20 +00:00
Amruth Pillai 8bca7f5390 release: v4.0.4 v4.0.4 2024-01-19 10:04:23 +01:00
Amruth Pillai 643348046f Merge pull request #1714 from calumapplepie/patch-1
Update profile.ts to add default values
2024-01-19 09:58:04 +01:00