Git Product home page Git Product logo

fvtt-keikaku's People

Contributors

pyrige avatar sdshlanta avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

fvtt-keikaku's Issues

Longer Todos show ugly spacing

The text spacing of a one-line Todo item looks fine and is left justified. Todo items that are long enough to word-wrap onto the next line are badly spaced to stretch the first line to fill the entire todo window. This is caused by text-align: justify in keikaku.css at line 23, which seems to be ignored for single-line divs, so it only takes effect for multi-line Todo items:

#keikaku-todo-list .todo-description {
    text-align: justify;

I experimented with the dev console to change it to text-align: left. It looks much better for multi-line Todo items and doesn't change the display of single-line Todo items.

Browser: Chromium
OS: MacOS

Allow sharing of to-do lists and simultaneous editing

While the current implementation of to-do lists as user flags is exceedingly simple, it makes it harder to add certain features such as allowing for multiple owner or simultaneous editing.

Using the Entity system should allow us to do exactly that and will let players share their tasks with other individual players or the whole group.

A rework such as this probably would be incompatible with the current design and would warrant a major version jump.

Text box is incredibly small

You can't see what you're writing, since the description box for writing new to-do's is only two characters wide.

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.