Jyri-Petteri Paloposki
22530a6b80
Fix the preferences form: Labels' for attributes, boolean fields and autofill of the new password field
2019-05-22 03:36:27 +03:00
ericmoon
6dcaa76f09
cucumber removal
2018-07-24 12:34:55 -07:00
Ryan Truran
db7603f799
A more rational way to decode the html entities in editable
...
a more rational way to handle edit fields
revert to previous
add html_safe
2017-12-28 10:01:54 -06:00
Dan Rice
55c5d07aff
Limit swf_fu to the stats page
...
Fixes #2061
2017-02-12 15:27:00 -05:00
Dan Rice
23a22413f5
Load jquery-ui-rails CSS via "require" instead of "import"
...
Fixes #2024 and #2025
2016-06-25 16:55:17 -04:00
Matt Rogers
7748253388
Merge pull request #1910 from dnrce/rails42
...
Upgrade to Rails 4.2
2016-06-14 19:27:18 -05:00
Robin Dickson
67f33b3e39
Remove JS for search input autofocus
...
Previously replaced by HTML5 autofocus.
2016-06-06 16:28:14 +01:00
Dan Rice
d7d86446c0
Upgrade to Rails 4.2
...
* Update boilerplate with `bin/rake rails:upgrade`
* Use test instead of test:all rake task
* Change stylesheet extensions from .css.scss to .scss
* Update docs to use localhost instead of 0.0.0.0 because Rails 4.2
no longer listens on all addresses by default.
2016-05-22 21:58:52 -04:00
Dan Rice
091697fe1e
Fix recurring todo edit form formatting
...
Fixes #1938
2016-05-18 17:02:15 -04:00
Dan Rice
1227eaa84c
Move the recurring todo dialog below the navbar
...
Fixes #2007
2016-05-17 22:50:32 -04:00
Dan Rice
836d790f9f
Replace search icon with glyph
2016-05-15 22:37:03 -04:00
Dan Rice
14a4da8a71
Add Font Awesome icon support
2016-05-15 22:37:03 -04:00
Dan Rice
4b046b98ea
Include datepicker i18n only as needed
...
* Restore the javascript_tag_for_i18n_datepicker helper (and actually use it)
* Include the datepicker i18n JS in the asset precompilation list
2016-02-16 22:10:20 -05:00
Carsten Otto
ab5b7af069
quick fix
...
fixes #1982
2016-02-06 00:23:55 +01:00
Dan Rice
2ea20d1a1e
Use jquery-ui-rails gem instead of vendored jQuery UI
2016-01-30 16:12:31 -05:00
Matt Rogers
7652791451
Update the preferences pages to Bootstrap
2016-01-30 13:49:08 -06:00
Matt Rogers
d18c6caf34
Remove the legacy footer styles
2016-01-14 14:06:04 -06:00
Matt Rogers
137e36497d
Update the footer to be more responsive
...
Matches the style of the existing footer and makes the links move to the
next line instead of wrapping if the viewport is too small for all of
the footer to fit on one line.
Also moves the footer over to bootstrap styles
2016-01-12 21:37:44 -06:00
Matt Rogers
a07567086c
Add flash styling of the login page.
2015-12-15 20:02:53 -06:00
Matt Rogers
89506dbeb7
Redesign the login page
...
Makes use of both bootstrap and a rendering of the Tracks logo to
provide a bit better experience in term of brand identity as well as
also supporting mobile better.
2015-12-15 20:02:53 -06:00
Matteo Giaccone
e60c25f8a2
Port top navigation bar to Bootstrap
2015-12-02 12:42:18 -06:00
Dan Rice
0ca0317a7f
Namespace the legacy CSS
2015-08-30 22:31:03 -04:00
Dan Rice
48c1d7c214
Merge pull request #1920 from TracksApp/incremental-bootstrap-ui
...
Add in Bootstrap for UI bits
2015-08-21 08:52:47 -04:00
Matt Rogers
212dd69514
Add the ability to conditionally use bootstrap
...
Elements should be wrapped in the bootstrap class to use this feature
2015-08-07 23:29:40 -04:00
Matt Rogers
a896576b70
Make application.css a SASS file
...
This is so we can use SASS import directives in it.
2015-08-07 23:16:11 -04:00
Matt Rogers
50421fc19b
Merge pull request #1825 from C-Otto/sort-containers
...
Sort containers
2015-08-07 20:35:54 -04:00
Matt Rogers
3d77e11a87
Merge pull request #1853 from C-Otto/tracks-1851
...
Do not open 'new note' form when clicking unrelated links
2015-08-07 20:34:08 -04:00
Matt Rogers
f393afb69f
Merge branch '2.3_branch'
...
This brings the master branch up to date with the 2.3 release branch
2015-08-07 20:27:14 -04:00
Matt Rogers
9089e15788
Merge pull request #1885 from C-Otto/tracks-1789
...
(2.3) Update project name and context name in 'new action' form
2015-08-07 20:08:18 -04:00
Matt Rogers
d5f6480f58
Merge pull request #1900 from TracksApp/enlarge-touch-points-for-mobile-ui
...
Increase the usability of the new todo mobile view
2015-08-07 19:54:55 -04:00
Reinier Balt
f2c6c2d3af
show attachment in view and make it downloadable
2015-08-05 16:05:56 +02:00
Matteo Giaccone
a9d0c86f67
Use box-sizing: border-box to style mobile input
2015-07-29 21:47:43 +01:00
Matt Rogers
aa36fb97ab
Use hexadecimal values for color
2015-07-25 07:59:56 -05:00
Matt Rogers
568996ae73
Shorten the padding declaration.
...
A padding declaration of `8px 8px` is the same as just writing `8px` so
use the shorter version
2015-07-25 07:59:10 -05:00
Matt Rogers
2a6afba56e
Fix indentation to match the rest of the file
2015-07-25 07:58:39 -05:00
Matt Rogers
f5af02d314
Enlarge the font size for select boxes
...
The text for the select boxes on mobile is tiny. The makes them hard to
hit. Combined with the padding added earlier, this makes the select
boxes more usable when dealing with a mobile UI.
2015-07-24 22:36:09 -05:00
Matt Rogers
811d5321c2
Add padding for the input boxes on the todo form
...
This makes them easier to hit on mobile with a finger.
The 8 pixel value is an arbitrary number not really based on anything
other than the fact that it looked better than the lower numbers I
tried.
2015-07-24 22:35:32 -05:00
Matt Rogers
f234fbd4e8
Improve the buttons on the mobile interface
...
Add some padding so that they're larger and easier to hit with a finger
2015-07-24 22:28:22 -05:00
Michael Kuhn
1608faaf28
Add 32x32 favicon
...
It is based on apple-touch-icon.png and looks much better on HiDPI displays.
2015-06-19 17:38:45 +02:00
Dan Rice
8dd4970b0c
Merge branch '2.3_branch'
2015-06-14 18:20:08 -04:00
Carsten Otto
2630f84bb1
use generic CSS class for links in (div) container headers
...
Fixes #1851
2015-05-24 14:57:48 +02:00
Carsten Otto
f8f7762b94
also update default_project_name
...
New actions are created with the project as defined in
default_project_name. This value needs to be updated as shown in #1789 .
2015-05-22 20:55:34 +02:00
Carsten Otto
ae4ce272ff
update form with new context name
2015-05-22 20:55:34 +02:00
Carsten Otto
73bb53e1e5
Still show action if it could not be added as predecessor
...
If it is added as a predecessor, other code takes care to hide the action.
For a very short time, barely noticeable, the action is shown moving back
to its original position.
See pull request #1777
2015-05-22 20:51:27 +02:00
Dan Rice
660238d2cf
Merge pull request #1807 from dnrce/border-radius
...
Use standard CSS for rounded corners
2015-05-03 12:39:17 -04:00
Dan Rice
e6761731d1
Use standard CSS for rounded corners
...
Remove Nifty Corners and prefixed CSS rules.
Browser support of CSS3 border-radius is excellent by now.
2015-05-02 23:56:15 -04:00
Carsten Otto
0b00f36c60
sort after creating
2015-04-16 23:10:36 +02:00
Dan Rice
be9090d39f
Remove unused image assets
2015-04-09 23:06:37 -04:00
Carsten Otto
dfe8735c0d
rename repeating -> recurring, repeat -> recurrence
2015-02-10 16:25:27 +01:00
Dan Rice
70191af76b
Merge branch '2.3_branch' into master
2015-01-02 21:25:34 -05:00