Mo
50c92619ce
refactor: migrate remaining angular components to react ( #833 )
...
* refactor: menuRow directive to MenuRow component
* refactor: migrate footer to react
* refactor: migrate actions menu to react
* refactor: migrate history menu to react
* fix: click outside handler use capture to trigger event before re-render occurs which would otherwise cause node.contains to return incorrect result (specifically for the account menu)
* refactor: migrate revision preview modal to react
* refactor: migrate permissions modal to react
* refactor: migrate password wizard to react
* refactor: remove unused input modal directive
* refactor: remove unused delay hide component
* refactor: remove unused filechange directive
* refactor: remove unused elemReady directive
* refactor: remove unused sn-enter directive
* refactor: remove unused lowercase directive
* refactor: remove unused autofocus directive
* refactor(wip): note view to react
* refactor: use mutation observer to deinit textarea listeners
* refactor: migrate challenge modal to react
* refactor: migrate note group view to react
* refactor(wip): migrate remaining classes
* fix: navigation parent ref
* refactor: fully remove angular assets
* fix: account switcher
* fix: application view state
* refactor: remove unused password wizard type
* fix: revision preview and permissions modal
* fix: remove angular comment
* refactor: react panel resizers for editor
* feat: simple panel resizer
* fix: use simple panel resizer everywhere
* fix: simplify panel resizer state
* chore: rename simple panel resizer to panel resizer
* refactor: simplify column layout
* fix: editor mount safety check
* fix: use inline onLoad callback for iframe, as setting onload after it loads will never call it
* chore: fix note view test
* chore(deps): upgrade snjs
2022-01-30 19:01:30 -06:00
Mo
561ebcadcf
feat(dev): preload dev account from .env ( #803 )
2022-01-07 11:21:03 -06:00
Mo
bc02754534
fix: components path
2021-12-30 14:53:30 -06:00
Mo
e1e38c65db
fix: add ability to subscribe without account ( #722 )
2021-11-05 10:09:46 -05:00
proletarius101
76a149c8ee
merge web app manifests ( #708 )
...
Right now here are 2 web app manifests:
- public/favicon/site.webmanifest
- public/manifest.json
But only the 1st one is referred in the html
This commit
- merged them into public/site.webmanifest (according to https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Add_to_home_screen#manifest , it should be in the root, whereas the spec suggests the `.webmanifest` extension
- complete the required fields
It now passes the Lighthouse PWA manifest test in Chrome
2021-10-28 10:36:27 -05:00
Aman Harwara
53ec0d4742
feat: Add "Manage subscription" button to Subscription preferences ( #705 )
...
* feat: Add "Manage subscription" button to Subscription preferences
* Update app/assets/javascripts/preferences/panes/account/subscription/SubscriptionInformation.tsx
Co-authored-by: Mo <mo@standardnotes.org >
* feat: Use convertTimestamp function instead of manual conversion in Subscription Info
Co-authored-by: Mo <mo@standardnotes.org >
2021-10-26 21:30:21 +05:30
Mo
8d9b192b81
feat: remove extensions manager ( #696 )
...
* feat: remove extensions manager
* fix: remove unused code
Co-authored-by: Aman Harwara <amanharwara@protonmail.com >
2021-10-21 13:06:49 -05:00
Mo
e79811afda
feat: add purchase url ( #695 )
...
* feat: add purchase url
* chore: bump snjs
* fix: reuse existing function
2021-10-21 12:41:58 -05:00
Antonella Sgarlatta
d4195f8204
chore(version-snjs): 2.7.19 - permissions handling
2021-07-14 19:00:33 -03:00
Antonella Sgarlatta
b1aeaeac41
chore(version-snjs): 2.7.18
2021-07-13 19:23:14 -03:00
Gorjan Petrovski
3f94636615
feat: implement enableUnfinishedFeatures flag and hidden preferences button
2021-07-05 17:03:34 +02:00
Karol Sójko
fbdec0251f
fix: fallback to default sync server as the next version server - fixes #577
2021-06-17 09:52:15 +02:00
Antonella Sgarlatta
e24734e3cd
feat: remove batch manager
2021-06-07 16:32:28 -03:00
Karol Sójko
067f135e52
fix: missing next version server initialization
2021-06-07 17:07:49 +02:00
Baptiste Grob
6cd4b8707a
feat: add error reporting
2020-11-03 18:55:25 +01:00
Baptiste Grob
0e9cdba215
feat: (wip) add error reporting
2020-11-03 16:52:13 +01:00
Baptiste Grob
57aa942c91
feat: reduce number of steps needed to get going for local development ( #454 )
...
* feat: reduce number of steps to get going for local development
* fix: set default sync server in SNJS
* chore: keep --force in submodules command
2020-09-02 17:37:50 +02:00
Baptiste Grob
5eff00545e
fix: ignore index.html and provide a sample file instead
2020-07-22 12:09:13 +02:00
Mo Bitar
3c8c43ac7e
Refactors most controllers and directives into classes for more organized and maintainable code
2020-01-30 13:37:16 -06:00
Mo Bitar
c4c38616b0
Grunt -> Webpack, Haml -> Pug
2019-12-16 16:26:51 -06:00
Mo Bitar
678f8d73bc
No debounce while offline, static index.html page, 3.0.10-beta2
2019-06-03 11:41:08 -05:00