Commit Graph

65 Commits

Author SHA1 Message Date
Jean-Baptiste Pasquier 18bb5a53ee update: toggle the user list on chevron 2020-09-15 10:32:36 +02:00
Jean-Baptiste Pasquier acb6d0726d feature: add keyboard shortcut hubl#524 2020-08-24 13:40:35 +02:00
Jean-Baptiste Pasquier 07d63ce426 fix: remove unused sib-notifications.js 2020-08-05 13:46:48 +00:00
Jean-Baptiste Pasquier e897c78ba9 bugfix: solid-fix-badge to solid-badge 2020-08-05 13:43:05 +00:00
Jean-Baptiste Pasquier 2ae8db7429
minor: Implement core 0.10 2020-06-18 20:02:54 +02:00
Jure Ursic eed570dc87 fix: Customer additional field 2020-06-18 04:58:39 +02:00
Jean-Baptiste Pasquier 4e2fccdb60 feature: my profile 2020-05-27 06:44:54 +00:00
Jean-Baptiste Pasquier 40792273fe Fixes & Hubl branding 2020-05-08 13:27:44 +00:00
Jean-Baptiste Pasquier 4f051b345d
fix: redirection and cache 2020-04-20 13:56:46 +02:00
Matthieu Fesselier 8c6daf097b bugfix: wait for notification menu to add listener 2020-04-07 15:09:54 +02:00
Matthieu Fesselier dd6b2b9652 fix badges workaround 2020-03-12 09:11:47 +01:00
Matthieu Fesselier 6983039f9e update: test badge removal 2020-03-12 08:53:39 +01:00
Jean-Baptiste Pasquier 3e14cb91a4
update: redirect to login and hide page on logged out 2020-02-19 17:03:47 +01:00
Jean-Baptiste Pasquier 8042b179c6
fix: recursiveAdaptWidgets 2020-02-19 16:27:22 +01:00
Jean-Baptiste Pasquier e1bce61124
perf: improve circle admin 2020-02-10 17:58:03 +01:00
Calum Mackervoy 7f227bfc57 Refreshing sib-displays in absence of reactive store 2020-02-05 12:39:29 +00:00
Jean-Baptiste Pasquier 83e6957934
fix a lot of problems and add js for menus 2020-01-20 13:57:03 +01:00
Calum Mackervoy d03e58932b Circle edit redirect 2019-11-29 15:16:53 +00:00
Calum Mackervoy d63ee9b6fb Esc key close rightmenu 2019-11-25 18:54:54 +00:00
Calum Mackervoy bbc4a9356c added listener to close user control 2019-11-15 13:02:08 +00:00
Jean-Baptiste Pasquier 0c3b74bcaf
update: making join leave works 2019-11-14 13:27:04 +01:00
Jean-Baptiste Pasquier 8784ae7641
fix: selector for admin css 2019-11-12 13:13:52 +01:00
Jean-Baptiste Pasquier aa46aeed78
fix: clear cache 2019-11-12 12:49:12 +01:00
Jean-Baptiste Pasquier c50e05530e
fix: js recursive parent selector for admin 2019-10-29 15:38:33 +01:00
Jean-Baptiste Pasquier 5adbd98f51
fix: path template & js leave button 2019-10-29 15:15:02 +01:00
Jean-Baptiste Pasquier 09f35bd3c0
update: add administration & circle creation 2019-10-25 19:15:45 +02:00
Jean-Baptiste Pasquier d4279b0c7a
update: Cleanup circle information 2019-10-25 15:35:14 +02:00
Jean-Baptiste Pasquier 93895d166f
update: resolve !150 2019-10-02 16:56:49 +02:00
Jean-Baptiste Pasquier 5fb9545e5c
update: remove menu 2019-08-08 16:00:16 +02:00
Jean-Baptiste Pasquier 2433e71d44
update: WIP sib-core 0.8 2019-07-23 15:08:59 +02:00
Jean-Baptiste Pasquier 54c8dda717 Sometimes git smoke something illicit. Fixed. 2019-06-05 11:46:32 +00:00
Jean-Baptiste Pasquier 522237b4d2
ui: hide or show login button 2019-06-05 13:26:58 +02:00
Jean-Baptiste Pasquier de6217dd2d
feature: update sib-display on form save 2019-06-05 13:26:10 +02:00
Jean-Baptiste Pasquier 30f0e39dce
ui: fix non working things 2019-05-20 15:06:07 +02:00
Jean-Baptiste Pasquier 9d26dd5954
css: refactoring & fixing - finalized 2019-05-14 18:19:30 +02:00
Jean-Baptiste Pasquier 6c1a28f604
css: refactoring & fixing - day 1 2019-05-13 18:50:34 +02:00
Gaëlle Morin 43825c7606 ui + feature(header): issue #105 - User panel
- Transform it into HTML5 component detail + summary.
- Add/remove styles.
- Add "animation" on menu-header
- Make it clear for keyboard users + some accessibility.
- Refactoring, code moved.
- Add JS.
2019-04-03 18:07:21 +02:00
Gaëlle Morin 05d71de379 ui(all pages): MR!13 - Upgrade to core v0.6
Fixed responsive issue on counter in /members page
Had to modify some CSS files, create templates, modify data-fields in sib-display, clean up and refactor
Removed custom-widgets
2019-03-25 16:37:35 +01:00
Jean-Baptiste 5642525840 update: remove HDAppUserInfo and HDAppAuthor 2019-03-25 15:11:25 +01:00
Gaëlle Morin 3f2695edcd feature+ui(circles): issue #91 CSS - Right menu of circles + issue #92 CSS - circle-create + issue #93 HTML-CSS - circle-profile
Add styles to the right menu and fix bug on toggle
Add styles to the form
Add styles and HTML to circle-profile
Add styles to sib-form-multiple-dropdown
Clean up content.scss and circle-profile
2019-03-03 23:47:24 +01:00
Gaëlle Morin 6d9c958f34 feature+ui(members): issue #90 HTML - Use pagination
Add paginate into sib-display.
Add styles to buttons and span inside the new <nav> generated.
2019-02-19 13:53:34 +01:00
Gaëlle Morin 38fd951ac1 ui(job-offer-create): #issue89 Job-offer-create
Add and style datafields.
Add a custom widget.
Add styles to sib-autocompletion.
Add back button.
fix bug in members and project-profile pages (displaying userinfos and members of a project).
2019-02-18 10:58:33 +01:00
Gaëlle Morin 5bf9568e2f ui(right panel): #issue84 CSS - Right panel
Transform svg files + add them as font.
Review and correct HTML architecture.
Review and add styles.
Open/close menu on right + expand content.
2019-02-12 18:50:11 +01:00
Jean-Baptiste 52cc577048 fix: sib-core version 2019-01-23 18:05:31 +01:00
Jean-Baptiste f6c561fe28 update: use unpkg.com 2019-01-22 17:11:36 +01:00
Jean-Baptiste 40bcf788fe fix: use sib-chat cdn 2019-01-11 11:00:09 +01:00
Jean-Baptiste 5351543bae fix:add missing uniqID import 2019-01-11 08:49:36 +01:00
jblemee f2781220df clean: remove useless wait for webComponentReady 2019-01-08 11:14:15 +01:00
jblemee 8e5371115f fix: ES6 modules dependencies 2019-01-07 16:39:06 +01:00
jblemee 747faa30cc fix: author and skill on job offer creation 2018-12-12 17:08:34 +01:00