@pete

brutal todo

  • Update the name to brutaldocs.com

  • When I login to my phone/another device is should load up my docs.

  • There should be a way to switch color schemes in reading mode/view

  • The reading mode/view should be SSR so search engines can read it

  • The left sidebar takes up too much room on mobile. let’s remove it entirely and put a hamburder nav in the top left. it will then expand and show everything in one place, beautifully displayed.

  • Mobile: remove sidebar nav on homepage

  • Mobile: Make the viewport: prevent zoom - width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no

  • Mobile: The scrolling on the editor for longer text is messed up when the chrome/safari native keyboard is open. Text disappears - almost unusable.

  • Feature: Add a new dimension to the “Nav” component. the options will allow for horizontal for vertical display. also optionallly can show publish datetimes next to the items in the menu.

  • We need to redo the homepage animations/screenshare automations. For one, they use the old name. They should show as brutaldocs.com. Second, they should have far more content in their examples. And look more real. Also should include a photography one. Use the example photos inside: photos/ directory. use client/demos as a starting point

  • Make it my homepage somehow somewhat

  • Bug: Sometimes, perhaps just on mobile (not sure if happens on desktop), the share button in top right only ever shows “Private”. It should reflect what the visibility status actually is. It seems to work ok sometimes.

  • The analytics page is showing old/legacy style URLs next to pages.

  • Is it possible to use some sort of URL hash or something when editing pages. Currently the URL never changes when editing between docs and it’s a little weird. It can be a local uuid - does not need to be pretty.

  • Let’s make the docs page itself look like a note (homepage style). Currently it has a completely different style and even a wrong logo in the header. Make sure to polish the content on the docs as well since much has changed since it was originally written.

  • Generate cool small animations of each of the features for the docs page using the same technique as the client/demos folder. Not full browser captures though - on the docs page it should be cropped to the component.

  • Is there anything we can do to improve performance? I notice after writing for a while my devices they become hot. What could be causing that?