632 Commits

Author SHA1 Message Date
Elian Doran
278d82645e
feat(mobile): use safe area for bottom-aligned menus 2026-02-04 21:15:08 +02:00
Elian Doran
0e2955b57e
feat(mobile/search): group search buttons into split 2026-02-04 21:06:20 +02:00
Elian Doran
e1cec3404a
Merge remote-tracking branch 'origin/main' into feature/mobile_improvements_v2
; Conflicts:
;	apps/client/src/widgets/mobile_widgets/mobile_detail_menu.tsx
2026-02-04 18:46:38 +02:00
Elian Doran
ac3b289c9e
feat(mobile): more stable fixed tree for launch bar config 2026-02-04 16:46:22 +02:00
Elian Doran
b802c3174c
style(mobile): add top border to bottom bar 2026-02-04 16:29:51 +02:00
Elian Doran
8c848a4cb5
fix(mobile): wrong context activation logic when creating new split 2026-02-04 14:04:47 +02:00
Elian Doran
66e0f1ab19
chore(mobile/tree): slightly bigger expanders 2026-02-04 13:29:45 +02:00
Elian Doran
48d06dcb06
fix(mobile): note context menu too tall in browser 2026-02-04 13:17:28 +02:00
Elian Doran
0f3f49915e
fix(mobile): note actions should be at the bottom, not above launch bar 2026-02-04 12:24:56 +02:00
Elian Doran
416144265b
fix(client): wrong positioning of modals due to mobile changes 2026-02-04 12:06:29 +02:00
Adorian Doran
bb05aeeaf7 style/split: tweak transition for the current split indicator 2026-02-04 00:44:54 +02:00
Adorian Doran
e951d60800 style/options: hide collection properties 2026-02-03 20:54:56 +02:00
Elian Doran
0d8453f6a7
feat(mobile/note_actions): integrate code language switcher 2026-02-03 18:58:04 +02:00
Adorian Doran
2c74697fb1 style/text editor: tweak the content placeholder 2026-02-03 02:22:04 +02:00
Adorian Doran
6e792f9735 style/tree/tree item icons: fix color for tinted tree items 2026-02-03 01:25:28 +02:00
Adorian Doran
51d8b13a81 style/tree: tweak the color of tree item icons for the dark color scheme 2026-02-03 01:19:47 +02:00
Adorian Doran
a05691fd07 style/tree: add a CSS variable to customize the color of tree item icons 2026-02-03 00:52:36 +02:00
Elian Doran
9e36f4f625
Merge branch 'main' into feature/mobile_improvements 2026-02-02 21:44:22 +02:00
Adorian Doran
facd56cdf4 style/text editor/block toolbar button: tweak 2026-02-02 20:57:38 +02:00
Adorian Doran
a9c5b99ae8 style/text editor/block toolbar button: fix position and z-index 2026-02-02 20:06:05 +02:00
Elian Doran
ff9ec2057b
chore(mobile/custom_note_actions): hide open note externally 2026-02-02 18:10:26 +02:00
Elian Doran
911f78867f
chore(mobile/header): make icons easier to press 2026-02-02 16:58:06 +02:00
Elian Doran
d48473ab87
feat(mobile/note_icon): single menu for filtering & resetting 2026-02-02 16:38:12 +02:00
Elian Doran
11b020e859
feat(mobile): integrate part of the new layout title row 2026-02-02 12:47:43 +02:00
Elian Doran
c06a90913a
fix(mobile/note_actions): submenus not working 2026-02-01 21:12:50 +02:00
Elian Doran
e88c0f7326
fix(mobile/note_actions): toggles on two rows 2026-02-01 21:02:46 +02:00
Elian Doran
f91add3cd4
chore(mobile/note_actions): position like global menu 2026-02-01 20:53:33 +02:00
Elian Doran
ff80154fda
chore(mobile/tab_switcher): address requested changes 2026-01-31 20:47:07 +02:00
Elian Doran
a5306b2067
fix(mobile): modals on tablet view 2026-01-31 20:41:07 +02:00
Elian Doran
20eaa79079
fix(mobile): cover not working properly in modals 2026-01-31 20:04:00 +02:00
Elian Doran
a1cb3b8371
style(desktop): change material for horizontal layout 2026-01-27 16:42:52 +02:00
Elian Doran
51131433d3
chore(client): address requested changes 2026-01-27 15:56:57 +02:00
Elian Doran
3c8a066f76
feat(desktop): handle both vertical and horizontal layouts 2026-01-26 23:28:29 +02:00
Elian Doran
6856a98d50
feat(desktop): integrate vibrancy 2026-01-26 23:21:40 +02:00
Elian Doran
197fa90176
style(sql_console): improve style for frozen cell
Some checks failed
Checks / main (push) Has been cancelled
2026-01-18 13:09:46 +02:00
Elian Doran
0844914e11
style(sql_console): improve style for highlighted range 2026-01-18 13:05:18 +02:00
Elian Doran
c376b0bbe2
style(sql_console): improve filter spacing 2026-01-18 12:35:42 +02:00
Elian Doran
4491086c55
style(sql_console): improve header & footer inputs 2026-01-18 12:34:00 +02:00
Elian Doran
791697369d
style(sql_console): remove background for footer 2026-01-18 12:22:53 +02:00
Elian Doran
46c3f5296a
chore(sql_console): full-height table 2026-01-18 10:20:15 +02:00
Adorian Doran
0465fea2db style/pdf viewer: improve appearance 2026-01-03 02:24:59 +02:00
Adorian Doran
d99a408e04 style/pdf viewer: add support for background effects 2026-01-02 23:51:07 +02:00
Adorian Doran
0c1859dc43 style/note splits: highlight the active split only in a multi-split view 2026-01-02 20:59:51 +02:00
Elian Doran
dc4aa9c607
feat(ui): implement tooltips for share icons and clone icons (#8211)
Some checks are pending
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
Deploy website / Build & deploy website (push) Waiting to run
2026-01-01 21:13:01 +02:00
Elian Doran
bd976a25f1
style(next): use border for focus instead 2025-12-30 09:59:46 +02:00
Elian Doran
52292cb5a5
style(next): indicate active note context 2025-12-30 09:31:03 +02:00
perfectra1n
4f2678d321 feat(ui): implement tooltips for share icons and clone icons
asdf
2025-12-29 14:42:34 -08:00
Elian Doran
490c539d63
Merge branch 'main' into feature/icon_packs 2025-12-28 23:09:34 +02:00
Adorian Doran
b3feb38369 style/options: properly align the title with the option cards when the content is centered 2025-12-28 19:45:48 +02:00
Elian Doran
e730378b27
fix(icon_packs): references to .bx for icon selection 2025-12-28 13:42:45 +02:00