Skip to content

Mobile Web Client#85

Merged
rafd merged 24 commits into
braidchat:masterfrom
rafd:mobile
Sep 12, 2016
Merged

Mobile Web Client#85
rafd merged 24 commits into
braidchat:masterfrom
rafd:mobile

Conversation

@rafd

@rafd rafd commented Sep 12, 2016

Copy link
Copy Markdown
Member

A preliminary mobile web client. Still lots of room for UI improvements and not feature parity with the desktop client, but, usable.

Comment thread src/braid/client/core/events.cljs Outdated
(if (or (nil? group-id) (some? (get-in state [:groups group-id])))
(assoc state :open-group-id group-id :page page-id)
(assoc state :open-group-id nil :page {:type :index}))))
(assoc state :open-group-id group-id :page page-id)))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The check was there to prevent weird behaviour if one tried to navigate to a url with a bad group-id.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Fixed.

@jamesnvc

Copy link
Copy Markdown
Contributor

One comment, but I'd like to just merge this ASAP - makes me uncomfortable to have live code that isn't from master :S

@rafd rafd merged commit 098711a into braidchat:master Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants