Utku
63afacbc54
Mobile Analytics and some changes ( #667 )
...
* update contributing & environment-setup
* fix pods deployment target to 13.0
* Track app screen changes with plausible
* Don't track onboarding
* remove platformType from usePlausibleEvent
* submit custom plausible events
2023-04-04 05:41:09 +00:00
nikec
fc830ff922
[Desktop] Add label & error to form field ( #659 )
...
* Add label and error to form field
* Add error styling
* Update other form fields
* Update FormField.tsx
* Update Input.tsx
* Move field state to hook
* remove required
2023-03-31 10:34:52 +00:00
nikec
afb2cea12d
[Desktop] Fix input right buttons ( #651 )
...
* update color picker
* fix position and ref
* style hex input
* update input field
* add Icon type option
* Update input
* change right padding on lg size
* update other inputs
* update color picker input
---------
Co-authored-by: Brendan Allan <brendonovich@outlook.com >
2023-03-30 03:08:04 +00:00
Utku
902a3b5ba1
Onboarding, Spacedrop & Location Settings Screen & Styled API ( #596 )
...
* fix wrong current lib logic
* add delete lib dialog to LibraryGeneralSettings
* add delete lib to mobile LibraryGeneralSettings too
* onboarding screens
* move zxcvbn to @sd/client
* get started screen and bloom
* merge fix
* move generatePassword back to interface
* add useZodForm to mobile and match react-hook-form versions
* new lib screen
* Implement styled api
* create lib screen and some tweaks
* password input
* fix password meter comp
* new library style tweaks
* Fix remove password bug (interface)
* master password screen
* privacy screen
* creating lib screen
* hexagons are cool
* Expo 48
* keyboard handling
* fix P2P on IOS
* fix types
* asset script
* new icons
* Spacedrop screen
* Fix mobile asset imports
* fix import cycle warning
* Edit Location Settings screen and style changes on other setting screens
* fix library creating bug? hopefully lol
* move PasswordMeter to interface
---------
Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me >
2023-03-17 02:00:02 +00:00
Oscar Beaumont
66fe8d1814
[ENG-227] Desktop app and landing page telemetry using Plausible Analytics ( #583 )
...
* add Plausible analytics to landing page
* proxy plausible through vercel
* fix typo & add other options
* add plausible to `sd/client`
* add telemetry sharing option into library config
* add telemetry config option to lib creation dialog
* revert error message change but keep the typo fix
* add telemetry sharing & error handling to client context
* add important note about requiring the tracker component in root/base layouts
* add the `PlausibleTracker`
* grammatical tweaks
* some TS cleanup
* disable analytics in debug mode
* further component improvements and use custom event props
* more cleanup
* remove tracking from onboarding (no telemetry sharing config option)
* update comment
* add fancy new plausible hooks/tracking
* add `pageview` monitoring hook to `$libraryId` layout
* add library creation events to onboarding and creation dialog
* revert `useCurrentLibraryId()` error handling & add important comment
* minor comment tweaks
* replace `usage` with `telemetry`
* add missing newline
* add location create & delete events
* add tag create & delete events
* add/update library create & delete events
* add fn for getting telemetry settings for library by uuid
* add more events + fix a few bugs
* update generics
* add `telemetryState` `valtio` store
* use new telemetry state
* remove old artifacts from `ClientContext`
* Revert "add telemetry sharing option into library config"
This reverts commit afb9f892ab .
* update events, docs & generics
* add `tagAssign` event
* light comment updates
* const names, comments, etc
* add additional info to props and update comment
* add telemetry sharing to debug state (for sharing telemetry in debug mode)
* update `debugState` item name
* change how `Switch` updates the store in privacy settings
* remove `getTelemetryState` from `telemetryState`
* cleanup library creation event handling/telemetry config updating
* add `DebugPopover` to onboarding in debug mode
* improve code quality/comments
* remove useless comment
* rename `ob_store` and `shareTelemetryDataWithDevelopers`
* fix typo
* add `telemetryLogger` and prevent multiple of the same events from firing consecutively
* add more unique path matching and fix an issue with events
* rename `telemetryLogger` -> `telemetryLogging`
---------
Co-authored-by: brxken128 <77554505+brxken128@users.noreply.github.com >
2023-03-09 08:37:57 +00:00
Brendan Allan
c65d92ee4c
[ENG-380] Interface code structure improvement ( #581 )
...
* beginnings of app directory
* settings mostly good
* colocate way more components
* flatten components folder
* reexport QueryClientProvider from client
* move CodeBlock back to interface
* colocate Explorer, KeyManager + more
* goddamn captialisation
* get toasts out of components
* please eslint
* no more src directory
* $ instead of :
* added back RowHeader component
* fix settings modal padding
* more spacing, less margin
* fix sidebar locations button
* fix tags sidebar link
* clean up back button
* added margin to explorer context menu to prevent contact with edge of viewport
* don't export QueryClientProvider from @sd/client
* basic guidelines
* import interface correctly
* remove old demo data
* fix onboarding layout
* fix onboarding navigation
* fix key manager settings button
---------
Co-authored-by: Jamie Pine <ijamespine@me.com >
2023-02-27 21:29:48 -08:00