Commit Graph

50 Commits

Author SHA1 Message Date
Charlie
e103593c0d feat(mobile): audio record && transcribe (#12105)
* feat: audio transcribe

* enhance(mobile): auto start recording on initialization

* fix(mobile): can't delete journal from selection bar

* fix: duplicated audio record buttons in quick add

* fix(mobile): inactive bottom tab color

* enhance(mobile): display no results when there's no matched items

* enhance(mobile): add audio transcription feature and enhance audio component

* fix: store assets directly instead in today page instead of node ref

* save transcribed text to audio's child block

* enhance: transcribe supports punctuations and being offline only

* fix(mobile): save assets to current editing page

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2025-09-16 16:09:29 +08:00
charlie
7226378b16 enhance(ui): polish details of the command popups 2024-08-01 16:44:22 +08:00
charlie
1895f6f700 enhance(ui): polish page/block search popups 2024-07-23 12:38:47 +08:00
charlie
dadf966809 enhance(ui): refactor the block/page/hashtag search modals with the shui popups 2024-07-22 18:44:59 +08:00
charlie
73558703c7 enhance(ui): polish icons for the slash commands 2024-07-12 17:24:07 +08:00
charlie
fdf7a2cf50 enhance(ui): add more tabler extension icons 2024-07-09 15:20:51 +08:00
charlie
aa178b1098 fix(ui): tweaks for the tabler extension icons 2024-07-08 22:48:21 +08:00
charlie
d0866fe4de enhance(ui): refactor the context menu with the shui dropdown menu items 2024-04-25 15:21:37 +08:00
charlie
64a06568f7 enhance(ux): fix the editor popup flicker when exiting 2024-04-24 16:11:15 +08:00
charlie
7bd25fa2c3 enhance(ui): polish the editor slash commands cp 2024-04-24 15:52:57 +08:00
charlie
7e12ce22b7 enhance(ui): WIP refactor the editor action modals with the shui popups 2024-04-24 15:18:44 +08:00
charlie
058f23fdd6 enhance(ux): WIP refactor the editor commands modals with the shui popups 2024-04-23 17:29:42 +08:00
charlie
71a1929983 enhance(ui): WIP refactor the editor commands modals with the shui popups 2024-04-23 12:23:54 +08:00
charlie
cb4a6701dd Merge branch 'master' into feat/db 2024-02-06 14:13:57 +08:00
charlie
2edaf457e4 enhance(ui): polish popover related colors 2024-01-18 15:11:18 +08:00
charlie
91c54a6189 enhance(ui): polish popover accent color 2024-01-17 17:49:43 +08:00
charlie
8a64a76fab fix: tests 2024-01-05 17:37:32 +08:00
charlie
a27f360cd8 enhance(ui): make consistent accent colors for all the popover dropdown 2024-01-05 12:47:31 +08:00
Tienson Qin
5153b81004 fix: diff position when click-to-edit 2023-10-03 07:57:27 +08:00
Lewis Sparlin
00d3a25aaa Use flex-column for schedule modal on smaller screens 2023-07-10 00:55:30 +08:00
charlie
b429472372 improve(ux): WIP slash command for the code block 2023-05-31 19:11:24 +08:00
charlie
988a00e266 fix(ui): incorrect position of absolute modal on some mobile platforms 2023-03-20 12:58:21 +08:00
charlie
46d3cb516a improve(ui): edge gap for commands auto-complete modal 2023-02-22 18:26:52 +08:00
charlie
11b9eaabe4 improve(ui): friendly size for slash commands modal 2023-02-22 18:26:52 +08:00
charlie
3c937520a6 fix(ui): polish form input 2022-10-13 16:52:51 +08:00
llcc
ef0201358c fix record bar drag issues 2022-05-31 15:46:08 +08:00
llcc
332c8e6987 better timer style 2022-05-31 15:46:08 +08:00
llcc
b6901da3fd fix: record-bar doesn't show when editing 2022-05-30 22:29:25 +08:00
charlie
a8cf6befd0 enhance(ux): flip slash commands menu when narrow vertical space 2022-05-29 16:27:43 +08:00
llcc
c480d64994 refactor mobile bar
1. add an update observer to watch icon click on mobile bar
2. add a submenu to input some timestamps
2022-05-10 16:46:46 +08:00
llcc
d8fc4c66ce make mobile-bar independent with textarea
fix toolbar overlaps editor when editing references
2022-04-29 13:41:06 +08:00
llcc
3f8296135b fix: modals positions
close https://github.com/logseq/logseq/issues/5053
2022-04-26 21:33:37 +08:00
llcc
f4985fd8ef Feat: record audio on mobile (#4766)
* feat(audio): render audio link as component

* refactor frontend/component/block/inline

* fix audio component on mobile

* Fix(iOS): allow clock to replay audio

* feat(mobile): audio record

* add permission request code on record

* rename `editor/recording?` to `editor/record-status`

* move `get-asset-path` into handler/editor.cljs

* add android settings

* support sharing audio file from some apps

* enhance(record): insert audio link in a new block if non-editing

* feat(audio): allow cancelling record

* fix lints

* feat(iOS): add a tab bar

* tweak some css on mobile

* fix lints

* fix https://github.com/logseq/logseq/issues/4798

* enable tab bar on Android

* fix landscape height of tab bar

* add :reuse-last-block? option

* dont't show tab bar when editing mirror code

* tweak code-editor css

* increase width for more functional buttons

* fix card preview css on iPad

* add document-mode to tab bar

* remove tabbar when editing code and tweak textarea resize cursor behavior

* reduce SplashScreen launch screen duration

* don't show tabbar when editing page title

* enhance: float timer

* fix lint

* fix tabbar height on iPhone without notch

* remove .embed-page width

* fix lint

Co-authored-by: Andelf <andelf@gmail.com>
2022-04-12 20:17:54 +08:00
llcc
acc5a62c94 fix(tablet): toolbar width 2022-03-11 20:00:27 +08:00
llcc
bc5c983a47 feat(mobile): add keyboard-collapse icon on toolbar 2022-03-02 19:06:42 +08:00
Tienson Qin
fd14f5ebf0 fix: switch to space-between 2021-12-22 17:47:57 +08:00
Tienson Qin
a04ab8e271 enhance(mobile): space around for bottom bar 2021-12-22 16:36:44 +08:00
Tienson Qin
d9452bd739 enhance(mobile): fixed position of head-bar & mobile-bar (#3360)
enhance(mobile): fixed position of head-bar & mobile-bar
Co-authored-by: charlie <xyhp915@qq.com>
2021-12-07 13:40:47 +08:00
Tienson Qin
f3e480874c fix: bottom actions sometimes not working 2021-09-30 13:31:16 +08:00
Tienson Qin
e2894ee189 fix(mobile): re-index 2021-09-29 13:18:02 +08:00
Tienson Qin
0afd15c23d enhance(mobile): bottom buttons
also, fixed todo cycle
2021-09-28 14:58:43 +08:00
Weihua Lu
5530ea6e7a fix: use api and minor refactoring 2021-07-19 17:19:50 +08:00
Junyu Zhan
c3c026b3d7 feat: zotero search ui 2021-07-18 15:25:42 +08:00
Weihua Lu
ab21d88786 wip, zotero poc 2021-07-07 16:13:44 +08:00
Tienson Qin
9a8b00a849 enhance: align center bullets and headings 2021-05-02 11:14:01 +08:00
charlie
11a40833a3 fix: mobile menus will position off screen, clipped #1068 2021-01-09 20:32:20 -08:00
charlie
5c2b22d188 fix: try to fix the case of auto complete panel overflow 2020-12-17 15:06:39 +08:00
charlie
8a440e910a refactor: separated css modules from common style 2020-12-14 21:13:12 +08:00
charlie
7c7ce3d740 refactor: add stylelint processor 2020-12-07 12:37:20 +08:00
charlie
54ef3aa574 [refactor] separate some editor styles . 2020-11-28 15:38:00 +08:00