Commit Graph

99 Commits

Author SHA1 Message Date
Whitewater efae4cccd6 feat: sticky table head in page list (#2668)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-06-05 07:43:24 +00:00
Whitewater 23126e1ff6 fix: show table head when no item in page list (#2642) 2023-06-01 16:31:51 +08:00
LongYinan 1ea445ab15 build: perform TypeCheck for all packages (#2573)
Co-authored-by: himself65 <himself65@outlook.com>
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-05-31 12:49:56 +00:00
JimmFly d5debc0bf5 chore: update filter style (#2617)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-05-31 15:41:16 +08:00
Whitewater 0bb6e362bf feat: add page mode filter (#2601)
Co-authored-by: himself65 <himself65@outlook.com>
2023-05-31 11:15:23 +08:00
Whitewater 31d552ab7e fix: update breakpoint in all page (#2602) 2023-05-30 18:27:42 +08:00
Whitewater 88eaaf9ce4 feat: add radio group (#2572) 2023-05-29 23:15:22 +08:00
Qi 402d12a0e1 fix: bookmark popper menu only display after pasted (#2578) 2023-05-29 14:25:30 +00:00
JimmFly b16e725514 chore: adjust switch style (#2570) 2023-05-29 18:40:47 +08:00
Hyden Liu a01a3ef011 fix: dropdown menu entire right can be pulled down (#2568)
Co-authored-by: Whitewater <me@waterwater.moe>
2023-05-29 07:03:26 +00:00
Whitewater 7969b73979 chore: tweak all page styles (#2540) 2023-05-26 15:13:50 +08:00
Qi 6d3c273ffd feat: support bookmark (#2458)
Co-authored-by: himself65 <himself65@outlook.com>
2023-05-26 06:52:36 +00:00
Himself65 49f1ba676f fix: regression on toast component (#2502) 2023-05-24 13:10:25 +08:00
Himself65 f01997f8ee refactor: remove unused code (#2484) 2023-05-22 17:11:18 +08:00
Whitewater d68b421a4b feat: add responvise page view (#2453) 2023-05-22 07:25:25 +08:00
Whitewater 530dd5ff7f feat: add new page button (#2417) 2023-05-18 13:07:05 -07:00
Whitewater 1498ee405b feat: add dropdown button (#2407) 2023-05-17 16:32:37 +08:00
Whitewater 9ce3a96862 fix: unexpected undefined class in popup (#2394) 2023-05-16 10:01:27 +00:00
Whitewater 9ff7dbffb7 feat: supports sort all page (#2356) 2023-05-15 08:50:43 -07:00
JimmFly 06951319a6 chore: remove quick search tips (#2375) 2023-05-15 08:41:10 -07:00
JimmFly 1f48bc4301 refactor: tour modal (#2297) 2023-05-10 08:11:42 +00:00
Himself65 a84ca43ce2 fix(component): input style (#2285) 2023-05-09 15:01:29 -05:00
Peng Xiao 7c2574b1ca feat: create workspace from loading existing exported file (#2122)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-05-09 02:30:01 -05:00
Himself65 53db6a6e9d refactor(component): input component (#2275) 2023-05-09 02:39:39 +00:00
Fangdun Tsai 11d1d773ff fix: vertical alignment of item on share menu (#2274) 2023-05-08 21:12:19 -05:00
Himself65 4f99ad2db4 feat: forced file naming format (#2270) 2023-05-08 17:37:07 -05:00
Himself65 d795fb6b37 chore: bump version (#2253) 2023-05-08 03:23:55 +00:00
JimmFly aaa4b4f0cb fix: wrong menu position (#2238) 2023-05-06 18:58:41 -05:00
Himself65 3d43e61087 feat(i18n): static type on i18n (#2225) 2023-05-04 05:35:09 +00:00
Fangdun Tsai 850cfe1187 fix: theme button width (#2202) 2023-04-30 01:51:33 -05:00
Himself65 70fbbb39c1 chore: enable no-unused vars (#2181) 2023-04-28 00:41:06 -05:00
himself65 9f8b38f9f3 fix(electron): drag window behavior in header 2023-04-27 23:18:00 -05:00
Himself65 c1a65b6b76 feat(component): init app sidebar (#2135) 2023-04-27 16:46:08 -05:00
JimmFly f3cbe54625 chore: update menu background color (#2170) 2023-04-27 18:06:17 +00:00
JimmFly dcf7e83eec chore: update shadow and color (#2171) 2023-04-27 12:57:25 -05:00
JimmFly 50006efb57 chore: update workspace setting button color (#2169) 2023-04-27 12:55:58 -05:00
Himself65 606f6652ac chore: bump version (#2162) 2023-04-27 00:23:34 -05:00
Himself65 db52c63d25 feat: init @toeverything/theme (#2136) 2023-04-25 18:44:17 -05:00
JimmFly 1c41731b4e fix: theme color (#2124) 2023-04-25 11:37:22 -05:00
Flrande b73e9189ef chore: fix color (#2083)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-04-24 11:49:34 -05:00
Peng Xiao ab8669882a fix: closing modal sometimes covered by header (#2097) 2023-04-23 23:43:40 -05:00
Moeyua Evod 2c95a0a757 feat: center align button text (#2056)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-04-21 19:45:23 -05:00
Qi 9ec6768272 fix: modify with new blocksuite version about subpage (#2060) 2023-04-21 08:34:32 +00:00
Qi a5a6203a95 feat: replace react-dnd to dnd-kit (#2028)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-04-20 23:27:32 -05:00
Flrande b2e93433e1 chore: fix color (#2049)
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
2023-04-20 09:13:20 -05:00
Flrande 372377dd6b feat: upgrate to new theme (#2027)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-04-20 03:31:19 -05:00
JimmFly 65c1bee7f0 chore: update temp disable affine cloud modal style (#2046) 2023-04-20 02:27:26 -05:00
Qi 261a41f8da feat: add history back & forward for desktop app (#1926) 2023-04-14 09:19:52 +00:00
Himself65 70313eb5ee chore: bump version (#1943) 2023-04-14 01:57:54 -05:00
Himself65 5ca94db5d2 fix: effect deps (#1940) 2023-04-14 00:24:44 -05:00