Commit Graph

386 Commits

Author SHA1 Message Date
Karol Sójko
fbfed0a05c feat: add services package 2022-07-05 20:58:24 +02:00
Karol Sójko
b614c71e79 feat: add models package 2022-07-05 20:58:23 +02:00
Karol Sójko
1cd8a47fa4 feat: add files package 2022-07-05 20:36:00 +02:00
Karol Sójko
d4188a3fa2 feat: add filepicker package 2022-07-05 19:28:22 +02:00
Mo
0cbd98224c chore(encryption): lint 2022-07-05 09:45:45 -05:00
Karol Sójko
9c7f713baa fix: workspace dependencies on mobile 2022-07-05 15:45:38 +02:00
Karol Sójko
7ab2f7a32d fix: add missing features package on mobile 2022-07-05 15:32:56 +02:00
Karol Sójko
fa54cfe813 fix: add typescript dev dependency on features package 2022-07-05 15:13:13 +02:00
Karol Sójko
44d3e96468 feat: add features package 2022-07-05 14:58:46 +02:00
Karol Sójko
175a0ff7db fix: add typescript dev dependency on encryption package 2022-07-05 14:39:08 +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
e5771fcbde feat: add @standardnotes/encryption package (#1199)
* feat: add @standardnotes/encryption package

* fix: mobile dependency on encryption package

* fix: order of build & lint in pr workflows

* fix: web dependency on encryption package

* fix: remove encryption package composite configuration

* fix: import order
2022-07-05 10:06:03 +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
Vardan Hakobyan
4f5d092f89 feat(dev): option to render web app inside the mobile app (#1164)
* feat (WIP): render web app inside the mobile app

* fix: web app loading

* chore: build scripts related to mobile web bundle

* feat: show WebView header, which lets to close the WebView

* refactor: remove extra component

* chore: correct type

* chore: remove TODO

Co-authored-by: Mo <mo@standardnotes.com>
2022-06-30 13:53:29 +04:00
Johnny A
6c19adba19 fix(advanced checklist): style and layout improvements (#1182)
* fix: reorder icon color

* fix: change reorder icon design

* feat: useResize hook

* feat: responsive task item

* fix: adjust padding for mobile devices

* fix: checkbox size should be proportional to text size

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-06-29 15:18:54 -04: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
standardci
6ebc3759aa chore(deps): upgrade snjs (#1171) 2022-06-28 11:03:29 +02:00
Aman Harwara
ee5b6627da style: tailwind classname sorting (#1169) 2022-06-28 13:37:38 +05:30
Mo
50991d5a5f chore: deps 2022-06-27 17:28:33 -05:00
Aman Harwara
b80038f607 feat(web): tailwind css (#1147) 2022-06-27 16:20:52 -05:00
Mo
60ca415044 feat: deprecated editors (#1166) 2022-06-27 14:08:33 -05:00
Mo
d340ff9d77 chore: lockfile 2022-06-26 09:00:12 -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
Johnny A
a3a0952e68 fix: add deprecated file-safe component (#1141)
* fix: add deprecated file-safe component

* chore: add file-safe source

* fix: file-safe build script

* chore: run package script

* fix: use root node-sass

* chore: remove zip so CI generates it

* chore: commit dist files

* chore: remove dist/assets/org.standardnotes.file-safe files

* chore: remove changelog script

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-06-23 18:12:16 -04:00
Mo
fedcffbdfd chore: explicit snjs version in web and mobile so they are repackaged when snjs changes 2022-06-23 16:36:07 -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
0d62472019 chore(workflow): fix dockerignore to include all workspace packages 2022-06-23 09:12:20 -05:00
Mo
da336da44a chore: lockfile 2022-06-23 08:37:44 -05:00
Mo
ea0e9fbb27 chore: attempt web docker fix 2022-06-23 08:34:10 -05:00
Mo
6fb133fb75 feat: release json with download urls (#1140) 2022-06-22 19:04:42 -05:00
Mo
c3b5620bf6 fix: add direct dependencies to releases package so its version is bumped when deps are 2022-06-22 15:22:55 -05:00
Johnny A
7c0938b877 feat: optional secret field (#1115)
* fix: add grab cursor to drag indicator

* feat: optional secret field

* chore: increment version

* chore: format files

* fix: import React automatically

* fix: qr code button not clickable

* fix: show entry types after title

* fix: remove stylekit references

* fix: import react

* chore: update yarn.lock

* fix: update webpack dev config

* fix: styles import path

* fix: skalert import

* fix: misc

* fix: build components using build:components script

* fix(tmp): @standardnotes/styles as a dependency for @standardnotes/components-meta

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-06-22 10:32:43 -04: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
Johnny A
f4b9b5b566 fix: markdown visual font size (#1127)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-06-21 11:29:11 -04:00
Aman Harwara
946d50b5df feat: add styled-components (#1126) 2022-06-21 12:49:30 +05:30
Mo
08d07ad87a chore(workflow): promote develop workflow 2022-06-20 11:45:13 -05:00
Mo
4fea3e9a6b feat: public releases package 2022-06-20 10:53:42 -05:00
StandardNotes CI
3b6b5b1887 chore(release): publish
- @standardnotes/components-meta@2.1.6
 - @standardnotes/desktop@3.22.11
 - @standardnotes/icons@1.4.4
 - @standardnotes/mobile@3.23.7
 - @standardnotes/toast@1.2.4
 - @standardnotes/web-server@1.2.13
 - @standardnotes/web@3.22.6
 - @standardnotes/markdown-hybrid@1.5.4
 - @standardnotes/bold-editor@1.3.9
 - @standardnotes/classic-code-editor@1.3.16
 - @standardnotes/rich-text@1.6.5
 - @standardnotes/markdown-basic@1.4.6
 - @standardnotes/simple-task-editor@1.3.14
 - @standardnotes/spreadsheets@1.4.8
 - @standardnotes/authenticator@2.0.14
2022-06-18 14:51:19 +00:00
StandardNotes CI
f2ed5d1a6c chore(release): publish
- @standardnotes/components-meta@2.1.6-alpha.0
 - @standardnotes/desktop@3.22.11-alpha.0
 - @standardnotes/icons@1.4.4-alpha.0
 - @standardnotes/mobile@3.23.7-alpha.0
 - @standardnotes/toast@1.2.4-alpha.0
 - @standardnotes/web-server@1.2.13-alpha.0
 - @standardnotes/web@3.22.6-alpha.0
 - @standardnotes/markdown-hybrid@1.5.4-alpha.0
 - @standardnotes/bold-editor@1.3.9-alpha.0
 - @standardnotes/classic-code-editor@1.3.16-alpha.0
 - @standardnotes/rich-text@1.6.5-alpha.0
 - @standardnotes/markdown-basic@1.4.6-alpha.0
 - @standardnotes/simple-task-editor@1.3.14-alpha.0
 - @standardnotes/spreadsheets@1.4.8-alpha.0
 - @standardnotes/authenticator@2.0.14-alpha.0
2022-06-18 14:25:51 +00:00
Mo
ba65948364 fix: plus editor icons (#1120) 2022-06-18 09:20:44 -05:00
Mo
cd2579439c chore(yarn): update lockfile 2022-06-17 08:28:24 -05:00
StandardNotes CI
798145b057 chore(release): publish
- @standardnotes/components-meta@2.1.0
 - @standardnotes/desktop@3.22.3
 - @standardnotes/icons@1.4.1
 - @standardnotes/mobile@3.23.1
 - @standardnotes/styles@1.2.2
 - @standardnotes/toast@1.2.1
 - @standardnotes/web-server@1.2.7
 - @standardnotes/web@3.22.3
 - @standardnotes/advanced-checklist@0.0.2
 - @standardnotes/markdown-hybrid@1.5.1
 - @standardnotes/bold-editor@1.3.6
 - @standardnotes/classic-code-editor@1.3.13
 - @standardnotes/markdown-math@1.3.7
 - @standardnotes/markdown-visual@1.0.8
 - @standardnotes/markdown-minimal@1.3.10
 - @standardnotes/rich-text@1.6.2
 - @standardnotes/markdown-basic@1.4.3
 - @standardnotes/simple-task-editor@1.3.11
 - @standardnotes/spreadsheets@1.4.5
 - @standardnotes/autobiography-theme@1.0.5
 - @standardnotes/dynamic-theme@1.0.5
 - @standardnotes/focus-theme@1.2.10
 - @standardnotes/futura-theme@1.2.10
 - @standardnotes/midnight-theme@1.2.9
 - @standardnotes/solarized-dark-theme@1.2.8
 - @standardnotes/titanium-theme@1.2.9
 - @standardnotes/authenticator@2.0.11
 - @standardnotes/inner-desktop@3.22.3
2022-06-16 19:13:08 +00:00
Mo
dc10a5cb25 refactor: rely on component versions from checksums file (#1111) 2022-06-16 11:56:32 -05:00