Konstantinos

Results 54 issues of Konstantinos

- Introduce alignment and distribution buttons on context menu - Unify button, toolbar and menu styles - Remove toolbar component - Fix title spacing issue on dashboard [2022-09-21 16-24-25.webm](https://user-images.githubusercontent.com/10744960/191516049-87bea36d-48ea-4274-8f58-474ad5deaa9e.webm)

:type/feature

Resolves https://github.com/logseq/logseq/issues/6697 As stated on the original issue > This doesn't happen on macOS (probably related to built-in event throttling differences). The frontend.state/editing? predicate returns false after 4-5 consequent events,...

:type/bug-fix

Resolves https://github.com/logseq/logseq/issues/6940 - [x] Support icon-props, empty label and disabled state on button component - [x] Introduce headings icons - [x] Support `:heading true` block property based on block level....

:type/feature

Double click handling was limited to `.cp__header`. A `drag-region` class was added to allow toggling the maximized state on multiple regions. I also moved the drag related rules under this...

:type/bug-fix

The idea is to create a custom font in order replace all printable characters except space with▐. This would allow us to render simplified portal previews using the existing block/page...

:type/feature

Investigate integration with a ui library based on [radix-ui](https://www.radix-ui.com/) Demo library currently developed here [@logseq-sprocketc/logseq-ui](https://github.com/logseq-sprocketc/logseq-ui) Storybook published here https://logseq-sprocketc.github.io/logseq-ui/

:type/feature

If you are OK with the approach, i will add some tests.

help wanted

- [x] Remove index.html duplicates - Reverted 8c84a2655faf3b55f4d7edbc2678d5e7388b1c15 because I couldn't properly test mobile and sentry sourcemap issues (see #4710), but I think this needs to be done. - [x]...

:type/enhancement

The goal here is to replace our custom resizable panels with https://ui.shadcn.com/docs/components/resizable A few notes about this - The shadcn component is based on [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) - [It doesn't support pixels](https://github.com/bvaughn/react-resizable-panels/?tab=readme-ov-file#can-panel-sizes-be-specified-in-pixels),...

:type/dev

- [ ] Support reordering - [ ] Support dragging multiple elements - [x] Enhance name editing - [ ] Block dropping elements to incompatible parents - [x] Support selecting...

enhancement