Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-01-13 | use `react-hook-form` and fix tests | Vitaly Takmazov | |
2023-01-13 | Initial SSR | Vitaly Takmazov | |
2023-01-13 | Switch from `babel-eslint` to `@babel/eslint-parser` | Vitaly Takmazov | |
2023-01-13 | Use `react-router-v5-compat` | Vitaly Takmazov | |
2023-01-13 | Upgrade dependencies and fix Webpack configuration | Vitaly Takmazov | |
2023-01-13 | Bump @babel/core from 7.15.4 to 7.15.5 | dependabot[bot] | |
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.4 to 7.15.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.15.5/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2023-01-13 | Bump react-router-dom from 5.2.1 to 5.3.0 | dependabot[bot] | |
Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/ReactTraining/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/ReactTraining/react-router/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2023-01-13 | Bump axios from 0.21.1 to 0.21.4 | dependabot[bot] | |
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2023-01-13 | Bump @babel/preset-env from 7.15.0 to 7.15.4 | dependabot[bot] | |
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.15.0 to 7.15.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.15.4/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |