Commit Graph

18312 Commits

Author SHA1 Message Date
charlie
2471616d5a enhance(ui): polish emoji icon picker 2024-02-19 17:10:04 +08:00
Andelf
ebb6d86dd5 chore: bump ios version for tf release 2024-02-19 16:02:31 +08:00
Andelf
7c905a39cc fix(ui): shorter heading for pwd input box 2024-02-19 14:24:25 +08:00
Andelf
247039514f fix: add .heic to media type 2024-02-19 14:23:58 +08:00
rcmerci
cd13f65540 fix(rtc): use :block/raw-content in update-op 2024-02-18 12:01:57 +08:00
charlie
38406fb39a enhance(ui): add tag for the popups pending state 2024-02-18 11:36:55 +08:00
charlie
4e482e8138 Merge branch 'master' into feat/db 2024-02-18 10:23:01 +08:00
Gabriel Horner
7734bc8791 enhance: import can detect property type changes
and handle auto-converting a value changing from :default to any prop type
2024-02-17 00:24:50 -05:00
Gabriel Horner
04e5c79ee0 fix: invalid property values by unsupported template blocks
Correctly ignore template properties until it's supported
2024-02-16 12:36:27 -05:00
Gabriel Horner
e2682c9902 fix: create-today-journal intermittently fails import
Annoying bug that created parent-left conflict failures.
create-today-journal behavior should be revisited at some point
2024-02-16 12:04:24 -05:00
Gabriel Horner
3bf7ee5645 enhance: import support for :page and infer :date properties 2024-02-16 11:36:06 -05:00
Gabriel Horner
20a09d5bf4 fix: expand blocks for publishing mobile
On mobile, publishing users can't see the collapse indicator
and thus aren't able to expand it. This also improves publishing
apps on desktop as users don't have to hover to know when a block
contains more info
2024-02-16 09:01:06 -05:00
Andelf
dd4c5637ac enhance(android): allow choice open & share asset file 2024-02-16 20:04:58 +08:00
Andelf
dcfa3b0d0e chore(android): disable sentry android 2024-02-16 20:04:58 +08:00
Andelf
37241cc368 enhance(android): use view intent for asset-links
Close #10976
2024-02-16 20:04:58 +08:00
Gabriel Horner
f982a810b3 fix: don't import logseq files twice 2024-02-15 17:00:14 -05:00
Gabriel Horner
12dd3edc26 fix: sorting in query table - fixes LOG-3015 2024-02-15 16:10:53 -05:00
Gabriel Horner
0bba0a2ca9 enhance: import built-in logseq.* props - part of LOG-2977 2024-02-15 15:01:01 -05:00
Gabriel Horner
18d3c87016 enhance: support built-in property imports. part of LOG-2985
:query-properties and :query-sort-by need translating. Don't
override block/schema of built-in properties. Also display
property closed values in block data cmd
2024-02-15 12:27:36 -05:00
Gabriel Horner
edb4cd1df4 fix: publishing regression creates today's journal page
when navigating to home or journal. Doesn't make sense
to create pages in a read only context
2024-02-15 10:16:17 -05:00
Gabriel Horner
b5a52edae8 fix: db lint 2024-02-14 17:20:27 -05:00
Gabriel Horner
3b745ac035 enhance: first pass at importing block properties
part of LOG-2985. Still somethings failing for docs graph
2024-02-14 17:16:36 -05:00
Gabriel Horner
a0329fdfff fix: page properties are deleted when block content changes
Fixes LOG-3044. Also added more ref and property info to block data cmd
2024-02-14 12:09:37 -05:00
Gabriel Horner
2ff0cc1702 enhance: import whiteboards
Fixes LOG-2981. Also start setting up block properties for LOG-2985
2024-02-13 15:41:56 -05:00
Gabriel Horner
a0e8b43ae9 fix: regression on scheduled/deadline for file graphs 2024-02-13 10:18:41 -05:00
Gabriel Horner
48b974d64e enhance: all page refs in imported content are special ids
close LOG-3055. Also fix graph-parser errors being ignored
2024-02-12 22:02:54 -05:00
charlie
9ba3477838 Merge branch 'master' into feat/db 2024-02-13 10:55:11 +08:00
Gabriel Horner
6dc1272bf2 fix: lint and remove unused ast in file graph exporter
Also remove unused options on d/transact!
2024-02-12 15:52:52 -05:00
Gabriel Horner
06ad57efff fix: page tags causing invalid properties on larger graphs
Tags that had their own pages were resulting in invalid properties. This
is because we were re-transacting existing pages as new pages
with new uuids which resulted in invalid properties. Fixes LOG-2984.
Also moved graph-parser export (import from db perspective) to its own
ns
2024-02-12 12:33:13 -05:00
Andelf
03a7b15ff2 fix(config): wrong :command/toggle-favorite handling
Fix #10979
2024-02-11 12:21:48 +08:00
Puneeth Chaganti
c51f7455a8 Fix typo in mldoc package name 2024-02-11 11:00:00 +08:00
Gabriel Horner
26bc6f0d1d chore: mv logseq.graph-parser.util.db to db dep
This ns is more appropriate in db and was only in graph-parser because
the date-time-util lib wasn't accessible to db until #10933 landed.
graph-parser dep is specific to file graphs and as much as possible
anything unrelated to this should not be in this dep
2024-02-09 16:16:33 -05:00
Gabriel Horner
c41020740b fix: not able to add page or block property
fixes LOG-3052. Caused by 1a040b01de
2024-02-09 15:16:53 -05:00
Gabriel Horner
e8010de9c3 fix: outliner vars that should be private 2024-02-09 09:07:29 -05:00
charlie
832f18923d feat(ui): add x-popup implementation to shui 2024-02-09 12:12:21 +08:00
Tienson Qin
cba42f148c fix: g n and g t not work 2024-02-09 09:47:48 +08:00
Tienson Qin
df2925f604 Merge pull request #10933 from logseq/perf/lazy-load-data
Perf enhancement: load partial data for UI needs
2024-02-09 09:29:45 +08:00
Tienson Qin
62b90b7ae7 Merge branch 'feat/db' into perf/lazy-load-data 2024-02-09 09:28:36 +08:00
Gabriel Horner
dab6b5aff4 enhance: add support for importing page and block tags
Allows users to specify which tags are tag classes and
the rest are just normal pages. Fixes LOG-2984
2024-02-08 16:49:27 -05:00
Tienson Qin
581245fd60 fix: lint warnings 2024-02-08 09:43:27 -05:00
charlie
5b6b9d050a enhance(ui): WIP playground for x popup 2024-02-08 17:10:27 +08:00
charlie
818cc2e4bb enhance(ui): WIP playground for x popup 2024-02-08 16:19:08 +08:00
charlie
4738e33555 Merge branch 'master' into feat/db 2024-02-08 15:15:15 +08:00
charlie
b9dd442253 enhance(ui): support compatible classical CSS vars 2024-02-08 11:39:50 +08:00
charlie
dbae46b544 fix(ui): polish cmdk modal 2024-02-08 11:39:50 +08:00
charlie
8d4f77b1d2 feat(ui): support more dots-button action menu for the favorites/recent pages 2024-02-08 11:39:50 +08:00
charlie
2e33352ded fix(ui): text border color for the logseq classic color 2024-02-08 11:39:50 +08:00
charlie
acb577c5f6 enhance(ui): WIP playground for x popup 2024-02-08 11:07:37 +08:00
charlie
6eb46ba77a enhance(ui): WIP playground for x popup 2024-02-08 10:04:11 +08:00
Gabriel Horner
59456464f3 enhance: make loading indicator noticeable for publishing
publishing apps can take awhile to load so we want the loading
to be obvious, not muted
2024-02-07 15:23:13 -05:00