Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-31 | eslint: enforce semicolons only before statement continuation chars | ||
2023-02-01 | Fix react-router links | ||
2023-01-14 | vnext: bump copyright year | ||
2023-01-13 | Fix comment/edit/pm | ||
2023-01-13 | Minor fixes | ||
2023-01-13 | qs -> URLSearchParams | ||
2023-01-13 | ESLint: switch to `@typescript-eslint/parser` | ||
* JS version of the `no-floating-promise` rule sucks :( | |||
2023-01-13 | Temporary remove state from Login page | ||
2023-01-13 | Bring back Discover | ||
2023-01-13 | Switch back to grid layout | ||
2023-01-13 | `useVisitor` hook | ||
2023-01-13 | Trends and cleanup JSDoc | ||
2023-01-13 | Drop scrolling header | ||
2023-01-13 | Tweak `eslint` configuration | ||
2023-01-13 | Upgrade to `react-router` v6 | ||
2023-01-13 | Initial SSR | ||
2023-01-13 | Merge css fixes from legacy app | ||
2023-01-13 | New JSX transform | ||
2023-01-13 | react-cookies -> react-cookie + universal-cookie | ||
2023-01-13 | Prepare to SSR | ||
2023-01-13 | Layout changes from legacy site | ||
2023-01-13 | Fix anonymous Thread view | ||
2023-01-13 | Fix some jsdoc definitions | ||
2023-01-13 | react-router-dom hooks | ||
2023-01-13 | Fix content top on scroll | ||
2023-01-13 | Hide header on scroll (mobile only) | ||
2023-01-13 | Fixed header | ||
2023-01-13 | Fix anonymous user flow and broken hash flow | ||
2023-01-13 | Show logo on first render | ||
2023-01-13 | jsdoc fixes | ||
2023-01-13 | Do not render anonymous page before auth | ||
2023-01-13 | add external svg shim | ||
2023-01-13 | prop-types -> jsdoc | ||
2023-01-13 | login wip | ||
2023-01-13 | remove incorrect useEffect dependency on visitor state | ||
2023-01-13 | remove incorrect useEffect dependency | ||
2023-01-13 | New layout WIP | ||
2023-01-13 | Components -> UI | ||
2023-01-13 | Fix deps | ||
2023-01-13 | Fix ESLint warnings | ||
react hooks linter fixes header! | |||
2023-01-13 | Update unread counters on msg | ||
2023-01-13 | Fix EventSource | ||
2023-01-13 | Fix hook dependencies warnings (some) | ||
2023-01-13 | Fix prop-types warnings | ||
2023-01-13 | Remove incorrect prop-types | ||
prop-types (or vscode?) show invalid warning for now | |||
2023-01-13 | Cleanup ESLint warnings | ||
2023-01-13 | App, Chat, Thread using hooks | ||
2023-01-13 | Pass EventSource connection to child components | ||
2023-01-13 | Layout changes | ||
2023-01-13 | Fix matchMedia queries | ||