Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-13 | `npm run start-ssr`: start server | Vitaly Takmazov | |
* Drop babel bootstrap script and use a bundle from esbuild | |||
2023-01-13 | server: build sourcemap | Vitaly Takmazov | |
2023-01-13 | SSR: handle shell errors | Vitaly Takmazov | |
2023-01-13 | Ignore local configuration | Vitaly Takmazov | |
2023-01-13 | Cleanup JSDoc warnings | Vitaly Takmazov | |
2023-01-13 | Fix Thread title | Vitaly Takmazov | |
2023-01-13 | Bump react-router-dom from 6.4.2 to 6.4.3 | dependabot[bot] | |
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.4.2 to 6.4.3. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.4.3/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2023-01-13 | Bump babel-loader from 9.0.0 to 9.0.1 | dependabot[bot] | |
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2023-01-13 | Add page titles | Vitaly Takmazov | |
2023-01-13 | Cleanup JSDoc warnings | Vitaly Takmazov | |
2023-01-13 | Bump eslint-plugin-jsdoc from 39.3.25 to 39.4.0 | dependabot[bot] | |
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.25 to 39.4.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.25...v39.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2023-01-13 | `useVisitor` hook | Vitaly Takmazov | |
2023-01-13 | use debug in server code | Vitaly Takmazov | |
2023-01-13 | Read http parameters from the config | Vitaly Takmazov | |
2023-01-13 | express: enable body parser | Vitaly Takmazov | |
2023-01-13 | Read static root from the config | Vitaly Takmazov | |
2023-01-13 | Fix routes usage | Vitaly Takmazov | |
2023-01-13 | Read Sape token from the config | Vitaly Takmazov | |
2023-01-13 | Bundle server with esbuild | Vitaly Takmazov | |
2023-01-13 | Change server port | Vitaly Takmazov | |
2023-01-13 | Use config settings | Vitaly Takmazov | |
2023-01-13 | Merge server routes from Next version | Vitaly Takmazov | |
2023-01-13 | Fix React warnings | Vitaly Takmazov | |
2023-01-13 | Encode strings correctly | Vitaly Takmazov | |
2023-01-13 | Handle rendering errors | Vitaly Takmazov | |
2023-01-13 | Enable `lazy` back | Vitaly Takmazov | |
2023-01-13 | Use `renderToPipeableStream` | Vitaly Takmazov | |
2023-01-13 | Disable Suspense/lazy import to fix SSR | Vitaly Takmazov | |
2023-01-13 | Fix Spinner warnings | Vitaly Takmazov | |
2023-01-13 | Fix array destructuring assignments | Vitaly Takmazov | |
2023-01-13 | Trends and cleanup JSDoc | Vitaly Takmazov | |
2023-01-13 | Tweak Eslint configuration | Vitaly Takmazov | |
2023-01-13 | Fix content width | Vitaly Takmazov | |
2023-01-13 | Fix loading thread state | Vitaly Takmazov | |
2023-01-13 | Drop scrolling header | Vitaly Takmazov | |
2023-01-13 | Webpack: enable error overlay plugin | Vitaly Takmazov | |
2023-01-13 | Tweak `eslint` configuration | Vitaly Takmazov | |
2023-01-13 | `npm audit fix` | Vitaly Takmazov | |
2023-01-13 | Merge Jest configuration from Next version | Vitaly Takmazov | |
2023-01-13 | Merge `embed.js` from Next version | Vitaly Takmazov | |
2023-01-13 | Merge `eslint` configuration from Next version | Vitaly Takmazov | |
2023-01-13 | Split `Thread` and `Comment` components | Vitaly Takmazov | |
2023-01-13 | Merge `Message` and `MessageInput` components from Next version | Vitaly Takmazov | |
2023-01-13 | Handle profile errors | Vitaly Takmazov | |
2023-01-13 | Basic profile caching | Vitaly Takmazov | |
2023-01-13 | Fix remote user fetching | Vitaly Takmazov | |
2023-01-13 | Upgrade to `react-router` v6 | Vitaly Takmazov | |
2023-01-13 | Disable unused `devServer` options | Vitaly Takmazov | |
2023-01-13 | Fetch profiles directly | Vitaly Takmazov | |
2023-01-13 | Fix loading state | Vitaly Takmazov | |