Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-31 | eslint: enforce semicolons only before statement continuation chars | ||
2023-05-19 | Fix linter warnings | ||
2023-03-06 | vnext: postcss-loader | ||
2023-02-04 | vnext: hide reply UI for anonymous users | ||
2023-02-04 | vnext: do not use Link without `to` | ||
2023-01-22 | Message: subscribe/unsubscribe | ||
2023-01-13 | Fix comment/edit/pm | ||
2023-01-13 | Minor fixes | ||
2023-01-13 | Fix paging | ||
2023-01-13 | Fix useSearchParams() usage | ||
2023-01-13 | qs -> URLSearchParams | ||
2023-01-13 | Moment -> Day.js | ||
2023-01-13 | ESLint: configure additional plugins | ||
2023-01-13 | Fix ESLint suggestions | ||
2023-01-13 | Icon: fix svg path | ||
2023-01-13 | ESLint: switch to `@typescript-eslint/parser` | ||
* JS version of the `no-floating-promise` rule sucks :( | |||
2023-01-13 | webpack -> postcss+esbuild | ||
2023-01-13 | Cleanup ESLint warnings | ||
2023-01-13 | Fix JSDoc warnings | ||
2023-01-13 | Fix editing | ||
2023-01-13 | Fix comments | ||
2023-01-13 | Switch back to grid layout | ||
2023-01-13 | Cleanup JSDoc warnings | ||
2023-01-13 | Fix Thread title | ||
2023-01-13 | Add page titles | ||
2023-01-13 | Cleanup JSDoc warnings | ||
2023-01-13 | `useVisitor` hook | ||
2023-01-13 | Fix React warnings | ||
2023-01-13 | Fix Spinner warnings | ||
2023-01-13 | Trends and cleanup JSDoc | ||
2023-01-13 | Fix loading thread state | ||
2023-01-13 | Tweak `eslint` configuration | ||
2023-01-13 | Merge Jest configuration from Next version | ||
2023-01-13 | Merge `embed.js` from Next version | ||
2023-01-13 | Merge `eslint` configuration from Next version | ||
2023-01-13 | Split `Thread` and `Comment` components | ||
2023-01-13 | Merge `Message` and `MessageInput` components from Next version | ||
2023-01-13 | Handle profile errors | ||
2023-01-13 | Basic profile caching | ||
2023-01-13 | Fix remote user fetching | ||
2023-01-13 | Upgrade to `react-router` v6 | ||
2023-01-13 | Fix loading state | ||
2023-01-13 | use `react-hook-form` and fix tests | ||
2023-01-13 | Initial SSR | ||
2023-01-13 | Fix tests | ||
2023-01-13 | New JSX transform | ||
2023-01-13 | Drop unused code | ||
2023-01-13 | Layout changes from legacy site | ||
2023-01-13 | Update deps | ||
2023-01-13 | Sign In With Apple | ||