Commit Graph

26 Commits (b8fb3f3e17abe14f94f67e6d8a773321258941ba)

Author SHA1 Message Date
William Grant a098638bc0 refactor: remove unnecessary react imports
you don't need it from react 17
Audric Ackermann f654b0666b fix: contact seed nodes one at a time only
also includes a fix to fix the release builds
Audric Ackermann ec76057c5e
Merge integration test ()
* Testing playwright for Desktop automation

* add more data-testid field

* remove commited test-results

* test: skip group upkeep for now

* test: mention test create group instead of restoring from seed

* test: run on testnet

* fix: revert messagebanner unread count changes

from commit 8107d75e89

Co-authored-by: Emily <emily@oxen.io>
Audric Ackermann 2b17ad5cfa WIP
Audric Ackermann 2dfd09a7b1 app kind of start background side
Audric Ackermann 741b5b6399 bump lib to es2021 (needed for string.replaceAll
Audric Ackermann 12d9a8db78
electron-renderer webpack seems to be generating main_renderer.js
Audric Ackermann 51575d2f56
moved views to TS but broken
audric 381cb77ad9 fixup tsconfi complaining about playwright.config being above it
Audric Ackermann e33b6eadc4
bump typescript to 4.5.4
Audric Ackermann 5c7615d205
removed old fileserver support
audric 8344c48d88 handle offline status for selectGuardNodes stuff
audric 9e37985d03 enable no-unused local and imports and fix tslint
Maxim Shishmarev 8ca7b8cfb4 Message receiving refactor: handleDataMessage onwards
Mikunj 4139144b73 Disable unused in tsconfig temporarily
Audric Ackermann 25d0fff95f fix build
Scott Nonnenberg b3ac1373fa Move left pane entirely to React
Daniel Gasienica 381290c55f Adjust `tsconfig.json` formatting for Prettier
Daniel Gasienica 84f69f482f Prettier: Format JSON configuration files
Daniel Gasienica 3ad74e0c3e Remove implied `strict` compiler options
Daniel Gasienica 39d5f3c413 Enable strict type checking features
Daniel Gasienica 99921ed848 Enable strict `null` checks
Daniel Gasienica 9513e90a84 Fix TS error regarding `window`
Daniel Gasienica 27f205e0a3 Fix TS error regarding `SharedArrayBuffer`
Scott Nonnenberg 23537546fe
Big refactor: ts/ directory for all typescript, including react
Split out test-specific and general utility react components too.

And moved our test/legacy* files for the Style Guide into a styleguide/
subdirectory of test/.

I think we'll be able to live in this directory structure for a while.
Scott Nonnenberg 893fb1cb9e
Introduce React/TypeScript/TSLint into app for new UI components
npm run transpile
  Works on files under js/react/
  Outputs files right next to the .tsx file

This is part of our `grunt dev` task, as well as the default grunt task,
which does everything else necessary to get a raw git checkout ready to
run.