Commit Graph

17 Commits

Author SHA1 Message Date
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
Elian Doran 4cbb529fd4 chore(prettier): fix all files 2025-01-09 18:07:02 +02:00
Panagiotis Papadopoulos 7fe23c7ac2 refactor(services): use named imports from utils 2025-01-02 13:47:44 +01:00
Elian Doran b321d99076 chore(code): fix editorconfig for src/public 2024-12-22 15:42:15 +02:00
Elian Doran f5205fdd30 electron: Fix code block theme loading in dev mode 2024-11-07 23:09:53 +02:00
Elian Doran a02146df17 server: Fix loading of code block theme on server builds 2024-11-05 02:58:21 +02:00
Elian Doran f8777b0de1 server: Fix path on dev environment 2024-11-02 15:01:58 +02:00
Elian Doran e72eb5f27c electron: Fix asset path on forge build 2024-11-02 11:49:33 +02:00
Elian Doran b14065d442 server: Address self-review 2024-11-02 01:42:25 +02:00
Elian Doran 1554e25283 server: Add documentation for code_block_theme 2024-11-02 01:39:35 +02:00
Elian Doran e508313f21 electron: Fix deprecation warning 2024-11-01 23:42:32 +02:00
Elian Doran a690155d7e client: Improve group for no theme 2024-10-31 21:17:40 +02:00
Elian Doran cc0b3db424 client: Translate dark/light color theme groups 2024-10-31 21:00:48 +02:00
Elian Doran ae60f8c842 client: Group color themes by dark/light 2024-10-31 20:54:33 +02:00
Elian Doran ac13291744 client,server: Allow disabling syntax highlight 2024-10-31 18:03:52 +02:00
Elian Doran dbb5e0e971 server: Add friendlier names for color themes 2024-10-27 23:46:03 +02:00
Elian Doran b8eb09b46b server: Refactor code block theme search into own service 2024-10-27 23:12:55 +02:00