1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
Commit graph

51 commits

Author SHA1 Message Date
Andrew Simachev
889d93bdfc
fix relations placeholder 2025-03-31 15:06:42 +02:00
Andrew Simachev
0ef8536304
JS-6181: Storage refactoring 2025-01-19 12:54:49 +01:00
Andrew Simachev
9af8e3e67e
split localStorage 2024-12-19 19:04:38 +01:00
Andrew Simachev
e233d24de1
fix for backward compatibility 2024-12-19 00:32:15 +01:00
Andrew Simachev
2c908a1132
JS-6052: Switch localStorage to electron-store 2024-12-19 00:04:42 +01:00
Andrew Simachev
908b180b8f
fix lstat crash 2024-12-14 16:13:34 +01:00
Andrew Simachev
deed2775a6
fix sentry crash 2024-11-09 11:05:44 +01:00
Andrew Simachev
1e154a964e
Merge branch 'main' of github.com:anyproto/anytype-ts into feature/log-file 2024-10-25 11:23:18 +02:00
Andrew Simachev
7598e9ae50
JS-5601: fix 2024-10-11 18:13:34 +02:00
Andrew Simachev
7cd79c3532
fix path 2024-10-01 13:22:59 +02:00
Andrew Simachev
34b0619ce9
JS-5367: fix 2024-09-16 19:42:19 +02:00
Andrew Simachev
8f5b01cb82
fix file from path size 2024-09-12 20:04:04 +02:00
Andrew Simachev
4af44e5666
JS-5336: fix + refactoring 2024-09-12 17:48:57 +02:00
Mike Mhlv
aaf3366a76 JS-5195: code review 2024-09-12 13:38:11 +01:00
Mike Mhlv
a4a17c27b5 JS-5195: mime types by nodejs 2024-09-10 16:12:38 +01:00
Andrew Simachev
267b9a9cf7
fix file drop 2024-08-27 16:05:42 +02:00
Andrew Simachev
d647083076
fix error handling for Api.invoke 2024-04-18 12:02:25 +02:00
Andrew Simachev
1d51881868
JS-4168: fix 2024-04-08 10:28:01 +02:00
Andrew Simachev
bae22d9088
JS-4052: fix 2024-04-03 18:09:53 +02:00
Andrew Simachev
acbf0403a8
wrap main api invokes in try/catch 2024-04-03 11:06:03 +02:00
Andrew Simachev
aa1a47a34e
merge 2024-03-11 17:33:24 +01:00
Andrew Simachev
c86ce22dd9
JS-3494: Remove authStore.phrase 2024-02-23 16:11:43 +01:00
Andrew Simachev
d6ebfb909e
JS-1130: rewrite storage location logic, remove redundant code, refactoring 2024-01-25 19:18:15 +01:00
Andrew Simachev
dd1a82289d
fixes 2024-01-11 12:48:41 +01:00
Andrew Simachev
0e7f55cc27
custom css 2024-01-10 14:50:11 +01:00
Andrew Simachev
a68550e117
JS-3445: system notifications update 2024-01-02 21:18:57 +01:00
Andrew Simachev
ad60c66de8
JS-3445: system notifications 2024-01-02 18:16:34 +01:00
Andrew Simachev
7ba2eedb1a
JS-2703: fix 2023-12-12 12:38:56 +01:00
Andrew Simachev
ecf6ba8ea3
disable mode in fileWrite 2023-11-23 21:27:20 +01:00
Andrew Simachev
e24606900f
fix fileName parsing in fileWrite 2023-11-23 17:09:17 +01:00
Andrew Simachev
9e7392ed8d
JS-3405: security update 2023-11-23 11:22:19 +01:00
Andrew Simachev
0b6ed5bf4c
linter fixes 2023-08-10 11:12:43 +02:00
Andrew Simachev
2167219c35
type casting in Api.invoke to prevent type error 2023-05-28 16:34:49 +02:00
Andrew Simachev
c11724d694
record details for dates 2023-05-25 12:32:21 +02:00
Sergey Fuksman
52a0245daa Fix support link and info 2023-05-24 19:59:53 +03:00
Andrew Simachev
5ead0f8ecb
JS-2122: help menu update 2023-05-23 14:50:49 +02:00
Razor
44e5612ba4
Feature/Collections (#1502)
* patch

* JS-510: add to collection menu item

* JS-510: objectOrderUpdate and applyObjectOrder methods at dataview level

* JS-510: cleanup

* JS-510: isCollection method at dataview level

* JS-510: styles cleanup

* JS-510: stash

* JS-510: dnd sorting refactoring

* JS-510: cleanup

* JS-510: state

* fix middle position dnd

* dragndrop different cases refactoring

* JS-510: dnd icon in collection grid row

* JS-1457: DragLayer refactoring

* do not parse markdown if style is the same

* JS-510: onDrop refactoring

* JS-510: basic row sorting in collection grid

* JS-510: stash

* JS-510: getData method renamed to loadData

* JS-510: getRecords method

* JS-510: cleanup

* JS-510: dnd sorting in list view

* JS-510: dnd sorting in gallery view

* JS-510: case Record in drag layer

* JS-510: onRecordDrop arguments types

* JS-510: grid column size fix

* JS-1482: dragProvider refactoring

* JS-1482: dragProvider refactoring

* fix drop positions for datatransfer drag

* JS-1509: fix

* JS-1509: fix

* styles refactoringg

* refactoring

* small refactoringg

* body and controls removed on drag of inline set

* isCollection classname selector

* dragLayer clone style fix

* revert auth pages

* revert auth pages

* JS-1512: ScreenCollection, AddView, SwitchView events

* revert auth pages

* JS-1512: analytics

* remove type from AddSort event

* collections widget title

* refactoring

* getSources fix

* JS-1525: Update buttons design

* JS-1525: Update buttons design

* fix cellId

* multiple dnd sorting

* dataviewViewEdit menu position on mount

* JS-1560: set option removed from quick picker

* JS-1541: create object from type collection and type set

* change type of object option restricted for sets and collections

---------

Co-authored-by: Mike Mhlv <mhlv@anytype.io>
2023-03-03 20:00:37 +03:00
Andrew Simachev
ff66427c1b JS-1419: default language spellcheck 2023-02-20 13:29:53 +03:00
Andrew Simachev
5afb34b203 JS-501: Restore file saving to tmp folder when pasting 2022-09-07 17:42:34 +03:00
Andrew Simachev
0dbf6d8c9b JS-277: Electron 20.0.2 2022-08-13 15:38:51 +03:00
Andrew Simachev
0105368a3e change tmpPath 2022-08-04 11:12:01 +03:00
Andrew Simachev
da285a28f8 JS-177: remove filesystem exposure in Electron preload.js 2022-08-02 12:28:27 +03:00
Andrew Simachev
d032fe71a3 JS-177: remove filesystem exposure in Electron preload.js 2022-08-02 12:25:15 +03:00
Andrew Simachev
eaad93c751 JS-174: remove tmp files on media paste 2022-08-02 11:00:01 +03:00
Andrew Simachev
30dff27b26 update webpack 2022-07-26 13:08:54 +03:00
Andrew Simachev
7afd4de0b0 fs object isolation 2022-07-08 10:47:43 +03:00
Andrew Simachev
62848d947d fixes 2022-07-07 22:47:04 +03:00
Andrew Simachev
ff55326b1c fixes 2022-07-07 22:40:31 +03:00
Andrew Simachev
7eecb38c60 fixes 2022-07-07 22:19:17 +03:00
Andrew Simachev
07c981c1ac remove window.require, preload.js progress 2022-07-07 21:41:17 +03:00