Mo Bitar
fc33fcd569
Merge branch 'release/3.9.6'
2021-11-14 14:39:23 -06:00
Mo Bitar
04136159dc
feat: ability to uninstall any extension
2021-11-14 14:27:26 -06:00
Mo Bitar
893615157b
fix: update snjs
2021-11-14 11:46:41 -06:00
Mo Bitar
dee60e0fae
fix: extension url validation
2021-11-14 11:26:57 -06:00
Mo Bitar
c4c98c8105
Merge branch 'release/3.9.5'
2021-11-12 12:41:22 -06:00
Mo Bitar
76258f5462
fix: component expiration for custom extensions
2021-11-12 12:21:04 -06:00
Aman Harwara
f6ca7ef2b1
feat: Use new design for signed out pane in preferences ( #734 )
2021-11-12 22:51:29 +05:30
Aman Harwara
08cd020402
fix: Two-factor activation modal ( #736 )
2021-11-12 22:47:47 +05:30
Aman Harwara
8c1c00ec75
chore: Bump snjs to 2.17.6 ( #735 )
2021-11-12 10:14:31 -06:00
Aman Harwara
3c3131adef
feat: Pass period & plan params to purchase page ( #733 )
2021-11-12 20:32:35 +05:30
Mo Bitar
9dffe2470e
Merge branch 'release/3.9.4'
2021-11-11 15:32:51 -06:00
Mo Bitar
873aa1558e
fix: offline repo handling
2021-11-11 13:51:54 -06:00
Aman Harwara
1e219699df
feat: Make purchase flow modal mobile-friendly ( #732 )
2021-11-11 19:27:46 +05:30
Mo Bitar
1d5d205c98
Merge branch 'hotfix/3.9.3' into develop
2021-11-10 15:09:40 -06:00
Mo Bitar
8575386b54
Merge branch 'hotfix/3.9.3'
2021-11-10 15:09:36 -06:00
Mo Bitar
0e209ee24f
tmp: handle overflow on small screens
2021-11-10 15:09:30 -06:00
Mo Bitar
af8a484b6f
Merge branch 'hotfix/3.9.2' into develop
2021-11-10 15:07:56 -06:00
Mo Bitar
385a7f700d
Merge branch 'hotfix/3.9.2'
2021-11-10 15:07:46 -06:00
Mo Bitar
69beb698ef
tmp: handle overflow on small screens
2021-11-10 15:07:36 -06:00
Mo Bitar
1cae7cb000
Merge branch 'hotfix/3.9.1' into develop
2021-11-10 14:33:47 -06:00
Mo Bitar
60fa3883be
Merge branch 'hotfix/3.9.1'
2021-11-10 14:33:41 -06:00
Mo Bitar
f28564e708
fix: success url should ignore params
2021-11-10 14:33:32 -06:00
Karol Sójko
8870f73c42
Merge branch 'release/3.9.0'
2021-11-10 21:00:23 +01:00
Aman Harwara
28661436c5
feat: Use menu-border instead of menu-border-color ( #731 )
2021-11-10 23:28:39 +05:30
Aman Harwara
716e1cf465
feat: Fix menu border color ( #730 )
2021-11-10 23:04:52 +05:30
Aman Harwara
9d4172bf7a
feat: Use menu-border-color ( #729 )
2021-11-10 11:03:54 -06:00
Vardan Hakobyan
e833dbfbca
Fix/email changed text ( #728 )
...
* fix: correct styling for "Email successfully changed" dialog texts
* fix: correct top styling for title
2021-11-10 20:06:31 +04:00
Mo Bitar
ba4fbd1c0a
fix: unmount component on destroy
2021-11-10 08:30:38 -06:00
Mo
73b91e5964
fix: reload subscription state after event ( #727 )
...
* fix: reload subscription state after event
* chore: yarn.lock
* chore: lint
* fix: hook exhaustive deps
2021-11-09 19:33:10 -06:00
Mo Bitar
8c3271bcb3
fix: don't include full desktop path in deeplink redirect
2021-11-09 18:13:43 -06:00
Mo Bitar
0d5e348523
fix: make account settings pane first
2021-11-09 16:43:28 -06:00
Mo Bitar
4b21083229
fix: disable v4 feature checks
2021-11-09 16:41:12 -06:00
Mo Bitar
f029e32dff
fix: site urls
2021-11-09 06:58:21 -06:00
Aman Harwara
88cc50e8b6
fix: Fix icon colors to be more themeable ( #724 )
2021-11-06 19:29:03 +05:30
Johnny A
261bb65a85
fix: show alert when importing a zip file as a backup ( #720 )
...
* fix: show alert when importing a zip file as a backup
* Update app/assets/javascripts/strings.ts
Co-authored-by: Mo <mo@standardnotes.org >
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com >
Co-authored-by: Mo <mo@standardnotes.org >
2021-11-05 11:31:23 -04:00
Aman Harwara
2fdb748bab
fix: Change bg-neutral to bg-border ( #723 )
2021-11-05 20:43:27 +05:30
Mo
e1e38c65db
fix: add ability to subscribe without account ( #722 )
2021-11-05 10:09:46 -05:00
Aman Harwara
42b3cf5750
feat: Use border-main ( #721 )
2021-11-05 19:29:54 +05:30
Aman Harwara
54c09b9b49
chore: Bump sn-stylekit to 5.2.9 ( #719 )
2021-11-04 18:11:59 +05:30
Vardan Hakobyan
bbc81ea276
feat: move extensions from prefs menu's left pane to General->Advanced section ( #718 )
2021-11-03 22:45:50 +04:00
Vardan Hakobyan
04fab80adb
feat: fetch features and store locally for offline users ( #706 )
...
* feat: fetch features and store locally for offline users
* feat: handle success and error cases
* refactor: move offline activation code reading/validation to snjs
* chore: update after renaming snjs function
* fix: correct condition for checking offline users
* feat: let users remove their previous offline keys (WIP)
* refactor: handle setOfflineFeatures function response accordingly
* feat: remove corresponding local data when removing offline key
* fix: use snjs' confirm dialog instead of custom one
* feat: show warning before installing extension from untrusted source
* refactor: move functions for validating external feature url and checking if custom server host was used to snjs
* chore: put correct snjs version
* chore: make `eslint-plugin-react-hooks` in yarn.lock to match the `develop` branch
* chore: deps update
* chore: deps update
2021-11-03 22:27:36 +04:00
Aman Harwara
bad87a4f2f
feat: Replace border-gray-300 with border-neutral ( #716 )
2021-11-02 19:55:28 +05:30
Gorjan Petrovski
32ced95f72
fix: replace border-gray-300 with a themable colour ( #664 )
...
Co-authored-by: Aman Harwara <amanharwara@protonmail.com >
2021-11-01 20:46:14 +05:30
Aman Harwara
4f56c453cb
feat: Update "Change Email" and "Change Password" modal designs ( #714 )
...
* feat: Add new utility classes
* feat: Update "Change Email" modal design
* feat: Use .sk-input.contrast className to mimic password wizard inputs
* feat: Add explicit labels to password wizard inputs
* feat: Make button sizing consistent
* refactor: Remove unused dependencies
* refactor: Remove unused component
2021-11-01 19:49:06 +05:30
Aman Harwara
5da51048bf
feat: Use toggle switch for layerable themes in quick settings menu ( #712 )
...
* feat: Add px-0 utlility class
2021-10-30 21:22:46 +05:30
Aman Harwara
db1139fd44
feat: Keep only "Manage subscription" button in account subscription prefs ( #711 )
...
* feat: Add DASHBOARD_URL to .env.sample
2021-10-30 21:15:17 +05:30
Johnny A
c75492018f
fix: svg icons not showing on footer section ( #710 )
...
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com >
2021-10-29 15:59:29 -04:00
Johnny A
403fc3f295
fix: empty panel above 'Install Custom Extension' panel ( #709 )
...
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com >
2021-10-29 15:48:49 -04: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
Mo
fd6d83655c
feat: Component toggleability and add toggleable components to quick settings menu ( #707 )
...
* feat: toggleable extensions
* fix: return all themes for quick settings
* chore: bump snjs deps
* feat: Use Switch component for toggle in Quick Settings Menu
* feat: Add toggleableComponents to footer_view
* refactor: Change "components" to "toggleableComponents"
* feat: Add checked state to component toggle in quick settings menu
2021-10-27 10:19:42 -05:00