Commit Graph

11903 Commits

Author SHA1 Message Date
Konstantinos Kaloutas
110cd4a109 fix typo 2023-07-21 19:44:01 +03:00
Konstantinos Kaloutas
36335106b4 fix blocks' dnd and tests 2023-07-21 19:25:29 +03:00
Konstantinos Kaloutas
8e4cb9c7b1 fix mhchem 2023-07-21 10:07:06 -04:00
Konstantinos Kaloutas
7d6aae0c08 handle mhchem 2023-07-21 10:07:06 -04:00
Konstantinos Kaloutas
86d3cad507 handle shepherd.js 2023-07-21 10:07:06 -04:00
Konstantinos Kaloutas
9fd3deb39e handle reveal.js 2023-07-21 10:07:06 -04:00
ingepettersen
183e153ead Updated Norwegian translations (#9905)
* Update Norwegian translation

* Update two strings

* Update Norwegian translation
2023-07-21 09:15:27 -04:00
hasecilu
0aa76fbb26 Translate latest strings 2023-07-21 09:12:12 -04:00
hasecilu
2a0c59f05f Fix translations based on feedback 2023-07-21 09:12:12 -04:00
hasecilu
41e2722143 Finish Spanish translations. 2023-07-21 09:12:12 -04:00
hasecilu
ded02048b9 Sort and format file with Spanish translations.
[why]
Sorting the keys gives the advantage of having strings with same context
together making it easier to have consistency on translations.

[how]
1. Having a .edn file execute:
	grep ":" src/resources/dicts/es.edn | grep -v "/" | sort > single_keys
	grep ":" src/resources/dicts/es.edn | grep "/" | sort > hierarchical_keys
2. Both files are sorted, now manually merge them into sorted_file. I
   decided to left turial keys on top, then single_keys and finally
   hierarchical_keys at the end. Check the braces.
3. Execute this script:
	#!/bin/bash

	while IFS= read -r line; do
	if [[ "$line" == *\"* ]]; then
		first_quote_index=$(expr index "$line" \")
		content_after_quote="${line:$first_quote_index}"
		content_before_quote="${line:0:$first_quote_index-1}"
		spaces=$(printf '%*s' $((52 - ${#content_before_quote})))
		echo "$content_before_quote$spaces\"$content_after_quote"
	else
		echo "$line"
	fi
	done <sorted_file >formatted_file
4. Replace the .edn file with the resultant formated_file. Now all
   strings start at column 53.
2023-07-21 09:12:12 -04:00
hasecilu
2700b5583e Add some Spanish translations. 2023-07-21 09:12:12 -04:00
hasecilu
cd9e3fb973 Fix some Spanish translations. 2023-07-21 09:12:12 -04:00
Andelf
5cab22187c chore(release): bump version 0.9.11 0.9.11 2023-07-19 18:44:23 +08:00
Charlie
15a3eec4ad fix(server): sometimes the API server autostart not work (#9878) 2023-07-19 18:29:26 +08:00
Johan Penttinen
7a63c9a89c feature(android): add android 13 API themed icons (#9862) 2023-07-19 18:24:32 +08:00
Bad3r
fb2e1e82eb chore(deps): Fix CVE-2023-2931 in Electron 24 [minor change] (#9854) 2023-07-19 10:47:25 +08:00
Andelf
43680fae94 fix(ui): close context menu when page navs
fix: dev warnings from react about missing keys

Fix #9872
2023-07-19 10:45:54 +08:00
jihuayu
318c3b8603 fix theme mode change error in cn lang 2023-07-18 11:41:10 -04:00
Andelf
b482a8b9b9 fix(sync): avoid alter file twice; clean up logs (#9840) 2023-07-18 22:06:21 +08:00
dependabot[bot]
298d46710b chore(deps): bump semver from 5.7.1 to 5.7.2 in /scripts
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 11:33:41 -04:00
Lewis Sparlin
3dee098d29 Use position: fixed for class .action-bar 2023-07-15 09:51:00 +08:00
Konstantinos Kaloutas
933a28ca3e fix header button drag region 2023-07-15 09:50:24 +08:00
Andelf
0368dec6c4 fix(mobile): event handler for sync, android back button 2023-07-14 11:42:44 +08:00
Andelf
56f52272ff fix(sync): use empty as base when merge 2023-07-14 11:42:44 +08:00
Andelf
eb2db96972 Add note about unsafe exposed port for dockker commands (#9857)
* fix(docs): warn about exposed container ports
2023-07-14 09:04:20 +08:00
dependabot[bot]
1f9c1ec5df chore(deps): bump semver from 6.3.0 to 6.3.1 in /tldraw
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 22:14:27 +08:00
Andelf
1d27f8aa00 fix(ci): wrong yaml format 2023-07-12 16:04:44 +08:00
charlie
c5d9a51db4 fix(plugin): hook fenced code renderer for multiple providers 2023-07-12 15:05:11 +08:00
dependabot[bot]
c7aa85a7bc chore(deps): bump semver from 6.3.0 to 6.3.1 in /libs
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 14:29:13 +08:00
dependabot[bot]
a4c5a6917a chore(deps): bump semver from 5.7.1 to 5.7.2 in /packages/amplify
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 14:28:50 +08:00
dependabot[bot]
6b935402f4 chore(deps): bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 14:24:20 +08:00
gfgafn
8a2c6e9537 FIX(editor): Fix delete character which has more than one UTF-16 code unit using Delete key. close the issue #9834 (#9837)
such as delete 🤔(U+1F914), 𠀅(U+20005)
2023-07-11 14:10:14 +08:00
Bad3r
76a6510837 dev(CI): fix typo in stale action and do not close confirmed bugs (#9777)
CC: @cnrpman PTAL
2023-07-11 13:09:59 +08:00
Andelf
e8bf419596 fix(sync): tune merge priority, current change first 2023-07-11 10:12:07 +08:00
Andelf
07b8b030ea fix(ios): empty repo-url on first-boot(logged) 2023-07-10 16:36:24 +08:00
Lewis Sparlin
10ec7d6c8f Update src/main/frontend/components/datetime.cljs
Co-authored-by: Konstantinos <sprocketc@gmail.com>
2023-07-10 00:55:30 +08:00
Lewis Sparlin
00d3a25aaa Use flex-column for schedule modal on smaller screens 2023-07-10 00:55:30 +08:00
Konstantinos Kaloutas
8bc1d19388 fix: codemirror height 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
d8af338e84 remove swiped events 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
96285609bb refactor lightbox 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
0a9c9e0096 remove new line 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
cd3180af72 refactor gulp script 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
fb63c32a56 Revert "defer loading html2canvas"
This reverts commit 16e0c3713f.
2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
f9fbb26567 revert index changes 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
b7710e570c Revert "defer loading code-editor"
This reverts commit 4f067f4003.
2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
9f85069264 convert codemirror hint addon 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
4f07baad37 convert codemirror 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
fed6dea816 convert interact.js 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
20c54c82e3 defer loading code-editor 2023-07-10 00:54:54 +08:00