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

Split sidebar into separate pages #74

Closed
jbrooksuk opened this issue Dec 20, 2014 · 2 comments
Closed

Split sidebar into separate pages #74

jbrooksuk opened this issue Dec 20, 2014 · 2 comments
Milestone

Comments

@jbrooksuk
Copy link
Member

For the sake of getting V1 out and not having to write much JavaScript I want to separate what would be the "tabs" in each section into sub-pages.

This means that where we currently have:

  • Dashboard
  • Components
  • Incidents
  • ...

We'd now have:

  • Dashboard
  • Components
    • Add
    • Edit
    • Delete
  • Incidents
    • Add
    • Edit
    • Delete
  • ...

Or whatever.

The problem I encountered with tabs (without AJAX) is that the page redirects to the wrong tab. There are hacks for this, sure, but it's not very nice.

@jbrooksuk
Copy link
Member Author

I've just done the components page and actually, it can just be:

  • Components
    • Add Component

Saying that, there is no Edit Component page yet, so I don't know how that'll work. In the future modals would be good. Deleting a component is done from the Components page anyway (needs confirmation).

@jbrooksuk
Copy link
Member Author

Closing this now it's underway.

@GrahamCampbell GrahamCampbell modified the milestone: V0.1.0 Alpha Jul 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants