Caleb Taylor
24323a9c95
Responsive carbon ( #925 )
...
* From 768px to 920px, toolbar overflows container, shifted media query at max-width of 920px
* min-width of main content is larger than viewport, causing overflow
* main page has scrollbars even though all content visually is within viewport, removed/lessened margin on main and body
* On Firefox, the items inside toolbar second row would not match to container's height, thus would be smaller. 'flex: 1' applys flex growth, but sets the initial size of item to 0%. flex basis needs to be added as auto to fit the parent's main size property.
Co-authored-by: Michael Fix <mrfix84@gmail.com>
5 years ago
Michael Fix
10cc6fdb93
Improve mobile UI ( #875 )
...
* make toolbar fit window on mobile
* don't prefetch /about
* improve /about page
* fix layout for /account and /snippets
* fix img on /about mobile
* unneeded change
5 years ago
Mike Fix
9032c70dd8
fix up old Toolbar TODO
5 years ago
Michael Fix
e0ed4bebdc
Merge in 4.0.0 ( #850 )
...
* merge in 4.0
* dev mode with firebase impl
* useReducer for toasts state
5 years ago
Michael Fix
bd695b7fd1
convert ids to classNames, use refs ( #488 )
6 years ago
Michael Fix
3bbb98a3a2
Revert "Refactor state components ( #338 )" ( #348 )
...
This reverts commit 0a59db56c8
.
7 years ago
Michael Fix
0a59db56c8
Refactor state components ( #338 )
...
* WIP: Unstated works
* WIP: extract into its own file
* Container instance
* Remove unused variables
* Move toolbar children into Toolbar
* Extract our Coder interface
* Remove top level subscription
* Bug fix
* WIP
* Remove old dependencies
* Add import eslint plugin
* Rename components
- add createRef TODO [ ]
* Bug fixes
* Rename Coder -> CodeWindow
* Address comments
- Rename to variable
- Rename onDrop from Editor containers perspective
* More variable renaming
7 years ago
Michael Fix
5a4cdd7d7f
Lint and fix issues, don't add linting yet though ( #293 )
...
* Lint and fix issue, don't add linting yet though
* Clean up
* Remove /about href
7 years ago
Andrew
3cbcb49c27
Remove semicolons
7 years ago
Andrew Dassonville
7e69ca2897
Add prettier
7 years ago
Jake Dexheimer
bb9efd6e38
Fix double select, buttons align
7 years ago
Mike Fix
36800e763c
Make toolbar just be a aesthetic component
7 years ago
Mike Fix
646d8919c5
Clean up old code
7 years ago
Mike Fix
1cf0757324
Slight updates
7 years ago
briandennis
fd38138dae
update pages/components to handle new tweet functionality
7 years ago
Jake Dexheimer
bf374f1728
Clean up styles
...
- Move globals out of Meta component
- Create style components for Reset and TypeSystem
7 years ago
Jake Dexheimer
5aa85443dc
Add new logo, colors
7 years ago
Jake Dexheimer
c82779f2df
Rename colorpicker
7 years ago
Jake Dexheimer
85b193e1f1
Make pretty 👻
7 years ago
Mike Fix
7dac7ae15c
Add dnd container (doesn't render?). Make top level settings single source of truth
7 years ago
Jake Dexheimer
8272d81753
Merge branch 'master' into toolbar
7 years ago
Jake Dexheimer
6343dc5a15
Start hooking up Settings state
8 years ago
Jake Dexheimer
77b1a722d8
Add toggle component
8 years ago
briandennis
69c2557eee
add basic copy button support
8 years ago
Jake Dexheimer
0c872f69fc
CSS display fixes
8 years ago
Mike Fix
8697c2e683
Fix git renaming issue
8 years ago