Commit Graph

25 Commits

Author SHA1 Message Date
Audric Ackermann f654b0666b fix: contact seed nodes one at a time only
also includes a fix to fix the release builds
2022-05-17 15:47:09 +10:00
Audric Ackermann ec76057c5e
Merge integration test (#2313)
* 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>
2022-05-17 13:22:13 +10:00
Audric Ackermann 2b17ad5cfa WIP 2022-04-01 15:42:50 +11:00
Audric Ackermann 2dfd09a7b1 app kind of start background side 2022-03-31 10:22:13 +11:00
Audric Ackermann 741b5b6399 bump lib to es2021 (needed for string.replaceAll 2022-03-30 08:36:39 +11:00
Audric Ackermann 12d9a8db78
electron-renderer webpack seems to be generating main_renderer.js 2022-03-28 17:28:36 +11:00
Audric Ackermann 51575d2f56
moved views to TS but broken 2022-03-24 11:15:21 +11:00
audric 381cb77ad9 fixup tsconfi complaining about playwright.config being above it 2022-01-19 10:59:55 +11:00
Audric Ackermann e33b6eadc4
bump typescript to 4.5.4 2021-12-17 11:50:56 +11:00
Audric Ackermann 5c7615d205
removed old fileserver support 2021-10-20 14:18:57 +11:00
audric 8344c48d88 handle offline status for selectGuardNodes stuff 2021-08-13 11:49:45 +10:00
audric 9e37985d03 enable no-unused local and imports and fix tslint 2021-08-12 14:48:18 +10:00
Maxim Shishmarev 8ca7b8cfb4 Message receiving refactor: handleDataMessage onwards 2020-06-12 18:08:44 +10:00
Mikunj 4139144b73 Disable unused in tsconfig temporarily 2020-06-09 09:01:23 +10:00
Audric Ackermann 25d0fff95f fix build 2020-01-21 10:51:32 +11:00
Scott Nonnenberg b3ac1373fa Move left pane entirely to React 2019-03-12 17:44:14 -07:00
Daniel Gasienica 381290c55f Adjust `tsconfig.json` formatting for Prettier 2018-05-04 17:34:50 -04:00
Daniel Gasienica 84f69f482f Prettier: Format JSON configuration files 2018-05-04 16:32:08 -04:00
Daniel Gasienica 3ad74e0c3e Remove implied `strict` compiler options 2018-04-25 15:24:52 -04:00
Daniel Gasienica 39d5f3c413 Enable strict type checking features 2018-04-25 15:24:51 -04:00
Daniel Gasienica 99921ed848 Enable strict `null` checks 2018-04-25 15:24:51 -04:00
Daniel Gasienica 9513e90a84 Fix TS error regarding `window` 2018-04-11 19:25:30 -04:00
Daniel Gasienica 27f205e0a3 Fix TS error regarding `SharedArrayBuffer` 2018-04-11 19:25:30 -04:00
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.
2018-04-05 15:30:40 -07:00
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.
2018-04-04 16:08:27 -07:00