1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 21:02:13 +03:00
Commit Graph

1059 Commits

Author SHA1 Message Date
Avele
75a926587c Inherit letter spacing for vuetify toolbar 2019-07-20 19:36:37 +04:00
Artyom Kazak
46aed4fdcf
'npm audit fix' in guidejs (#338) 2019-07-15 11:05:40 +03:00
Avele
6e4a408dfc Fix markdown editor long words stretching at traits ; fixes #318 2019-07-15 11:54:24 +04:00
Avele
98607759ad Category header redesign; fixes #321 2019-07-14 23:33:58 +04:00
Artyom Kazak
16da2924cf Allow setting more properties (Hackage, etc) when creating an item (#333)
* Allow setting more properties when creating an item

* Fix tests

* Frontend for creating items with more properties

* Unused imports removed
2019-07-14 11:54:32 +04:00
dependabot[bot]
5fe6103dfa Bump lodash from 4.17.4 to 4.17.14 in /back/guidejs (#336)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13 23:15:44 +03:00
avele
f0f9c458a5
Front/fix/category sections enabling (#335)
* Formatting

* Category sections enabling fixes #317;
Warning when disabling editing secitons;

* Removed unused import
2019-07-13 17:29:23 +04:00
Artyom Kazak
59deb57474
Add libpq to Docker image dependencies (#334)
Otherwise running `docker run quay.io/aelve/guide:develop--back` results in:

    ./guide: error while loading shared libraries:
    libpq.so.5: cannot open shared object file: No such file or directory
2019-07-12 20:48:40 +03:00
dependabot[bot]
6ff67cb994 Bump lodash from 4.17.11 to 4.17.13 in /front (#331)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-12 19:46:24 +04:00
dependabot[bot]
4913e38be0 Bump lodash.template from 4.4.0 to 4.5.0 in /front (#329)
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-12 19:46:04 +04:00
Artyom Kazak
9fee264fe3
Simplify client types (#332)
* Add more comment headings, remove an unnecessary instance

* Get rid of ?
2019-07-12 18:05:34 +03:00
Avele
ece8584c18 Correct pass of url to vue-template compiler rendering function; fixes #324 2019-07-12 14:52:18 +04:00
Vladislav Sabanov
9e0f432408
Create tables with hasql (#328)
* create tables with hasql

* Fixes 1

* fix failing

* add todo

* Add more comments

* fix commits

* Mention that libpq has to be installed

* Minor fixes

* Migrations

* Fix wording

* Wording 2
2019-07-11 22:12:14 +05:00
Artyom Kazak
f3050638f7
Use travis_retry with stack setup (#330)
* Use travis_retry with stack setup

* Comment
2019-07-11 19:10:42 +03:00
Avele
da910381ec Submit category settings on Ctrl + Enter; fixes #316 2019-07-10 13:04:27 +04:00
Avele
7b56dbc918 fixes #320 item settings animation on first open 2019-07-10 11:54:48 +04:00
Avele
8abce5b6ef Removed extra spaces in search results fixes #323 2019-07-10 11:39:51 +04:00
Avele
45ac485ac0 Setting category status fixes #315 2019-07-10 11:21:41 +04:00
Avele
f0b20a2636 Consistent paragraph margins 2019-07-10 11:07:05 +04:00
Avele
b4c05a3e13 Font size for code blocks in markdown editor fixes #327 2019-07-09 19:26:14 +04:00
Avele
4769640694 Markdown editor issues fixes #327 2019-07-09 19:24:21 +04:00
Avele
d507e31da5 Category description section restyled 2019-07-09 11:48:40 +04:00
Avele
678fa1f684 SearchResults refactor 2019-07-09 11:31:39 +04:00
Avele
eb1c856648 Component methods now passed to context of execution "serverPrefetch" on client 2019-07-09 11:31:25 +04:00
Avele
eec86ace00 Search fix 2019-07-09 11:18:39 +04:00
Avele
ace0018b2e Fix rendering lists in category description 2019-07-09 11:14:53 +04:00
Avele
3e92f04ca2 Unused variables removed 2019-07-09 11:14:32 +04:00
Avele
7ebdc3dc78 Searching results links now lead to new front 2019-07-08 19:37:14 +04:00
Avele
82363d9705 Fixed searching when user is already at search page 2019-07-08 19:36:46 +04:00
Avele
8c0bfbbefc Search page corrected document title setting 2019-07-08 19:23:40 +04:00
Avele
cdad12eb54 Category items minor colors restyle 2019-07-08 17:20:38 +04:00
Avele
0f035bb43c Fixed displaying code blocks wrapped in anchor, restyling code blocks in general 2019-07-08 17:20:15 +04:00
Avele
e7c193cab5 More contrast colors for buttons text and icons 2019-07-08 16:38:19 +04:00
Avele
dcf11a1b9b More clear placeholder text at search bar 2019-07-08 16:28:42 +04:00
Avele
a4753c0bd7 Removed explicit margin at main toolbar search bar 2019-07-08 16:02:58 +04:00
Avele
52e6d4fb6c Main toolbar height is now strictly set 2019-07-08 16:01:06 +04:00
Avele
6b6e104e11 Allowed setting and editing name on hackage for category items 2019-07-08 15:50:23 +04:00
Avele
ebbac54b28 Category item section title buttons centered 2019-07-08 14:58:14 +04:00
Avele
8c32b0fe74 Fixed navigating to item anchor on cateogory page 2019-07-08 14:34:57 +04:00
Avele
37afa052e0 Titles for buttons on category page 2019-07-07 14:57:02 +04:00
Avele
c13ba5733b Category delete dialog restyled 2019-07-07 14:51:06 +04:00
Avele
93e2acaa00 Confirm dialog typo fix and functionality expanded 2019-07-07 14:50:39 +04:00
Avele
026b04d979 Category header titles restyled 2019-07-07 13:55:31 +04:00
Avele
0bf980156e Merge branch 'develop' of https://github.com/aelve/guide into develop 2019-07-05 23:18:04 +04:00
Avele
306c2bab7a Fixed dialogs jerky motion on first open after reload 2019-07-05 23:17:58 +04:00
Avele
32d4b25041 Small refactor in CategoryInfoEdit component 2019-07-05 23:17:25 +04:00
avele
77b5470b10
Category header rewrite (#313) 2019-07-05 22:50:01 +04:00
Avele
7501fd6614 Merge branch 'develop' of https://github.com/aelve/guide into develop 2019-07-05 22:18:05 +04:00
Avele
880d253bcb Excess semicolon removed 2019-07-05 22:07:16 +04:00
Avele
4b1df57b6f Category Item Button component prop improved 2019-07-05 22:06:48 +04:00