Commit Graph

713 Commits

Author SHA1 Message Date
Aman Harwara
3b5bf1e509 refactor: usePreference + update TS tooling (#2333) 2023-05-11 20:04:14 +05:30
Mo
59fc68296b refactor: optimize delay between batches on mobile to allow UI interactivity during load (#2129) 2023-01-04 13:31:45 -06:00
Mo
0a01ddb430 feat: New 'What's New' section in Preferences (#2049) (skip e2e) 2022-11-24 05:46:44 -06:00
Mo
05fe7de3eb chore: upgrade deps (#2014) 2022-11-16 09:52:21 -06:00
Mo
77d5093f14 refactor: extract components to plugin repo (#1933) 2022-11-04 11:04:53 -05:00
Mo
1b37f0b655 chore: deps to devDeps 2022-11-04 08:02:10 -05:00
Mo
5ed61d1097 chore: fix build script (skip e2e) 2022-11-03 21:04:16 -05:00
Mo
8bb9f4ed11 chore: snjs workspace deps to devDeps so it can be used externally (skip e2e) 2022-11-03 20:58:34 -05:00
Mo
d3047b2b47 chore: upgrade root deps (#1865) 2022-10-24 08:34:10 -05:00
Mo
2b66ff82ee refactor: note editor relationships (#1821) 2022-10-18 08:59:24 -05:00
Mo
fc00b5c499 Revert "chore: remove deprecated editors folder"
This reverts commit a042cd7972.
2022-10-17 15:04:30 -05:00
Mo
a042cd7972 chore: remove deprecated editors folder 2022-10-17 10:45:09 -05:00
Mo
588946898d refactor: remove classic mobile (#1789) 2022-10-13 14:09:45 -05:00
Karol Sójko
55b1409a80 feat: add subscription manager to handle subscription sharing (#1517)
* feat: add subscription manager to handle subscription sharing

* fix(services): add missing methods to the interface

* fix(services): add subscription manager specs

* feat(snjs): add subscriptions e2e tests

* fix(snjs): add wait in subscription cancelling test

* fix(snjs): checking for canceled invitations in tests

* fix(snjs): add e2e test for restored limit of subscription invitations

* chore(lint): fix linter issues
2022-09-13 10:28:11 +02:00
Karol Sójko
7e251262d7 feat(web): extract ui-services package 2022-08-04 15:13:30 +02:00
Karol Sójko
f259f774c5 chore(setup): fix lint script 2022-08-03 15:17:39 +02:00
Karol Sójko
483cac90cf feat(web): remove web-server and change web to a static website deployment (#1360)
* feat(web): add deploying static app

* fix(web): linter ignore patterns

* fix(web): cloudfront invalidation and favicons placement

* feat(web-server): remove web-server package in favour of web

* fix(web): remove linter parallel jobs due to oom issue

* fix(mobile): eslintignore paths

* fix(web): copy of components

* fix(web): include building components in building all process

* fix(web): copying of components
2022-08-03 14:51:59 +02:00
Karol Sójko
c737132b50 fix: add running locally e2e 2022-07-08 16:08:37 +02:00
Mo
3ab1ef5e2a chore: fix snjs lint job; devDep structure 2022-07-06 08:39:43 -05:00
Mo
ad92392b4d chore: fix web types 2022-07-06 07:50:56 -05:00
Karol Sójko
0e40469e2f feat: add snjs package 2022-07-06 14:04:30 +02:00
Karol Sójko
32481dfe05 fix: upgrade lerna-lite tools to latest versions 2022-07-05 14:12:11 +02:00
Karol Sójko
d311ce40b9 fix: add verbose lerna loglevel on publishing for debug purposes 2022-07-05 10:57:39 +02:00
Mo
66d5dce5e1 fix: docs build (#1203) 2022-07-04 15:42:47 -05:00
Mo
42dee7513e feat: add docs repo (#1202) 2022-07-04 14:33:27 -05:00
Mo
294663a725 chore: workflow 2022-07-01 10:39:47 -05:00
Mo
0ecaabd859 chore: undeprecate advanced md editor (#1181) 2022-06-29 11:02:46 -05:00
Mo
d198625cfa fix(mobile): turn native textview into uncontrolled component (#1176)
Switching from non-plain type to plain type renders initial state.text, which wasn't being properly updated on all changes.
2022-06-28 12:45:57 -05:00
Mo
667af4d680 chore: per package licenses 2022-06-28 07:13:56 -05:00
standardci
6ebc3759aa chore(deps): upgrade snjs (#1171) 2022-06-28 11:03:29 +02:00
Mo
662eb88cdd chore: workspace locations 2022-06-27 17:20:19 -05:00
Mo
60ca415044 feat: deprecated editors (#1166) 2022-06-27 14:08:33 -05:00
standardci
6b90e13dca chore(deps): upgrade snjs (#1152) 2022-06-25 11:17:45 -05:00
Mo
2f7f7a326f chore(workflow): automated release notes 2022-06-24 10:56:47 -05:00
Mo
5c4a645e70 chore(temp): downgrade config package 2022-06-24 08:09:31 -05:00
Mo
50136d9373 chore: workflows 2022-06-24 08:04:03 -05:00
Mo
f0283f51f2 chore(workflow): snjs upgrades 2022-06-24 07:52:07 -05:00
Mo
bd66b191a5 chore: workflows for removal of develop branch 2022-06-23 20:02:20 -05:00
Mo
9cef147a10 chore: upgrade snjs (#1145) 2022-06-23 15:51:10 -05:00
Mo
2d069fd4bd fix(components): disable minification in themes build due to limitations in mobile css parser (#1143) 2022-06-23 15:05:12 -05:00
Mo
f8e6632b57 chore: components build workflow 2022-06-23 08:27:42 -05:00
Mo
458d8dacaf chore(workflow): run publish prod workflows when merging develop to main 2022-06-22 15:38:00 -05:00
Mo
957ee5fc85 chore: bump snjs 2022-06-22 07:57:29 -05:00
Johnny A
7b51131082 fix: build components with dependencies (#1132)
* fix: build components with dependencies

* fix: exclude @standardnotes/components-meta

* chore: update yarn.lock

* fix: remove compile script from VERSION.sh

* fix: skip lint script

* fix: components script names

* fix: build script for components

* fix: run tsc within build script

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-06-21 20:13:26 -04:00
Mo
4fea3e9a6b feat: public releases package 2022-06-20 10:53:42 -05:00
Mo
ba65948364 fix: plus editor icons (#1120) 2022-06-18 09:20:44 -05:00
Mo
93e97013c1 fix(desktop): use top level package json for versioning 2022-06-17 11:10:42 -05:00
Mo
ec5e5ac103 chore(workflow): handle graduate fallback release 2022-06-16 14:34:44 -05:00
Mo
4c50162546 chore(workflow): monorepo version 2022-06-16 14:22:51 -05:00
Mo
33daab243f chore(workflow): trigger 2022-06-16 14:06:57 -05:00