Code Monkey home page Code Monkey logo

brainstorm's People

Contributors

azeirah avatar paulproteus avatar tomsquest avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

brainstorm's Issues

(Sandstorm Package) In firefox page keeps reloading

I keep seeing xhr and xhr_send requests. My Sandstorm instance lives behind an nginx reverse proxy (I don't know if that matters?) I'm able to briefly select a text field, which then refreshes the page. Clicking on "New Note :)" highlights the text areas red, and then refreshes the page again.

Characters getting removed and cursor jumping around while using the note editor

While typing in the editor, in either the tag fields, name field or content field, characters may sometimes be skipped. This happens far too often, and results in an annoying experience.

This is all because the editor's title, tag and content fields are reactive variables. When they change, for example when you're writing something, reactivity might lag behind a little, and return to a state before you wrote a character.

Using these reactive session variables in the editor also creates a plethora of other problems, no spaces in tags, cursor sometimes jumps around, typing feels more sluggish. Not good ๐Ÿ˜ฆ

New Brainstorm Graphics for Sandstorm Package

@Azeirah

I'm Nena Nguyen, designer at Sandstorm. I'm reaching out to you about Brainstorm graphics because we're currently developing an app market and working on UI improvements to the existing Sandstorm shell design. See: https://groups.google.com/d/msg/sandstorm-dev/VRkPqX61cRs/Ts37SbqqKAAJ

As a part of this redesign, existing and new apps will need to submit 3 graphics (as a part of their SPK) for aesthetic and functional purposes.

I wasn't able to find any branding/logo assets for Brainstorm so I went ahead and designed you some graphics (inspired by your app's grid layout and a little green underscore highlight I saw).

If you think these are suitable, I can send you the files for when we need apps to update their SPKs(soonish). If not, I'll happily send over the illustrator/svg files or you can choose to come up with your own set.

Thanks!

:)

brainstorm-preview1

Update note button doesn't dissappear after updating a note

This is a critical bug.

After pressing the edit button on a note, and then pressing the update note button on the editor, the editor will remain in note-updating mode, you cannot insert a new note until you refresh the page.

Gif of the issue
note_issue

The editor note needs styling

The editor note is unaligned, the submit button is small, fonts are a little messy and all input fields should be a bit bigger.

image

My css is not very good, it would be nice if someone could help with this one.

Future Sandstorm platform change will impact Brainstorm

I am filing issues to notify of future breaking changes. Specifically, client-side loading of external scripts is blocked in the following PR: sandstorm-io/sandstorm#3409

In testing, Brainstorm appears to try to load stylesheets from CDNs, which won't work after this change. The app is still reported to be functionally usable, but it doesn't look right on a server running this security change. (Also, #19 is similarly related here.)

A note in progress can be deleted if you accidentally click on a link *within* brainstorm

When you're writing a note, it's possible to delete the current draft of the note by leaving the page. Leaving to an external page, or closing the browser, will warn the user that she's leaving the page.

This functionality however, breaks when you click a link within brainstorm itself. Since the browser doesn't realize you're not actually leaving the page. So the warning won't appear, and the draft will instantly dissappear.

Bring font-awesome.css in-package

Privacy Badger detects one outside call in your app to netdna.bootstrapcdn.com, which seems to be for font-awesome.css, which really should be inside the app package and not brought in from an outside source. Note that while this works right now, eventually client-side sandboxing in Sandstorm will break this existing setup.

No warning messages appear when a note gets rejected

When trying to submit a note with for example, too many tags (>40), or too many characters (>10000), the note will dissappear, but no message will appear.

The note shouldn't dissappear, and the user should be notified of the problem.

(sandstorm package): Synchronize URL to Sandstorm address bar

Steps to reproduce:

  • Be inside a Brainstorm in Sandstorm
  • Create a new Brainstorm
  • Create a new Brainstorm card, for example

pre-weird

  • Note that the app iframe has moved to a URL like /note/...
  • Reload the page (because why not)

Expected behavior:

  • See the same thing as you saw before the reload.

Actual behavior:

  • Find yourself wondering where your card went. Screenshot:

post-weird

Fix:

Add something like this to the HEAD element, to synchronize the app's current URL with Sandstorm:

https://gist.github.com/paulproteus/99373ffce3c277bf6ec2

Also note - in the future, I hope Sandstorm can make this issue go away by e.g. automatically running JS like this to synchronize the location. But since it's needed right now, I thought I should alert you to it.

Markdown quotes are unstyled

Using the markdown quote syntax

> A quote

Results only in an indented and unstyled paragraph. It should have a little bit of styling to show that it's a quote.

screenshot from 2014-10-27 02 39 12

(sandstorm package) use <base target="_blank"> so Markdown links open successfully, in a new tab

Steps to reproduce:

  • Create a new brainstorm on e.g. oasis.sandstorm.io
  • Create a card with a link in it, in Markdown format
  • Click the link

Expected behavior:

  • The link opens in a new tab, since Sandstorm doesn't allow the grain iframe to navigate to other base URLs than the grain's base URL

Actual behavior:

  • Clicking seems to do nothing
  • It logs a message to the JS console saying:
Refused to frame 'https://cthuugle.com/' because it violates the following Content Security Policy directive: "frame-src 'self' https://*.oasis.sandstorm.io".

Relevant info:

  • audreyt/ethercalc#240 is a similar bug in EtherCalc
  • The following HTML in the <HEAD> should make the problem go away:
<base target="_blank" />

Tags cannot contain spaces

Tags cannot contain spaces, because they are inside a session variable. The session variable doesn't support serializing arrays, instead, they get converted to strings.

An easy fix would be to simply convert from and to json. Tag arrays will never get really large, so I don't think there's any reason to be concerned about performance.

(sandstorm package): Use more informative action title

Steps reproduce:

  • Click on Brainstorm in the left navigation bar in Sandstorm
  • Consider making a new Brainstorm instance

Expected behavior:

  • Button says New Brainstorm (or something else informative)

Actual behavior:

  • Button says New Instance

Screenshot:

new-instance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.