Giter Club home page Giter Club logo

kitin's People

Contributors

davidhellsing avatar jannistsiroyannis avatar jtinfors avatar katste avatar klngwll avatar linawesterling avatar lisaw avatar mskold avatar niklasl avatar oblissing avatar perabe63 avatar spitlo avatar sweco-semhul avatar urechandro avatar

Stargazers

 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kitin's Issues

Sync data between edit modes

When switching to the JSON-LD mode, the data is not kept. The code should either be saved (as a draft), or the view should not reload the post when switching.

(We supported keeping the data between modes in the original angular-based prototype. It was done in the resource component, by not refetching a post if it has already been loaded. We can reintroduce that, provided it has no adverse effects, like complicated caching / stale data.)

Pressing enter in non-managed input fields activates closest button

If enter is pressed in an input field with no key-handler (added by e.g. the "inplace" directive using jquery/jkey), it is treated as a form action. This causes the "closest" button in the form to be pressed (it is treated as the submit button).

We should prevent this by configuring the overall form behaviour. (The described problem is the default specified form behaviour. As mentioned in e.g. the AngularJS form documentation.)

(Or as a gruesome fallback, ensure that every input field enter event is captured.. This is basically what happens right now, since all currently applied directives do capture this event.)

System error messages

Perhaps use one error message if the backend isn't answering at all, instead of ten :)

Searching for nothing

Searching for nothing (including whitespace) finds an undefined amount of items, according to the search result page.

Go to first search result is too eager

When a search results in only one hit, it unconditionally opens that record. This is too eager, since the match might have occurred in something tangential to the item of the record (such as a description or relatated thing).

This should probably be limited to when there is an exact match in title, identifier or (possibly) author.

State in continous scroll

Scrolled state propagates through pages, currently fast fix in edit to jump to start. Needs further investigation.

Modal windows sizing is off

Since Bootstrap update the modals size is greater then window size.
Should fit in window and be scrollable.

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.