Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixmes * fixmes * fixmes * fixmes * fixmes * fixes for e-hern's comments * use abortcontroller * add docs * fixes * revert craco, fix windows build * remove from gitignore * remove unnecessary check * tmp * augment window * tmptmp * split errors back up * tmp * tmp * prettier * fix * Fix lints * Prepare for addition for `as T` lint * Add lint for early returns * Address review issues * Fix lints * remove withrouter * fix file length * fixes * fixes * remove dashboard * fix * use switch * prettier * fixes * prettier * fixes * run prettier * run prettier * run prettier * fix main page url * allow node.js debugging * fix lints * change not equal * prettier * Remove references to withRouter; fix lints * Run prettier * Add cloud endpoints * Add JSON-RPC endpoints * Add dashboard skeleton * Add components and edit dashboard * Run prettier * (WIP) Add cloud endpoints * Add rpc endpoints * Address review issues * Formatting and minor fixes for `newtype.ts` * Address review issues * Rename `Brand` to `NewtypeVariant` * Rename `Brand` to `NewtypeVariant` * Fix formatting in `newtype.ts` * Switch dashboard to esbuild * Minor fixes; move Tailwind generation into esbuild-config * Fix watching `content/` and `client/` * Bump esbuild binary versions; minor dependency list fixes * Add dashboard skeleton * Run prettier * Fixes; rename "npm run dev" to "npm run watch-dashboard" * Avoid writing esbuild outputs to disk for `dashboard/` * Convert watch-dashboard to be fully in-memory; rebuild css files on change * Remove obsolete FIXME * Remove unused constants * Run prettier * add missing styles * Fixes * Fix the fixes * Run prettier * Fixes; use nesting plugin to wrap tailwind preflight * Remove testing flag from client/watch * Minor fixes * Run prettier * Export newtypes * Make css rebuild when tailwind config changes * Fix endpoints * Finish copying changes over * Remove duplicate type definitions * Feat: top-bar styles and changePassword feature * Fix: remove eslint disable comments * Fix bundling for dashboard * Fix dashboard/bundle.ts erroring when build directory does not exist * Move CSS to Tailwind config * Run prettier * Copy changes from old branch * Update endpoints * Fix esbuild binary package names * Remove redundant "npx" prefix from build scripts * Remove unused dependency * workaround for mac freeze * Fix bug * add missing sections * Fix: bug * Address review issue * Fix prettier config; run prettier * Fix live-reload of `npm run watch-dashboard` * Fix service worker for client-side routing * Remove workaround for backend bug when listing directories * Fix sizing * Fix spacing, add fixed paths * Address review issues; minor fixes * Fix authentication on desktop IDE * Run prettier * Allow unused locals and parameters in tsconfig.json * Run prettier * Fix TypeScript errors * Run prettier * Fix eslint errors, restructure code * Minor fixes and other changes * Revert incorrect change to `cognito/changePassword` * Remove unused file * Run prettier * Merge with top bar; implement switching between IDE and dashboard * Animate project switcher (WIP) * Fix IDE and project switcher animation * Fix eslint errors * Change `#dashboard` to `.dashboard` for Tailwind * Split `-authentication` option into `-cloud.authentication` and `-cloud.dashboard` * Address review issues * Add description for cloud option group * Extract custom CSS values into Tailwind config; use ModalProvider * Hide topbar in IDE view * Add project manager backend service * Begin fixing IDE open * (WIP) * Clean up unused code * Minor fixes * Fix * Fix local backend's usage of project manager (WIP) * WIP * Minor fixes * Fix scrollbar showing because of margins * Expose `runProject` instead of `main` * Keep persistent websocket to Project Manager * Fix spinner state bug * Fix race condition when switching between backends * Fix loading local projects * Make switching local projects work * Fix opening cloud projects * Add shortcut to switch back to dashboard * Fix templates for desktop; other fixes * Fix status check polling in `ProjectActionButton` not being stopped * Run prettier * Retry reconnecting to Project Manager * fix back to dashboard shortcut on macOS * Fixes * More fixes * Rename `backendModule` to `cloudService` --------- Co-authored-by: Nikita Pekin <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Paweł Buchowski <[email protected]> Co-authored-by: Nctdtman <[email protected]>
- Loading branch information