Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no "New Post" button #933

Closed
syvbyen opened this issue Feb 5, 2021 · 1 comment
Closed

There is no "New Post" button #933

syvbyen opened this issue Feb 5, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@syvbyen
Copy link

syvbyen commented Feb 5, 2021

I actually have two problems, but the first one I fixed manually (maybe I'm doing something wrong). I'm listing them together in case they affect each other somehow.

  1. When I make a new user with
    php artisan canvas:user admin [email protected]

I then get an error when I go to www.url.com/canvas:

Argument 1 passed to Canvas\Canvas::enabledDarkMode() must be of the type int, null given,

My manual fix is going into my own database and setting it to "0", then I get the same error with locale. And again I just set it manually. That's fine, a little annoying but fine.

  1. Then when I log in there is no New Post button. This is how it looks where I'm guessing it's supposed to be a button

image

(It's the role editor because I tried changing it too see if that changed anything)

@austintoddj austintoddj added the bug Something isn't working label Feb 5, 2021
@austintoddj
Copy link
Owner

Good catch here. I just pushed out a release to fix the dark mode and locale bugs.

The New Post button on the other hand is just a UX thing. It's actually only accessible on the /stats and /posts pages. I can understand if that's a bit too hidden for folks, but I wanted to make it consistent with the way that you create Tags and Topics. All are accessible from their list pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants