1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-10 01:51:10 +09:00
Commit graph

229 commits

Author SHA1 Message Date
Andrew Simachev
163ef36b19
fix graph filtering 2024-01-24 20:08:07 +01:00
Andrew Simachev
7c3fce8b65
fix graph previews 2024-01-24 11:42:54 +01:00
Andrew Simachev
7354e7cc7e
remove nodeMap update, just return 2024-01-23 12:53:24 +01:00
Andrew Simachev
9f8b59d3d7
graph optimisations 2024-01-23 02:33:32 +01:00
Andrew Simachev
f248e6a61c
draw arrows threshold 2024-01-23 02:22:33 +01:00
Andrew Simachev
64751e49b2
JS-3812: optimise getNodeById 2024-01-23 02:12:15 +01:00
Andrew Simachev
9d9fba38eb
JS-3812: optimise getNodeById 2024-01-23 00:06:44 +01:00
Andrew Simachev
6dde5afdee
fix flickering 2024-01-13 11:57:15 +01:00
Andrew Simachev
30c10d4bd3
graph colors 2024-01-09 11:58:12 +01:00
Andrew Simachev
df87d20d06
theme fixes 2024-01-09 11:53:50 +01:00
Andrew Simachev
327bf40c2e
fix font url in graph 2024-01-07 21:04:46 +01:00
Andrew Simachev
bd12a53be0
remove linked and related nodes with corresponding switches 2023-12-30 14:14:31 +01:00
Andrew Simachev
d48c4dda3e
JS-3684: orphan nodes filtering 2023-12-30 13:20:27 +01:00
Andrew Simachev
0e2538547e
fixes 2023-11-15 15:55:51 +01:00
Andrew Simachev
ab5f1fdf29
fixes 2023-11-15 15:52:51 +01:00
Andrew Simachev
2a681b8a7d
JS-3362: dictionary relations filters + bugfixes 2023-11-15 14:37:19 +01:00
Andrew Simachev
9a264c692b
local graph moved under experimental flag 2023-11-14 12:15:01 +01:00
Andrew Simachev
9637bce969
fix graph centering 2023-11-11 17:27:01 +01:00
Andrew Simachev
3e5188a96a
fix nodeIds 2023-11-11 17:10:36 +01:00
Andrew Simachev
5d460e9198
local graph 2023-11-10 13:16:07 +01:00
Andrew Simachev
1eb51d1405
Merge branch 'main' of github.com:anyproto/anytype-ts into feature/JS-3184-local-graph 2023-11-10 12:31:07 +01:00
Andrew Simachev
e4e6755932
JS-3184: local graph 2023-11-01 11:01:48 +01:00
Andrew Simachev
1400a9ee20
JS-3269: add row in inline sets 2023-11-01 10:30:05 +01:00
Andrew Simachev
084b56507f
fix 2023-09-12 17:16:46 +02:00
Andrew Simachev
26ce099429
JS-2686: fix, refactoring 2023-07-26 11:01:30 +02:00
Andrew Simachev
6ef777ab22
onboarding worker update 2023-07-03 15:24:28 +02:00
Andrew Simachev
bc4572662d
fix sentry crash 2023-06-21 15:40:29 +02:00
Razor
7c7b9ad43f
Feature/Onboarding (#2)
* merge fix

* merge fix

* merge fix

* erge fix

* merge fix

* removed old header; changed logo

* added moreInfo popup

* undoing changes to auth flow

* undoing changes to auth flow

* cleaned up branch, removing unrelated changes and undoing changes that make the PR hard to understand

* removed unrelated component

* reverted styling deletions for auth pages

* refactored onboarding component

* invite label should be wider

* shortened animation DELAY time

* added animation logic

* fixed mistype

* code review: enum keys should be UpperCamelCase

* code review: remove double quotes from code, double quotes are _only_ used in JSX attributes; fixed formatting; fixed inconsistent use of ;

* code review: change strong to b

* code review: inconsistent method naming, should be consistent ()

* code review: rename to phrase

* fixed formatting

* fixed animation timing

* code review: removed unnecessary functions

* removed register page, and all references to it have now been adjusted accordingly

* removed Register path from AuthSetup Page

* removed success page

* fixed authorization after account creation

* aded background for demo purposes

* changed Phrase -> KeyPhrase to avoid CSS class namespace collision

* removed old background animation code

* fixed merge issues

* finished integration

* added notes

* fix scss formatting

* initial commit

* implemented editable keyPhrase component

* fixed wrong classname

* fixed incorrect initialization of worker (cannot be passed as prop)

* finished login flow

* fixed animation error

* JS-1425: screen markup

* JS-1425: stash

* JS-1425: debugging wip

* JS-1425: usecase screen on registration done

* updated Delete Account page

* implemented new pincheck style

* Update pinCheck.tsx

fixed styling

* fixed pie chart implementation

* JS-1425: redirect to graph after usecase selection

* JS-1784: graph wizard

* code review

* added new onboarding animation; fixed merge issue

* fixes according to design review; minor refactor to preview lib

* JS-1425: url to system relations

* code review

* code review

* code review

* refactoring

* refactoring

* JS-1636: remove homeDashboardId and cover

* JS-1920: usecase screen darkmode

* JS-1828: placeholder color

* onboarding

* refactoring

* refactoring

* refactoring

* refactoring

* refactoring

* JS-1920: code review

* JS-1926: fix

* JS-1923: phrase input

* JS-1923: phrase input

* JS-1923: phrase input

* fixes

* code review

* remove onboarding call

* small refactoring

* small refactoring

* remove unused styles

* menu button and final imgs

* migration popup hidden

* remove migration popup

* first page title should be one line

* dot indicator should be 4pxx4px, and 2px margin (this makes the dots barely visible, but what do I know)

* Click on the phrase at this state should not reveal it, only click on the button should

* margin too big

* input should be focused just as this screen appeared

* let’s remove white pulsating background

* Soul icon should not disappear and re appear, it should just move and a space icon should appear

* fixed popups

* fixed popups and tooltips

* fixed tooltip not appearing

* MenuAccountPath restored

* revert tooltip change

* MenuAccountPath restored

* fixed jumping question mark

* fixed tooltip padding

* restored text select on keyPhrase

* update hovers

* color fixes

* refactored implementation of Phrase jumped around when visibility is toggled. the solution of setting css width based on number of characters in a word string doesn't work, characters are not all the same number of pixels. this solution maintains the same length for both visible and invisible states; additionally, the component is not compatible with longer phrases, leading to wrap-around. this is fixed

* added overflow for phrase component

* fixed changing top margin for Frame, because it doesnt align from step to step

* JS-1932: fix

* refactored Phrase; added support for placeholder

* fixed phrase jumping

* clear naming

* fixed animation step misalignment

* fixed back button; fixed step in animation

* fixing backwards button

* added fade in for the canvas element; added animation for the header and footer on the index page; changed the order of animation on index page by moving around jsx

* refactoring; adding error handling

* added types to refs

* refactored animation to have fine control over the order and delay duration for every stage; rewrote it to be declarative and easy to read; fixed vanishing title on soul creating stage

* fixed title spacing too tight on Soul Creating/Space Creating; Fixed all timing issues with animation mentioned in linear comments

* removed transition common property because it interferes with animation library

* fixed more info hover state; fixed animation of soul creating and space creating icons

* added fade in overlay to use case selection screen

* added fade in overlay to use case selection screen

* changed error handling in js-onboard-animation to fail safely

* fixed fade in overlay; fixed timing on animation

* fixed timing; button width should not vary, it’s 192 px wide

* fixed timing; added comments for all the durations to make it easy to change in the future

* phrase should have a cursor pointer when it blurred, cursor text appear when the words are visible and selectable

* phrase should have a cursor pointer when it blurred, cursor text appear when the words are visible and selectable

* phrase should not have a hover, only inputs have

* refactoring

* onboarding optimisations

* refactoring

* JS-2026: fix

* fixed merge

* fixed key phrase component paste behaviour

* made enter key work for the login screen

* hide phrase by default on login

* added animation to backbutton; disable click events and pointer events during animation stages to prevent interaction with UI while animation is in progress and elements arent visible yet

* fixed icon size; fix label and title colors; fixed border radius on space icon; fixed spacing on space and soul icons

* fixed blur being cutoff on the phrase

* fixed input padding

* JS-2061: remove migration popup

* fixed styles according to figma

* fixed screen resize styles

* changes design review

* fixed space animation

* slowed down last step of animation

* fix formatting

* fix formatting

* JS-2150: change auth flow

* uncomment animation

* JS-2223: remove invite code + merge

* remove registration

* fixes

* fixes

* JS-2247: fix

* JS-2250: fix

* JS-2255: fix

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* Update usecase.scss

* fixes

* JS-2299: login fix

* preloader bg color

* phrase fixes

* usecase rubber resize

* JS-2029: usecase selection resize

* JS-2029: usecase selection resize

* dark mode

* fix navigation

* fix navigation

---------

Co-authored-by: Dragos Rotaru <dragos@rotaru.co>
Co-authored-by: Dragos Rotaru <7482137+DragosRotaru@users.noreply.github.com>
Co-authored-by: Mike Mhlv <mhlv@anytype.io>
2023-06-19 18:10:36 +02:00
Andrew Simachev
348609ca16
fix graph font and source map 2023-06-16 21:31:56 +02:00
Andrew Simachev
901f0a9bcd
fix graph font and source map 2023-06-16 21:29:09 +02:00
Razor
3579220916
Feature/Navigation (#1)
* navigation panel

* navigation

* navigation

* fixes

* remove unused svg + fixes

* fixes

* move logic update

* move logic update

* fixes

* fixes

* search

* search

* sidebar resize logic

* sidebar resize logic

* sidebar resize logic

* sidebar resize logic

* remove relations button

* JS-1917: preloader update

* JS-1917: preloader update

* JS-897: delete logic update

* JS-897: delete logic update

* refactoring

* remove unused logic

* remove unused logic

* small fixes

* fix sentry crash

* JS-1955: settings popup

* JS-1955: settings popup

* JS-1955: settings popup

* refactoring

* refactoring

* refactoring

* fix overflow

* fix overflow

* fixes

* fix navigation when sidebar is on the right

* JS-1686: fix

* space icon

* remove drag n drop from navigation

* fixes

* JS-2024: fixes

* JS-2024: fixes

* JS-2024: fixes

* search fixes

* JS-2024: fixes

* JS-2053: fix

* JS-2052: graph root highlight

* JS-2052: graph root highlight

* JS-2052: graph root highlight

* sync status icons

* object creation flow updates

* JS-2046: fix

* sidebar resize fixes

* fix sentry crash

* fix sidebar open/close

* fixes

* fix

* fix

* fix

* resize navigation on popup close

* popup fixes

* JS-2048: fix

* fix cursor

* fix sidebar resize button

* fix sidebar handle size

* small refactoring

* JS-2058: shortcuts

* fix right click

* JS-1477: fix

* JS-2050: fix

* fix cmd+n flags

* fix search object

* fix search object

* remove debug

* JS-2066: revert sync component

* JS-2024

* JS-2083: shortcuts + refactoring

* JS-2083: shortcuts + refactoring

* fix toast position

* JS-2094: fix

* JS-2094: fix

* JS-2068: fix

* JS-2094: fix

* JS-2101: fix

* JS-2102: fix

* JS-2095: fixes

* JS-1931: fixes + refactoring

* fix sidebar overflow

* fix sidebar resize

* JS-2097: fix

* JS-2097: fix

* fix titleWrap

* fix list widget hovers

* JS-2096: edit icon

* JS-2096: fix

* fix font size

* fix

* JS-2098: fixes

* JS-2098: fixes

* JS-2098: fixes

* JS-2099: fixes

* fix window bg on init

* optimize resize

* JS-2100: gallery reworked as list component

* JS-2100: gallery reworked as list component

* resize logic update

* update resize logi

* move form components from util

* small gallery refactoring

* small gallery refactoring

* JS-2099: fix cards

* JS-2046: fix

* JS-2101: fix

* GO-1156: fix csv import param

* JS-2096: fix

* JS-2113: fix

* JS-1630: fix

* JS-1630: fix

* JS-2096: fixes

* JS-2098: fix

* JS-1904: fix

* JS-1904: add preview to bookmark

* JS-2126: fix

* JS-2112: navigation popups resize

* JS-2067: remove context behaviour from object creation

* fix row highlight in dark mode

* remove popup from resize logic

* JS-2123: fixes

* JS-2130: fix

* fix edit icon

* JS-2123: fix

* JS-2117: fix

* fix full popup

* fixes

* JS-2132: fix

* JS-2118: gallery card size calculation

* popup resize logic
2023-05-24 10:51:59 +02:00
Andrew Simachev
b47d159315
JS-1941: fix 2023-05-08 18:54:58 +02:00
Andrew Simachev
4bbdb7d02d
update react-pdf 2023-04-30 11:21:50 +02:00
Andrew Simachev
87b12690bc
remove circle icons for bookmarks 2023-04-29 11:00:32 +02:00
Andrew Simachev
7d922f268c
small refactoring 2023-04-29 10:21:36 +02:00
Andrew Simachev
c185606eda
JS-1904: preview refactoring 2023-04-28 13:31:46 +02:00
Andrew Simachev
01f155f2f0
fix graph hover 2023-04-27 13:46:47 +02:00
Andrew Simachev
8e2777c900
merge 2023-04-26 14:37:11 +02:00
Mike Mhlv
6e506dad1f
JS-1306: fix 2023-04-26 13:31:32 +01:00
Mike Mhlv
e9652d6979
JS-1306: refactoring 2023-04-26 12:22:08 +01:00
Andrew Simachev
ddb80d690d
JS-1862: fix 2023-04-25 21:17:34 +02:00
Andrew Simachev
bdbc0b5020
JS-1862: fix 2023-04-24 11:56:49 +02:00
Andrew Simachev
ee8f4d96ab
JS-1862: fix 2023-04-21 11:06:32 +02:00
Andrew Simachev
12f287386d
JS-1862: fix 2023-04-21 11:04:13 +02:00
Andrew Simachev
b395bb0171
JS-1872: fixes 2023-04-20 16:23:35 +02:00
Andrew Simachev
a5125fd13c
JS-1862: fix 2023-04-17 19:33:47 +03:00
Mike Mhlv
c0020a06df
JS-1306: basic workflow done 2023-04-17 16:13:26 +01:00
Mike Mhlv
26e9367f4f
JS-1306: onNewObject method in worker 2023-04-14 15:05:44 +01:00
Mike Mhlv
2d188fa93f
JS-1306: space context click processing 2023-04-14 14:27:40 +01:00
Andrew Simachev
b3be53fcdb
fix graph fonts 2023-04-14 12:54:14 +03:00