Commit Graph

612 Commits (4a7821064c69c6fd56329d0a9b7f3b83184c9a91)

Author SHA1 Message Date
Konstantinos caf1d9d1e3
Enhance: Left sidebar (#9880)
* wip: right sidebar

* fix: graph height

* re-enable scrolling on list

* style: indentation

* fix: always expand block when added to sidebar

* fix: show close button on mobile

* wip: right sidebar

* support default and custom icons

* fix whiteboard icon

* fix: header overflow

* remove unneeded dependency

* fix graph icon

* add middle click action and context menu

* add more context menu actions

* add reordering support

* fix dropdown visibility

* dnd fixes and initial state

* varous fixes

* fix event propagation

* enhance accesibility

* area expanded fix

* add translations

* refactoring

* enhance performance

* enhance text overflow

* fix page link

* drag enter fix

* add rounded corners and transition

* add keyboard shortcuts icon

* revert left sidebar change

* left sidebar bg and border

* various left sidebar enhancements

* alignment fixes

* split favorites and recents scrolling

* handle unavailable icon

* handle overflow edge case

* fix and refactor menu shortcuts

* handle zero items

* display nan shortcuts on mouse over

* min height fix

* min height fix

* simplify chevron icon

* minor fixes

* add flashcards shortcut

* revert initial sidebar state changes

* cloud icon fix

* fix border radius

* add missing go-home shortcut

* add clear recent button

* fix typo

* hide scrollbars

* remove transition

* fix: favorites

* fix: border and rounded corners

* fix: dnd delay

* Revert "add clear recent button"

This reverts commit d8c52c35f0.

* fix: keyboard shortcuts

* fix: shortcuts

* remove unused require
2023-08-16 23:39:29 +08:00
Konstantinos Kaloutas 642c0b2064 remove unneeded class 2023-06-28 17:32:35 +03:00
Konstantinos Kaloutas 249a9dc688 style: run prettier 2023-06-28 17:19:21 +03:00
Konstantinos Kaloutas c17dd5fa31 remove pdf url params 2023-06-28 17:16:09 +03:00
Konstantinos Kaloutas 0aa025fc43 remove custom pdf renderer 2023-06-28 16:48:54 +03:00
Konstantinos Kaloutas 0b2304202b fix: dnd pdf ref 2023-06-26 21:48:14 +03:00
Konstantinos Kaloutas db95712534 switch to simple pdf embed 2023-06-26 15:54:27 +03:00
Konstantinos Kaloutas d3113a35c8 fix: drag n drop pdf ref 2023-06-21 13:24:49 +03:00
Konstantinos Kaloutas 340a037b3a Merge branch 'master' into feat/pdf-shape 2023-06-21 11:13:44 +03:00
Konstantinos Kaloutas 7f77856329 fix: hide snap button on published graphs 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas 4f00e326ff feat: snap to grip 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas 6092f08da0 enhance: add edit pdf button 2023-06-19 18:01:13 +03:00
Konstantinos Kaloutas 5ea9f9eca6 Merge branch 'master' into feat/pdf-shape 2023-06-19 16:25:51 +03:00
Tienson Qin 327d0abdb3 fix: wrong position when editing a block from sidebar or whiteboard 2023-06-16 12:29:20 +08:00
Konstantinos Kaloutas fded58c4ea wip: pdf shape 2023-06-15 16:51:13 +03:00
Konstantinos Kaloutas 1443c2eb97 fix: new page name 2023-06-08 10:10:24 -04:00
Konstantinos Kaloutas 22ebc1d5ab fix: whiteboards export 2023-06-06 10:03:40 -04:00
Konstantinos Kaloutas fbf365ceff enhance: support whiteboard translations 2023-06-02 17:06:12 -04:00
Konstantinos Kaloutas 6e101a8fbf fix: endless loop 2023-06-01 09:57:21 -04:00
Konstantinos Kaloutas 2e9cd3a1f2 fix: color format warning 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas c87377fb9d fix: allow-presentation iframe error 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas ede076a501 fix: invalid DOM property `for` 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas 97defb37f6 revert bounds change 2023-05-24 22:00:53 +03:00
Konstantinos Kaloutas 49b418ece5 add group class 2023-05-24 21:59:08 +03:00
Konstantinos Kaloutas cd8e4b8d0b fix: quick links memoization #9436 2023-05-24 13:25:14 +03:00
Konstantinos Kaloutas f8cc599625 style: run prettier 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas d85a014cc2 revert unneeded change 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas e5de374471 chore: add tests 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas 0c29437303 fix: context bar actions of converted shapes 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas 8b8bd04ced fix: stop propagation on select component 2023-05-08 18:50:31 +08:00
Konstantinos Kaloutas eee3862644 fix: drag to clone text shapes 2023-05-05 10:57:34 -04:00
Konstantinos Kaloutas ab2d9dd0ef fix: hide lock/unlock on published whiteboards 2023-05-05 10:57:34 -04:00
Konstantinos Kaloutas f4b4ecb526 fix: allow interactions with published embeds 2023-05-05 10:57:34 -04:00
Adam Hupp c7e0d86e8b Fix `yarn install` on Windows
`yarn install` currently fails due to two issues:

 a) several build scripts use "cd some_dir && yarn ...", which is not
 valid in cmd.exe.  Replace with "yarn --cwd some_dir .."
 b) zx is somehow defaulting to bash, which finds WSL and runs the
 script in the WSL instance.  Supposedly this was fixed in
 https://github.com/google/zx/pull/458, not sure why it's not working
 even if I upgrade zx.
2023-05-04 13:51:17 +08:00
Konstantinos Kaloutas 0cb77900b6 fix: portal tool selection 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas 1d13eb3d4b chore: add shortcut to collapse toggle tooltip 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas 234f92a3fe style: run prettier 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas 00be5edb4c chore: handle tool shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas dd9eb3a4e2 enhance (wip): customizable shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas 96aed148b4 enhance (wip): customizable shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos 1aca903449
Fix (Whiteboards): Portal height calculation bug (#9161)
* fix: portal height

* fix: remove circle button from portals

* enhance: remove unnecessary dev tools

* enhance: convert collapse btn-group to toggle

* enhance: introduce collapse shortcut
2023-04-24 21:06:51 +08:00
Konstantinos Kaloutas ab0c1c1860 fix: change shortcut of zoom to selected 2023-04-24 16:22:45 +08:00
Konstantinos fd375dde5d
Feat (Whiteboards): Shape conversion (#9192)
* feat: shape shift

* fix: input border radius

* fix: maintain shape id for references

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2023-04-24 13:33:18 +08:00
Konstantinos Kaloutas 5fc4e5074d enhance: add lock keyboard shortcut 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas 78c3427923 style: run prettier 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas f5673da476 fix: context bar action factory 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas 5539bb8351 fix: circle button 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas 567befc9a5 style: improve naming 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas 64f5c59c9f fix: hide circle button on locked portals 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas 865f0ac4e5 feat (wip): lock elements 2023-04-24 13:30:27 +08:00