Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

feat: delete pages and projects #83

Closed
wants to merge 6 commits into from

Conversation

Alexpeschel
Copy link
Member

No description provided.

@@ -74,4 +81,9 @@ export class PageList extends React.Component<PageListProps> {
protected handlePageClick(id: string): void {
this.props.store.openPage(id);
}

protected handleDeletePageClick(page: PageRef): void {
console.log(page);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove debug code :)

@kotzendekrabbe
Copy link
Member

@Alexpeschel please resolve conflicts :)

@tilmx
Copy link
Member

tilmx commented Dec 20, 2017

I think we should wait with this feature until we released our next version

@kotzendekrabbe
Copy link
Member

@tilmx that's fine, it's only because the checks failed ;) travis issues - after a PR update they will pass

@kotzendekrabbe kotzendekrabbe added this to the Beta Version milestone Dec 20, 2017
@kotzendekrabbe kotzendekrabbe mentioned this pull request Dec 24, 2017
@kotzendekrabbe kotzendekrabbe mentioned this pull request Dec 24, 2017
@markusoelhafen markusoelhafen mentioned this pull request Jan 5, 2018
@Jumace
Copy link
Contributor

Jumace commented Feb 17, 2018

This MR is not relevant anymore so I'll close this PR

@Jumace Jumace closed this Feb 17, 2018
@TheReincarnator TheReincarnator modified the milestones: Beta Version, Alpha Version Mar 8, 2018
@TheReincarnator TheReincarnator deleted the feat/delete-pages-and-projects branch March 28, 2018 13:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants