Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a design system (#34) | Paul Frazee | 2022-12-28 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add theming system * Add standard Button control and update RadioButtons * Unify radiobutton with design system * Update debug screen to have multiple views * Add ToggleButton * Update error controls to use design system * Add typography to <Text> element * Move DropdownButton into the design system * Clean out old code * Move Text into design system * Add 'inverted' color palette * Move LoadingPlaceholder into the design system | |||||
* | Remove webcrypto polyfill, as it's no longer needed | Paul Frazee | 2022-11-23 | 1 | -16/+11 | |
| | ||||||
* | Add web linking and proper share controls | Paul Frazee | 2022-11-21 | 1 | -0/+9 | |
| | ||||||
* | Fix sizing on smaller phones | Paul Frazee | 2022-11-16 | 1 | -1/+4 | |
| | ||||||
* | Add splash screen to ios | Paul Frazee | 2022-11-05 | 1 | -1/+5 | |
| | ||||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | * Flatten all routing into a single stack * Replace router with custom implementation * Add shell header and titles * Add tab selector * Add back/forward history menus on longpress * Fix: don't modify state during render * Add refresh() to navigation and reroute navigations to the current location to refresh instead of add to history * Cache screens during navigation to maintain scroll position and improve load-time for renders | |||||
* | Add share bottom-sheet to feed and thread | Paul Frazee | 2022-07-25 | 1 | -3/+9 | |
| | ||||||
* | Add icons | Paul Frazee | 2022-07-19 | 1 | -23/+7 | |
| | ||||||
* | Replace mobx-state-tree with mobx and get a basic home feed rendering | Paul Frazee | 2022-07-19 | 1 | -2/+26 | |
| | ||||||
* | Add mock API and reorg code for clarity | Paul Frazee | 2022-07-18 | 1 | -1/+2 | |
| | ||||||
* | Polyfills for native crypto | Paul Frazee | 2022-06-15 | 1 | -1/+2 | |
| | ||||||
* | Add routes and core views | Paul Frazee | 2022-06-09 | 1 | -57/+2 | |
| | ||||||
* | Add state management | Paul Frazee | 2022-06-09 | 1 | -0/+80 | |