Panagiotis Papadopoulos
31c46753de
refactor(server/utils): isDev move to utils and replace fn with boolean
...
this value cannot change during runtime,
=> there is no need to have these checks
as dynamic function, instead just
export the boolean value directly
2025-01-29 10:58:00 +01:00
Panagiotis Papadopoulos
94411cf418
refactor(server/utils): isMac/isWin - replace fn with boolean
...
those values cannot change during runtime,
=> there is no need to have these checks
as dynamic function, instead just
export the boolean value directly
2025-01-29 10:55:53 +01:00
Elian Doran
324696bc54
refactor(ts): enable verbatim module syntax
2025-01-09 18:36:24 +02:00
Elian Doran
4cbb529fd4
chore(prettier): fix all files
2025-01-09 18:07:02 +02:00
Panagiotis Papadopoulos
ac77d20aaf
refactor: use isMac and isWindows util funcs
2025-01-02 18:47:41 +01:00
Elian Doran
b321d99076
chore(code): fix editorconfig for src/public
2024-12-22 15:42:15 +02:00
Elian Doran
3605a77b25
fix(mica): applying mica when disabled
2024-12-09 22:29:04 +02:00
Elian Doran
5d07c3049d
fix(mica): mica flicker when loading classic theme
2024-12-07 09:58:41 +02:00
Elian Doran
57d2b0ebf5
fix(mica): apply correct mica when switching layouts
2024-12-07 03:15:39 +02:00
Elian Doran
ed98d0ce49
feat(mica): apply to vertical layout as well
2024-12-07 02:06:15 +02:00
Elian Doran
e21e0c6b38
style(mica): apply heavy transparency
2024-12-07 01:07:23 +02:00
Elian Doran
8cd2c69e3f
feat(mica): enable by default
2024-12-07 00:56:19 +02:00
Elian Doran
5d1e6d6f31
feat(native-buttons): fallback to original implementation for Linux
2024-12-06 22:12:27 +02:00
Elian Doran
00c6d97e4a
feat(native-buttons): set arbitrary offset for traffic light
2024-12-04 23:44:26 +02:00
Elian Doran
14fb8b5dd9
refactor(native-buttons): reduce duplication
2024-12-04 22:58:32 +02:00
Elian Doran
07beeda79c
feat(native-buttons): apply inset style for macOS
2024-12-04 22:05:46 +02:00
Elian Doran
45faa666ba
fix(native-buttons): enable buttons on other windows as well
2024-12-01 17:44:42 +02:00
Elian Doran
0089346d04
feat(electron): enable native window buttons on frameless
2024-12-01 02:02:33 +02:00
SiriusXT
d2ee3738a2
Make attachments open in a new tab/browser
2024-11-06 10:02:42 +08:00
Elian Doran
c6d043b42c
electron: Fix crash on Linux
2024-08-31 23:08:19 +03:00
SiriusXT
553a2f9929
New window from taskbar
2024-08-28 06:30:25 +00:00
SiriusXT
e5213640d7
Open new window from taskbar
2024-08-28 06:28:02 +00:00
Elian Doran
7fb3abb4ea
electron: Fix directory imports
2024-07-24 20:41:44 +03:00
Elian Doran
b6c5880484
server-esm: Fix use of __dirname
2024-07-19 00:18:35 +03:00
Elian Doran
93a0782009
server-esm: Fix a few more straightforward imports
2024-07-18 23:48:14 +03:00
Elian Doran
fe385bf2e4
server-esm: Solve a few straightforward cases
2024-07-18 23:35:13 +03:00
Elian Doran
0ceae0a65e
server-esm: Change some more export object to export default object
2024-07-18 21:47:30 +03:00
Elian Doran
2750df04a3
server-esm: Change simple library import statements
2024-07-18 21:37:45 +03:00
Elian Doran
35d11cc0d2
server-esm: Change simple local import statements
2024-07-18 21:35:17 +03:00
Elian Doran
8fb67c9766
server-esm: Normalize quotes in require imports
2024-07-18 21:28:51 +03:00
Elian Doran
590442b0d5
client,server: Trilium Notes -> TriliumNext Notes ( closes #195 )
2024-07-14 21:20:42 +03:00
Elian Doran
ae29699e65
server-ts: Port www
2024-04-11 23:14:37 +03:00
Elian Doran
090d353fd0
Merge branch 'feature/typescript_backend_2' into feature/typescript_backend_3
2024-04-02 23:26:16 +03:00
Elian Doran
330334dcb4
server-ts: Port services/window
2024-02-18 12:19:09 +02:00