Commit Graph

11468 Commits (2dff7336c9c4260d841f356645db9ffdae14aa3f)

Author SHA1 Message Date
Konstantinos Kaloutas 2dff7336c9 test Xvfb 2023-05-22 14:10:08 +03:00
Konstantinos Kaloutas 03d83ac807 fix install 2023-05-22 13:11:46 +03:00
Konstantinos Kaloutas e679b08aa1 fix: initial state 2023-05-22 13:11:11 +03:00
Konstantinos Kaloutas 71c56e70c6 fix install 2023-05-22 12:55:29 +03:00
Konstantinos Kaloutas a16cab826a revert yarn changes 2023-05-22 12:43:40 +03:00
Konstantinos Kaloutas 8c51ed214f fluxbox test 2023-05-22 12:41:31 +03:00
Konstantinos Kaloutas 04dc1dc772 fix: linter errors 2023-05-19 18:53:15 +03:00
Konstantinos Kaloutas b2a6ef9015 Merge branch 'master' into feat/integrated-title-bar 2023-05-19 18:42:18 +03:00
Konstantinos Kaloutas 2044f6150e remove unneeded css var 2023-05-19 18:36:11 +03:00
Konstantinos Kaloutas d7f8eda846 enhance: window title bar 2023-05-19 18:23:15 +03:00
Michele 585efd1a64 Update it.cljc 2023-05-19 09:26:26 -04:00
hasecilu 7eddfd2547 Update Spanish translations with new format 2023-05-19 09:25:36 -04:00
Konstantinos Kaloutas 1fd22623e0 resolve conflicts 2023-05-19 12:26:58 +03:00
Konstantinos Kaloutas 63b1463150 fix: conflicts 2023-05-19 11:57:39 +03:00
Konstantinos Kaloutas 625c5c0161 Merge branch 'master' into titlebar 2023-05-19 11:56:41 +03:00
Gabriel Horner f48884aa8c
Merge pull request #9383 from avelino/avelino/split-language-dict
enhance: split language translations into one file per language
2023-05-18 19:33:25 -04:00
Gabriel Horner 514b5faf6e Refactor and simplify dicts
- frontend.dicts encapsulates dicts behavior for all other namespaces
- Each dict ns only has one var which prepares us
- No longer need shortcut.dicts
- Fix remaining lints that were broken
- Also bring back frontend.dicts
- Update guide
- Add a false binding to :editor/toggle-undo-redo-mode which throws a
  needless warning
2023-05-18 18:13:50 -04:00
Gabriel Horner 0434a2b7f8 Fix app not loading correctly and most CI failures
-Most frontend.modules.shortcut.core requires shouldn't have been
changed
- Revert back pt-BR and ru langs which had changes caught by bb lang:list
- Fix typos CI failing by updating config
2023-05-18 18:05:22 -04:00
Avelino 69bbf044a9 docs/lang: describe how to add a new language
Signed-off-by: Avelino <avelinorun@gmail.com>
2023-05-18 18:05:22 -04:00
Avelino e55f0fc331 shortcut/config: use default dicts (EN)
Signed-off-by: Avelino <avelinorun@gmail.com>
2023-05-18 18:05:22 -04:00
Avelino 1d14f6a98f centralize translation dictionary
Signed-off-by: Avelino <avelinorun@gmail.com>
2023-05-18 18:05:22 -04:00
Avelino 184ace5ad6 update documentation to new translation structure (standalone package)
Signed-off-by: Avelino <avelinorun@gmail.com>
2023-05-18 18:05:22 -04:00
Avelino a2d1f65c2f shortcut/i18n: isolate package languages
Signed-off-by: Avelino <avelinorun@gmail.com>
2023-05-18 18:05:22 -04:00
Avelino 215d77e3b9 front/i18n: isolate package languages
Signed-off-by: Avelino <avelinorun@gmail.com>
2023-05-18 18:05:22 -04:00
Andelf db0b9acd98 fix(editor): show block bullet when a blank block has children 2023-05-18 23:31:25 +08:00
Gabriel Horner 47508ac2ac Add :hidden config support to graph-parser.cli
Also fix lints and tests from previous commits
2023-05-18 23:25:15 +08:00
Gabriel Horner c86fd3cd4d Add standard lint tasks to common lib 2023-05-18 23:25:15 +08:00
Gabriel Horner 91beda09d5 Split out graph fns and reuse them b/n gp-cli and electron
Also added test
2023-05-18 23:25:15 +08:00
rcmerci 402668bd69 enhance(export): add title when page opml-export 2023-05-18 16:29:26 +08:00
Andelf c917f2e087 fix(fs): use normalized relative path for mobile platform
Fix #9378
2023-05-18 12:24:18 +08:00
Andelf 51201124ff fix(fs): add unicode normalize to path-fn
This is a catch-all type fix
2023-05-18 12:24:18 +08:00
Bad3r 68da34ed0d
dev(playwright): Ignore conntection refused errors (#9426)
* ignore connection refused errors

* enhance: ignore connection errors
2023-05-18 11:19:07 +08:00
Gabriel Horner 7d50520f5d test refactor
Bring back helper and cleanup lets
2023-05-17 11:13:19 -04:00
clstb cf02fed080 feat: improve test comment 2023-05-17 11:13:19 -04:00
clstb 7461d2bc4e feat: add test for save-block 2023-05-17 11:13:19 -04:00
clstb 6e06057e7b fix: preserve properties on update-block 2023-05-17 11:13:19 -04:00
Aitor Gamarra 18e4cffae7
Merge branch 'master' into win32-integrated-title-bar 2023-05-16 23:05:43 +02:00
Gabriel Horner 8fca36629f Document repl test workflow as a followup to #9372
Also organized unit test sections more
2023-05-16 14:25:26 -04:00
Aitor Gamarra 425dc801b7 Add support for win32 custom titleBar 2023-05-16 18:43:20 +02:00
MrWillCom ff13060a04 Fix traffic lights icon color 2023-05-16 18:43:20 +02:00
MrWillCom 151fc24e81 Update traffic lights to get window state from state (WIP) 2023-05-16 18:43:20 +02:00
MrWillCom 33224e36db Add icons to traffic lights for title bar 2023-05-16 18:43:20 +02:00
MrWillCom 355e7c1d3e Add traffic lights to title bar 2023-05-16 18:43:20 +02:00
MrWillCom ecda94a394 Add window title to title bar 2023-05-16 18:43:20 +02:00
MrWillCom 48de4a5571 Add app icon to title bar 2023-05-16 18:43:20 +02:00
MrWillCom 978ea0faa1 Hide window frame and move header down for Win32 2023-05-16 18:43:20 +02:00
Konstantinos Kaloutas f8cc599625 style: run prettier 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas afdb5c259b fix: test description 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas f530927062 chore: add and fix e2e tests 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas 25d1d9eae2 revert mobile? fn 2023-05-16 09:42:07 -04:00