1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-02 07:53:57 +03:00
Commit Graph

31 Commits

Author SHA1 Message Date
avele
0336942072
Frontend E2E tests (#404)
Frontend E2E tests
2019-10-29 00:54:54 +04:00
Avele
eee7f15cc9 Buttons styling, category item button component refactor 2019-09-11 01:07:58 +04:00
avele
a6e62882cb
Added tooltips and aria-labels (#394)
* Titles on buttons replaced by tooltips, and added aria-labels everywhere

* Removed useless ALink component

* CategorySettingsDialog component disabling submit if no changes

* Removed useless ALink component

* CategorySettingsDialog component disabling submit if no changes

* Removed useless ALink component

* CategorySettingsDialog component disabling submit if no changes
2019-09-05 19:02:18 +04:00
Avele
08e3fe2c72 Removed useless ALink component 2019-09-04 19:24:12 +04:00
Avele
e57b8181e0 Category item badges aligned 2019-09-04 18:24:35 +04:00
Avele
322d6d2a5b Small style improvements and refactor 2019-09-03 21:40:12 +04:00
avele
38725ca37c
Cmd enter handling (#393) 2019-09-02 21:55:55 +04:00
Avele
94d62848a3 Disabled stripping of "www" for category item links; fixes #372 2019-08-30 15:04:49 +04:00
Avele
6ef202f50f Category item toolbar anchor color changed; fixes #361 2019-08-30 14:56:49 +04:00
Avele
c241821a98 Ripple disabled for category item toolbar button; fixes #357 2019-08-30 14:39:55 +04:00
Avele
ce60d3a450 Fixed item title displaying stuck letters; fixes #362 2019-08-30 14:22:59 +04:00
avele
9e4146b5bc
Front/chore/migrate to vuetify 2.0 (#348)
* Vuetify updated

* Correct component creation in dialog mixins

* Vuetify 2.0 migration

* Conflict dialog content style fixed

* Removed duplicate attribute
2019-08-03 06:18:26 +04:00
avele
c8039b898b
Front/fix/popup dialog issues (#344)
* getCategoryUrl function moved to external file

* Consistent pop-up dialogs look and behavior
2019-07-24 23:38:47 +04:00
avele
613ecf8c9a
Adaptation for mobile screens (#340)
* Consistent headings and paragraph styles for entire app

* Search adopted for mobile

* Category item adapted for mobile

* Consistent category header icon sizes and paddings, relatively rest of category page

* Hide logo when search input displayed on mobile

* removed excess css rule

* font size and line height changed

* Badge adjusted for new font size

* Lists margins added

* Footer padding and margins adapted for mobile

* Markdown editor correct focus on open

* Markdown editor autofocus now optionabe

* Typo fix

* Markdown editor component more props and styling

* Markdown editor border stylings

* Conflict dialog refactor and adapting for mobiles

* Typo fix

* Categories page restyled and adapted for mobiles

* Categories page group titles allow break words

* Removed excess comparison
2019-07-24 19:33:02 +04:00
Avele
7b56dbc918 fixes #320 item settings animation on first open 2019-07-10 11:54:48 +04:00
Avele
cdad12eb54 Category items minor colors restyle 2019-07-08 17:20:38 +04:00
Avele
6b6e104e11 Allowed setting and editing name on hackage for category items 2019-07-08 15:50:23 +04:00
avele
005a386da5
Front/fix/general issues (#306)
* Added titles to buttons

* Titles for pages
2019-07-04 17:51:12 +04:00
avele
e9214d0bb3
correct spaces (#294) 2019-05-21 23:44:46 +04:00
avele
8337776345
Category item info update fix (#295) 2019-05-21 23:44:27 +04:00
avele
d3c2eaa7fe
Whitespace configured (#292) 2019-05-18 19:54:39 +04:00
avele
b248b75a49
updating-vue-and-babel (#267)
* Vue updated, got rid of vue fork, babel updated

* update vue-class-component

* Vue-class-component updated

* Vue-class-component update and usage
2019-02-20 00:24:07 +04:00
zeot
cdd38b1b79 front: added scroll to created item 2019-02-16 16:15:28 +04:00
zeot
c2dd7f23dc Added anchors for category items 2019-02-15 15:52:31 +04:00
Vladislav Sabanov
bb83966631
Make json fields optional for item info (#256)
* Make json fields optional for item info

* Add second Maybe

* Fix ToJSON CItemInfo

* Resurrect CItemInfo

* Don't break model refs

* Parse null correctly

* frontend updated according to api changes
2019-01-10 22:56:14 +05:00
avele
5f0724eba8
confirmation decorator and confir for trait delete (#257)
* added helper promise

* confirmation decorator and confir for trait delete
2019-01-10 19:49:01 +04:00
avele
edeb06aa09
Feat/edit category item sections (#255)
* Added basic item desciption edit without handling of conflicts

* improved MarkdownEditor props and loading

* Added helpful global css class

* Edit category item sections

* got rid of useless wrapper component

* deleted css rule for headings in category item body

* normalizing url when category item link on edit

* updated api of item summary

* item and traits move

* fixed category item info update

* config restored

* config restored
2019-01-09 14:26:27 +04:00
zeot
63ddde5ea0 icons changed to svg 2019-01-07 18:22:56 +04:00
Vladislav Sabanov
65800eda6a
[WIP] Remove kinds and add hackage as option (#249)
* Split hackage

* WIP

* Migrate to newer safecopy-migrate

* Fix migrate

* Rename description to summary for item

* Fix link to templates

* Frontend tests fix for pr #249

* Change the path back

* WIP. Fix templates

* Update back/src/Guide/Api/Types.hs

* Remove unnecessary stuff from .gitignore

* Revert style changes

* Two spaces

* _itemDescription has been renamed

* Remove the Hackage test

* name_on_hackage -> hackage

* Fix Hackage param' type

* front changes from kind to hackage

* Fix tests

* Try fix templete

* Revert last commit

* Comment front test in travis
2019-01-05 16:08:42 +05:00
zeot
0ac23b05be styles refactored in category item toolbar 2018-12-18 19:49:01 +04:00
avele
845a7a671e
feat/category item info edit (#250)
* added search results nothing found text

* removed external spaces and lines

* Item info update
2018-12-13 16:02:37 +04:00