Age | Commit message (Expand) | Author |
---|---|---|
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 | |
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 | |
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 | |
2023-01-13 | Sidebar navigation fixes | |
2023-01-13 | read/readers | |
2023-01-13 | Upload avatar | |
2023-01-13 | drop unused cookie | |
2023-01-13 | fix logo | |
2023-01-13 | hide sidebar from anonymous | |
2023-01-13 | ReactDOM.createPortal | |
2023-01-13 | mobile navigation | |
2023-01-13 | layout fixes | |
2023-01-13 | layout fixes | |
2023-01-13 | merge style changes from legacy | |
2023-01-13 | CSS Grid WIP | |
2023-01-13 | IE compatibility | |
2023-01-13 | Fix qs.parse calls | |
2023-01-13 | query-string -> qs | |
2023-01-13 | AvatarLink |